Skip to content

Commit 5f94fe9

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.31.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@changesets%2fcli/2.31.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@changesets%2fcli/2.30.0/2.31.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@changesets%2fcli/2.30.0/2.31.0?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/autoprefixer/10.5.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/autoprefixer/10.5.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/autoprefixer/10.4.27/10.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/autoprefixer/10.4.27/10.5.0?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react-hooks/7.1.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react-hooks/7.1.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react-hooks/7.0.1/7.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react-hooks/7.0.1/7.1.1?slim=true) | --- ### Release Notes <details> <summary>changesets/changesets (@&#8203;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 - [#&#8203;1889](https://redirect.github.com/changesets/changesets/pull/1889) [`96ca062`](https://redirect.github.com/changesets/changesets/commit/96ca062272605c14f77a64043f50a0a3a278c57f) Thanks [@&#8203;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. - [#&#8203;1873](https://redirect.github.com/changesets/changesets/pull/1873) [`42943b7`](https://redirect.github.com/changesets/changesets/commit/42943b74d7a455ed03b93dd85e1c0a15f45db37f) Thanks [@&#8203;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 [@&#8203;Andarist](https://redirect.github.com/Andarist)! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them. - [#&#8203;1888](https://redirect.github.com/changesets/changesets/pull/1888) [`036fdd4`](https://redirect.github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464) Thanks [@&#8203;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. - [#&#8203;1903](https://redirect.github.com/changesets/changesets/pull/1903) [`5c4731f`](https://redirect.github.com/changesets/changesets/commit/5c4731fea82ce880500ac5e1c55ff372f7a4efe2) Thanks [@&#8203;Andarist](https://redirect.github.com/Andarist)! - Gracefully handle stale `npm info` data leading to duplicate publish attempts. - [#&#8203;1867](https://redirect.github.com/changesets/changesets/pull/1867) [`f61e716`](https://redirect.github.com/changesets/changesets/commit/f61e7166c349d4934e4acc9b47f3d028c212ecc1) Thanks [@&#8203;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)]: - [@&#8203;changesets/assemble-release-plan](https://redirect.github.com/changesets/assemble-release-plan)@&#8203;6.0.10 - [@&#8203;changesets/get-dependents-graph](https://redirect.github.com/changesets/get-dependents-graph)@&#8203;2.1.4 - [@&#8203;changesets/apply-release-plan](https://redirect.github.com/changesets/apply-release-plan)@&#8203;7.1.1 - [@&#8203;changesets/get-release-plan](https://redirect.github.com/changesets/get-release-plan)@&#8203;4.0.16 - [@&#8203;changesets/config](https://redirect.github.com/changesets/config)@&#8203;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 [@&#8203;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. ([@&#8203;mofeiZ](https://redirect.github.com/mofeiZ) in [#&#8203;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. ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo) in [#&#8203;35720](https://redirect.github.com/facebook/react/pull/35720)) - Skip compilation for non-React files to improve performance. ([@&#8203;josephsavona](https://redirect.github.com/josephsavona) in [#&#8203;35589](https://redirect.github.com/facebook/react/pull/35589)) - Fix exhaustive deps bug with Flow type casting. ([@&#8203;jorge-cab](https://redirect.github.com/jorge-cab) in [#&#8203;35691](https://redirect.github.com/facebook/react/pull/35691)) - Fix `useEffectEvent` checks in component syntax. ([@&#8203;jbrown215](https://redirect.github.com/jbrown215) in [#&#8203;35041](https://redirect.github.com/facebook/react/pull/35041)) - Improved `set-state-in-effect` validation with fewer false negatives. ([@&#8203;jorge-cab](https://redirect.github.com/jorge-cab) in [#&#8203;35134](https://redirect.github.com/facebook/react/pull/35134), [@&#8203;josephsavona](https://redirect.github.com/josephsavona) in [#&#8203;35147](https://redirect.github.com/facebook/react/pull/35147), [@&#8203;jackpope](https://redirect.github.com/jackpope) in [#&#8203;35214](https://redirect.github.com/facebook/react/pull/35214), [@&#8203;chesnokov-tony](https://redirect.github.com/chesnokov-tony) in [#&#8203;35419](https://redirect.github.com/facebook/react/pull/35419), [@&#8203;jsleitor](https://redirect.github.com/jsleitor) in [#&#8203;36107](https://redirect.github.com/facebook/react/pull/36107)) - Improved ref validation for non-mutating functions and event handler props. ([@&#8203;josephsavona](https://redirect.github.com/josephsavona) in [#&#8203;35893](https://redirect.github.com/facebook/react/pull/35893), [@&#8203;kolvian](https://redirect.github.com/kolvian) in [#&#8203;35062](https://redirect.github.com/facebook/react/pull/35062)) - Compiler now reports all errors instead of stopping at the first. ([@&#8203;josephsavona](https://redirect.github.com/josephsavona) in [#&#8203;35873](https://redirect.github.com/facebook/react/pull/35873)–[#&#8203;35884](https://redirect.github.com/facebook/react/pull/35884)) - Improved source locations and error display in compiler diagnostics. ([@&#8203;nathanmarks](https://redirect.github.com/nathanmarks) in [#&#8203;35348](https://redirect.github.com/facebook/react/pull/35348), [@&#8203;josephsavona](https://redirect.github.com/josephsavona) in [#&#8203;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

File tree

package-lock.json

Lines changed: 64 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@0no-co/graphqlsp": "1.15.4",
7676
"@changesets/changelog-github": "0.6.0",
77-
"@changesets/cli": "2.30.0",
77+
"@changesets/cli": "2.31.0",
7878
"@eslint/js": "9.39.4",
7979
"@graphql-codegen/cli": "5.0.7",
8080
"@graphql-codegen/fragment-matcher": "5.1.0",
@@ -102,12 +102,12 @@
102102
"@typescript-eslint/eslint-plugin": "7.18.0",
103103
"@typescript-eslint/parser": "7.18.0",
104104
"archiver": "7.0.1",
105-
"autoprefixer": "10.4.27",
105+
"autoprefixer": "10.5.0",
106106
"copy-webpack-plugin": "12.0.2",
107107
"css-loader": "6.11.0",
108108
"eslint": "8.57.1",
109109
"eslint-plugin-jest-dom": "5.5.0",
110-
"eslint-plugin-react-hooks": "7.0.1",
110+
"eslint-plugin-react-hooks": "7.1.1",
111111
"eslint-plugin-testing-library": "6.5.0",
112112
"globals": "14.0.0",
113113
"jest": "30.3.0",

0 commit comments

Comments
 (0)