Skip to content

Commit

Permalink
chore(deps): update devdependencies (#78)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@changesets/cli](https://github.com/changesets/changesets/tree/main#readme)
([source](https://github.com/changesets/changesets)) | [`2.26.2` ->
`2.27.1`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.26.2/2.27.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@changesets%2fcli/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@changesets%2fcli/2.26.2/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@changesets%2fcli/2.26.2/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^20.9.4` ->
`^20.10.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.9.4/20.10.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.9.4/20.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.9.4/20.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://github.com/eslint/eslint)) | [`^8.54.0` ->
`^8.55.0`](https://renovatebot.com/diffs/npm/eslint/8.54.0/8.55.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.54.0/8.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.54.0/8.55.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://github.com/Microsoft/TypeScript)) | [`^5.3.2` ->
`^5.3.3`](https://renovatebot.com/diffs/npm/typescript/5.3.2/5.3.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.3.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.3.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>changesets/changesets (@&#8203;changesets/cli)</summary>

###
[`v2.27.1`](https://github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.1)

[Compare
Source](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.0...@changesets/cli@2.27.1)

##### Patch Changes

- [#&#8203;1267](https://github.com/changesets/changesets/pull/1267)
[`86cfff1`](https://github.com/changesets/changesets/commit/86cfff1f1891e75238eec61dc97a303ad7a8c030)
Thanks [@&#8203;Andarist](https://github.com/Andarist)! - Make
`./bin.js` available through `package.json#exports` to fix compatibility
with `changesets/action`.

###
[`v2.27.0`](https://github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.0)

[Compare
Source](https://github.com/changesets/changesets/compare/@changesets/cli@2.26.2...@changesets/cli@2.27.0)

##### Minor Changes

- [#&#8203;1185](https://github.com/changesets/changesets/pull/1185)
[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)
Thanks [@&#8203;Andarist](https://github.com/Andarist)! -
`package.json#exports` have been added to limit what (and how) code
might be imported from the package.

- [#&#8203;1236](https://github.com/changesets/changesets/pull/1236)
[`dfd4cca`](https://github.com/changesets/changesets/commit/dfd4cca84118df913feedfeac37a4939566ae447)
Thanks [@&#8203;camertron](https://github.com/camertron)! - Avoid
using short commit IDs

##### Patch Changes

- [#&#8203;1053](https://github.com/changesets/changesets/pull/1053)
[`90a870a`](https://github.com/changesets/changesets/commit/90a870af2e7bcbe1551210063492e20c256f4995)
Thanks [@&#8203;paescuj](https://github.com/paescuj)! - Replace the
dependency `is-ci` with `ci-info`.

- Updated dependencies
\[[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a),
[`dfd4cca`](https://github.com/changesets/changesets/commit/dfd4cca84118df913feedfeac37a4939566ae447)]:
-
[@&#8203;changesets/assemble-release-plan](https://github.com/changesets/assemble-release-plan)[@&#8203;6](https://github.com/6).0.0
-
[@&#8203;changesets/get-dependents-graph](https://github.com/changesets/get-dependents-graph)[@&#8203;2](https://github.com/2).0.0
-
[@&#8203;changesets/apply-release-plan](https://github.com/changesets/apply-release-plan)[@&#8203;7](https://github.com/7).0.0
-
[@&#8203;changesets/get-release-plan](https://github.com/changesets/get-release-plan)[@&#8203;4](https://github.com/4).0.0
-
[@&#8203;changesets/changelog-git](https://github.com/changesets/changelog-git)[@&#8203;0](https://github.com/0).2.0
-
[@&#8203;changesets/config](https://github.com/changesets/config)[@&#8203;3](https://github.com/3).0.0
-
[@&#8203;changesets/errors](https://github.com/changesets/errors)[@&#8203;0](https://github.com/0).2.0
-
[@&#8203;changesets/logger](https://github.com/changesets/logger)[@&#8203;0](https://github.com/0).1.0
-
[@&#8203;changesets/types](https://github.com/changesets/types)[@&#8203;6](https://github.com/6).0.0
-
[@&#8203;changesets/write](https://github.com/changesets/write)[@&#8203;0](https://github.com/0).3.0
-
[@&#8203;changesets/read](https://github.com/changesets/read)[@&#8203;0](https://github.com/0).6.0
-
[@&#8203;changesets/git](https://github.com/changesets/git)[@&#8203;3](https://github.com/3).0.0
-
[@&#8203;changesets/pre](https://github.com/changesets/pre)[@&#8203;2](https://github.com/2).0.0

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v8.55.0`](https://github.com/eslint/eslint/releases/tag/v8.55.0)

[Compare
Source](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0)

#### Features

-
[`8c9e6c1`](https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01)
feat: importNamePattern option in no-restricted-imports
([#&#8203;17721](https://github.com/eslint/eslint/issues/17721))
(Tanuj Kanti)

#### Documentation

-
[`83ece2a`](https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5)
docs: fix typo `--rules` -> `--rule`
([#&#8203;17806](https://github.com/eslint/eslint/issues/17806))
(OKURA Masafumi)
-
[`fffca5c`](https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd)
docs: remove "Open in Playground" buttons for removed rules
([#&#8203;17791](https://github.com/eslint/eslint/issues/17791))
(Francesco Trotta)
-
[`a6d9442`](https://github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3)
docs: fix correct/incorrect examples of rules
([#&#8203;17789](https://github.com/eslint/eslint/issues/17789))
(Tanuj Kanti)
-
[`383e999`](https://github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501)
docs: update and fix examples for `no-unused-vars`
([#&#8203;17788](https://github.com/eslint/eslint/issues/17788))
(Tanuj Kanti)
-
[`5a8efd5`](https://github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214)
docs: add specific stylistic rule for each deprecated rule
([#&#8203;17778](https://github.com/eslint/eslint/issues/17778))
(Etienne)

#### Chores

-
[`eb8950c`](https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295)
chore: upgrade
[@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).55.0
([#&#8203;17811](https://github.com/eslint/eslint/issues/17811))
(Milos Djermanovic)
-
[`93df384`](https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae)
chore: package.json update for
[@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins)
-
[`fe4b954`](https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f)
chore: upgrade
[@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc)[@&#8203;2](https://github.com/2).1.4
([#&#8203;17799](https://github.com/eslint/eslint/issues/17799))
(Milos Djermanovic)
-
[`bd8911d`](https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d)
ci: pin Node.js 21.2.0
([#&#8203;17809](https://github.com/eslint/eslint/issues/17809))
(Milos Djermanovic)
-
[`b29a16b`](https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee)
chore: fix several `cli` tests to run in the intended flat config mode
([#&#8203;17797](https://github.com/eslint/eslint/issues/17797))
(Milos Djermanovic)
-
[`de165c1`](https://github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804)
chore: remove unused config-extends fixtures
([#&#8203;17781](https://github.com/eslint/eslint/issues/17781))
(Milos Djermanovic)
-
[`d4304b8`](https://github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc)
chore: remove formatting/stylistic rules from new rule templates
([#&#8203;17780](https://github.com/eslint/eslint/issues/17780))
(Francesco Trotta)
-
[`21024fe`](https://github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a)
chore: check rule examples for syntax errors
([#&#8203;17718](https://github.com/eslint/eslint/issues/17718))
(Francesco Trotta)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.3.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.3.3):
TypeScript 5.3.3

[Compare
Source](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.3.0
(Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.1
(RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.2
(Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.3
(Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+).

Downloads are available on:

- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm on friday" in timezone
America/Detroit, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/jsec/code-quality-tools).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 20d6432 commit 93577a3
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 140 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"release": "turbo build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@changesets/cli": "2.27.1",
"@jarsec/eslint-config": "workspace:*",
"@jarsec/prettier-config": "workspace:*",
"@jarsec/tsconfig": "workspace:*",
"eslint": "8.54.0",
"eslint": "8.55.0",
"prettier": "3.1.0",
"turbo": "latest"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/node": "^20.9.4",
"eslint": "^8.54.0",
"typescript": "^5.3.2"
"@types/node": "^20.10.3",
"eslint": "^8.55.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.53.0",
Expand Down
Loading

0 comments on commit 93577a3

Please sign in to comment.