Commit 5f94fe9
authored
chore(deps): update all devdependencies (#1853)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
|
[@changesets/cli](https://redirect.github.com/changesets/changesets/tree/main#readme)
([source](https://redirect.github.com/changesets/changesets)) |
[`2.30.0` →
`2.31.0`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.30.0/2.31.0)
|

|

|

|

|
| [autoprefixer](https://redirect.github.com/postcss/autoprefixer) |
[`10.4.27` →
`10.5.0`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.27/10.5.0)
|

|

|

|

|
| [eslint-plugin-react-hooks](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks))
| [`7.0.1` →
`7.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/7.0.1/7.1.1)
|

|

|

|

|
---
### Release Notes
<details>
<summary>changesets/changesets (@​changesets/cli)</summary>
###
[`v2.31.0`](https://redirect.github.com/changesets/changesets/releases/tag/%40changesets/cli%402.31.0)
[Compare
Source](https://redirect.github.com/changesets/changesets/compare/@changesets/cli@2.30.0...@changesets/cli@2.31.0)
##### Minor Changes
-
[#​1889](https://redirect.github.com/changesets/changesets/pull/1889)
[`96ca062`](https://redirect.github.com/changesets/changesets/commit/96ca062272605c14f77a64043f50a0a3a278c57f)
Thanks [@​mixelburg](https://redirect.github.com/mixelburg)! -
Error on unsupported flags for individual CLI commands and print the
matching command usage to make mistakes easier to spot.
-
[#​1873](https://redirect.github.com/changesets/changesets/pull/1873)
[`42943b7`](https://redirect.github.com/changesets/changesets/commit/42943b74d7a455ed03b93dd85e1c0a15f45db37f)
Thanks [@​mixelburg](https://redirect.github.com/mixelburg)! -
Respond to `--help` on all subcommands. Previously, `--help` was only
handled when it was the sole argument; passing it alongside a subcommand
(e.g. `changeset version --help`) would silently execute the command
instead. Now `--help` always exits early and prints per-command usage
when a known subcommand is provided, or the general help text otherwise.
##### Patch Changes
-
[`d2121dc`](https://redirect.github.com/changesets/changesets/commit/d2121dc3d86b55f76de6022ccfcde843ed4b884a)
Thanks [@​Andarist](https://redirect.github.com/Andarist)! - Fix
npm auth for path-based registries during publish by preserving
configured registry URLs instead of normalizing them.
-
[#​1888](https://redirect.github.com/changesets/changesets/pull/1888)
[`036fdd4`](https://redirect.github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464)
Thanks [@​mixelburg](https://redirect.github.com/mixelburg)! - Fix
several `changeset version` issues with workspace protocol dependencies.
Valid explicit `workspace:` ranges and aliases are no longer rewritten
unnecessarily, and workspace path references are handled correctly
during versioning.
-
[#​1903](https://redirect.github.com/changesets/changesets/pull/1903)
[`5c4731f`](https://redirect.github.com/changesets/changesets/commit/5c4731fea82ce880500ac5e1c55ff372f7a4efe2)
Thanks [@​Andarist](https://redirect.github.com/Andarist)! -
Gracefully handle stale `npm info` data leading to duplicate publish
attempts.
-
[#​1867](https://redirect.github.com/changesets/changesets/pull/1867)
[`f61e716`](https://redirect.github.com/changesets/changesets/commit/f61e7166c349d4934e4acc9b47f3d028c212ecc1)
Thanks [@​Andarist](https://redirect.github.com/Andarist)! -
Improved detection for `published` state of prerelease-only packages
without `latest` dist-tag on GitHub Packages registry.
- Updated dependencies
\[[`036fdd4`](https://redirect.github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464),
[`036fdd4`](https://redirect.github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464),
[`036fdd4`](https://redirect.github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464)]:
-
[@​changesets/assemble-release-plan](https://redirect.github.com/changesets/assemble-release-plan)@​6.0.10
-
[@​changesets/get-dependents-graph](https://redirect.github.com/changesets/get-dependents-graph)@​2.1.4
-
[@​changesets/apply-release-plan](https://redirect.github.com/changesets/apply-release-plan)@​7.1.1
-
[@​changesets/get-release-plan](https://redirect.github.com/changesets/get-release-plan)@​4.0.16
-
[@​changesets/config](https://redirect.github.com/changesets/config)@​3.1.4
</details>
<details>
<summary>postcss/autoprefixer (autoprefixer)</summary>
###
[`v10.5.0`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1050-Each-Endeavouring-All-Achieving)
[Compare
Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.27...10.5.0)
- Added `mask-position-x` and `mask-position-y` support (by
[@​toporek](https://redirect.github.com/toporek)).
</details>
<details>
<summary>facebook/react (eslint-plugin-react-hooks)</summary>
###
[`v7.1.1`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#711)
[Compare
Source](https://redirect.github.com/facebook/react/compare/eslint-plugin-react-hooks@7.1.0...eslint-plugin-react-hooks@7.1.1)
**Note:** 7.1.0 accidentally removed the `component-hook-factories`
rule, causing errors for users who referenced it in their ESLint config.
This is now fixed.
- Add deprecated no-op `component-hook-factories` rule for backwards
compatibility. ([@​mofeiZ](https://redirect.github.com/mofeiZ) in
[#​36307](https://redirect.github.com/facebook/react/pull/36307))
###
[`v7.1.0`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#710)
[Compare
Source](https://redirect.github.com/facebook/react/compare/408b38ef7304faf022d2a37110c57efce12c6bad...eslint-plugin-react-hooks@7.1.0)
This release adds ESLint v10 support, improves performance by skipping
compilation for non-React files, and includes compiler lint improvements
including better `set-state-in-effect` detection, improved ref
validation, and more helpful error reporting.
- Add ESLint v10 support.
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo) in
[#​35720](https://redirect.github.com/facebook/react/pull/35720))
- Skip compilation for non-React files to improve performance.
([@​josephsavona](https://redirect.github.com/josephsavona) in
[#​35589](https://redirect.github.com/facebook/react/pull/35589))
- Fix exhaustive deps bug with Flow type casting.
([@​jorge-cab](https://redirect.github.com/jorge-cab) in
[#​35691](https://redirect.github.com/facebook/react/pull/35691))
- Fix `useEffectEvent` checks in component syntax.
([@​jbrown215](https://redirect.github.com/jbrown215) in
[#​35041](https://redirect.github.com/facebook/react/pull/35041))
- Improved `set-state-in-effect` validation with fewer false negatives.
([@​jorge-cab](https://redirect.github.com/jorge-cab) in
[#​35134](https://redirect.github.com/facebook/react/pull/35134),
[@​josephsavona](https://redirect.github.com/josephsavona) in
[#​35147](https://redirect.github.com/facebook/react/pull/35147),
[@​jackpope](https://redirect.github.com/jackpope) in
[#​35214](https://redirect.github.com/facebook/react/pull/35214),
[@​chesnokov-tony](https://redirect.github.com/chesnokov-tony) in
[#​35419](https://redirect.github.com/facebook/react/pull/35419),
[@​jsleitor](https://redirect.github.com/jsleitor) in
[#​36107](https://redirect.github.com/facebook/react/pull/36107))
- Improved ref validation for non-mutating functions and event handler
props. ([@​josephsavona](https://redirect.github.com/josephsavona)
in
[#​35893](https://redirect.github.com/facebook/react/pull/35893),
[@​kolvian](https://redirect.github.com/kolvian) in
[#​35062](https://redirect.github.com/facebook/react/pull/35062))
- Compiler now reports all errors instead of stopping at the first.
([@​josephsavona](https://redirect.github.com/josephsavona) in
[#​35873](https://redirect.github.com/facebook/react/pull/35873)–[#​35884](https://redirect.github.com/facebook/react/pull/35884))
- Improved source locations and error display in compiler diagnostics.
([@​nathanmarks](https://redirect.github.com/nathanmarks) in
[#​35348](https://redirect.github.com/facebook/react/pull/35348),
[@​josephsavona](https://redirect.github.com/josephsavona) in
[#​34963](https://redirect.github.com/facebook/react/pull/34963))
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Los_Angeles)
- Branch creation
- "every weekend"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/apollo-client-devtools).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Y2hyaXN0bWFzX3RyZWU6IGRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent da5391a commit 5f94fe9
2 files changed
Lines changed: 67 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments