chore(deps): update devdependencies (major) - #604
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
🦋 Changeset detectedLatest commit: 141dea2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
🚨 Snapshot test failedSee the details: workflow run Errors
⏭️ Next StepsIf snapshot changes are... expected: update the snapshots by adding unexpected: check diff and fix rules |
commit: |
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
2 times, most recently
from
February 10, 2026 01:54
7a05b82 to
4c72888
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
4 times, most recently
from
February 17, 2026 16:11
97e1717 to
36ce1f1
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
3 times, most recently
from
February 28, 2026 13:54
78bd0fe to
eb5519c
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
2 times, most recently
from
March 10, 2026 01:37
952d116 to
dbd40cc
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
from
March 13, 2026 17:45
61e72cb to
0858b06
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
4 times, most recently
from
March 26, 2026 17:21
3527770 to
df5fbd2
Compare
sushichan044
enabled auto-merge (squash)
March 26, 2026 17:22
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
3 times, most recently
from
March 26, 2026 17:28
b19caa0 to
8645482
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
2 times, most recently
from
March 26, 2026 17:39
086d908 to
b181f1b
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
9 times, most recently
from
May 12, 2026 15:34
6c518db to
79e6c30
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
9 times, most recently
from
May 21, 2026 14:34
bf50e45 to
4a96479
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
5 times, most recently
from
May 28, 2026 19:59
cec521b to
821fee3
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
4 times, most recently
from
June 5, 2026 10:14
d87aabc to
8fd9c6b
Compare
renovate
Bot
force-pushed
the
renovate/major-devdependencies
branch
from
June 8, 2026 06:51
6668904 to
fc9b2d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.0→1.0.02.31.1→3.0.09.39.5→10.8.116.26.1→17.14.1Release Notes
changesets/changesets (@changesets/changelog-github)
v1.0.0Compare Source
Major Changes
#1482
df424a4Thanks @Andarist! - Bumped supported Node versions to^22.11 || ^24 || >=26#1482
df424a4Thanks @Andarist! - From now on this package is going to be published as ES module.Minor Changes
#2059
070f531Thanks @jycouet! - Add an opt-in, experimentaltemplateoption to render changelog lines from tokens ({summary},{ref},{pull},{commit},{authors}). Default output is unchanged. The token syntax may change in a patch release; pin the version if you rely on it.#1871
dfefc4eThanks @mihkeleidast! - UseGITHUB_REPOSITORYas the default repo when norepooption is configured#1969
2c7c043Thanks @marcalexiei! - Add a named export that mirrors the currentdefaultexportThe
defaultexport is slated for removal in the next major release, so this ensures a smoother transition path.Patch Changes
#2040
88f2abbThanks @bluwy! - Improve type-check for options object#2160
162419dThanks @beeequeue! - Added or modified thefilesproperty in the manifest. This should not change any behavior.#1947
492b0caThanks @bluwy! - UseparseEnvinstead ofdotenvto load the.envfile and avoid loading them toprocess.envUpdated dependencies [
5b02e2f,062530b,88f2abb,dae394c,dae394c,df424a4,b5e1762,c19b112,162419d,4c26f2f,96b65ee,813bbf3,df424a4,a0b5326,492b0ca]:changesets/changesets (@changesets/cli)
v3.0.0Compare Source
Major Changes
#2128
7113c01Thanks @Andarist! - Renamed thechangeset tagcommand tochangeset git-tag.#2074
3599e47Thanks @bluwy! - Set supported package manager versions in"engines"field, including npm >=10.9.0, pnpm >=10.0.0, and yarn >=4.5.2.#1860
92b1c1bThanks @mixelburg! -changeset versionnow exits with code 1 when there are no unreleased changesets, instead of silently exiting with code 0.This makes it easier to detect when a version step is a no-op — for example, to prevent accidentally publishing packages with incorrect version tags when using
--snapshotmode.#1482
df424a4Thanks @Andarist! - Bumped supported Node versions to^22.11 || ^24 || >=26#1994
062530bThanks @bluwy! - Theprettieroption in.changeset/config.jsonhas been removed in favor offormat.formatsupports"auto","prettier","oxfmt","deno", and"dprint", andfalsedisables formatting. If you previously usedprettier: false, migrate toformat: falseor remove the option to use automatic formatter detection.#2190
96b65eeThanks @bluwy! - Move versioned prerelease changesets to.changeset/pre/folder instead of accumulating in the root and tracking the versioned changeset ids in the.changeset/pre.jsonfile. Existingpre.jsonwill auto-migrate to this new structure on the next run ofchangeset versionor when callingchangeset status.This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in
.changeset/pre/can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids inpre.jsonif certain changesets are deleted.#2145
f5887ffThanks @Andarist! - Removed Yarn Classic support#2097
8c88f6aThanks @Andarist! - Packages with only prerelease versions published will now be published with the prerelease tag in the prerelease mode if the target registry doesn't auto-assignlatesttag. npm registry itself does that and such packages will continue to be released withlatesttag (and not with the configured prerelease tag).#1879
c76b232Thanks @beeequeue! - Removed warning messages about using v1 configs. They will now be silently ignored.#1655
db46911Thanks @bluwy! - Update@manypkg/get-packageswhich drops support for detecting packages in Bolt monorepos and adds support for npm monorepos#1651
e1df862Thanks @bluwy! - Remove support for the--sinceMasterflag forchangeset status. Use--since=masteror--since=maininstead.#2117
813bbf3Thanks @bluwy! - Remove thepre.jsoninitialVersionsproperty and handling as it's unused internally#1961
07278a7Thanks @beeequeue! -CommitFunctionscan now be both sync and async, and thedefaultCommitFunctionsare now sync.#1482
df424a4Thanks @Andarist! - From now on this package is going to be published as ES module.#1652
a0b5326Thanks @bluwy! - Remove support for the deprecated___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.useCalculatedVersionForSnapshotsconfig. Thesnapshot.useCalculatedVersionconfig should be used instead.#2186
3910adfThanks @Andarist! - Private packages are no longer versioned by default. SetprivatePackagestotrueto opt into versioning and tagging them, or setprivatePackages.versiontotrueto version them without tagging.#1879
c76b232Thanks @beeequeue! - Migrated fromenquirer+@inquirer/launch-editorto@clack/prompts+launch-editor.This means the CLI flows will have minor changes, but they are largely the same.
This change also fixes various issues related to
enquirerlike cancelling prompts crashing the CLI.#2090
3aae903Thanks @beeequeue! - Peer dependencies now bump packages that depend on them bypatchinstead ofmajor.This means a peer dependency update is no longer assumed (forced) to be a breaking change.
If the dependent package is not compatible with the peer's new release you should manually add a
majorchangeset describing why and how to migrate.Minor Changes
#1121
ce2095dThanks @Sh031224! - Added new--major,--minor,--patchflags to theaddcommand.#2135
fd7724aThanks @youdie006! - Allow comma-separated values in array-valued CLI flags: the--major,--minor, and--patchflags of theaddcommand, and the--ignoreflag of theversioncommand. For example,--minor pkg-a,pkg-bis now equivalent to--minor pkg-a --minor pkg-b. Surrounding whitespace is trimmed and empty entries are ignored.#2068
d03ffc1Thanks @bluwy! - Support{commit-short}placeholder for thesnapshot.prereleaseTemplateconfig, which is a 7 character variant of{commit}#2061
c2db1ddThanks @Andarist! - Added achangeset publish-plancommand to inspect which packages would be published or tagged, with optional JSON output.#2087
edc30c8Thanks @trueberryless! - Made theinitcommand interactive. Runningchangeset initwill now guide you through a set of intuitive prompts to configure your changelog generator, commit preferences, publish access, and base branch, rather than silently writing the default configuration file.#1969
2c7c043Thanks @marcalexiei! - Add a named export that mirrors the currentdefaultexportThe
defaultexport is slated for removal in the next major release, so this ensures a smoother transition path.#1879
c76b232Thanks @beeequeue! - Packages are now listed in alphabetical order when possible.#2129
369eb0bThanks @Andarist! - Commands supporting--output(such asstatusandpublish-plan) can now be invoked withCHANGESETS_OUTPUT=path/to/fileenvironment variable. This has the same effect as calling them with--output=path/to/file#2100
90b4ad0Thanks @Andarist! - Order releases into dependency-aware chunks so packages are grouped in publish order.#2136
2f9ca42Thanks @bluwy! - Remove confirmation prompt when adding a changeset. It will always add a changeset instead, and if the changeset is not desired, the user can edit or delete the file directly.#2155
5a8119bThanks @beeequeue! - Improvedchangeset publishfailure handling. Errors are reported per package, successful publishes are still tagged when another package fails, and authentication retries avoid republishing completed packages.#2063
ed77176Thanks @Andarist! - Addedchangeset publish --from-pack-dir <dir>to publish packages from a previously created pack output directory.#2062
830443cThanks @Andarist! - Added achangeset packcommand that requires--out-dirand writes publishable package tarballs plus an enrichedpublish-plan.jsoninto that directory, either from the current workspace or from a saved publish plan via--from-plan.#1879
c76b232Thanks @beeequeue! - Choosing a change type now shows a preview of which part of the version it affects.#2129
369eb0bThanks @Andarist! -changeset publishandchangeset tagcan now be invoked withCHANGESETS_OUTPUT=path/to/fileenvironment variable. They produce output in the NDJSON format.#2130
18bc470Thanks @beeequeue! - Allow unmatched glob patterns in theignoreconfig option.#2073
b9cbd80Thanks @bluwy! - Show if a package is private when selecting packages inchangeset addPatch Changes
#1476
e0e1748Thanks @pralkarz! - Replacefs-extrausage withnode:fs#2060
11bded4Thanks @Andarist! - Fixedchangeset publishto respect ignored packages for both publishing and private package tagging.#2041
ce39c72Thanks @bluwy! - Enable guide line foraddcommand and use box design for dependent patch bump note#2064
ffd65fcThanks @Andarist! - For pnpm projects, Changesets now match pnpm's native registry behavior more closely during unpublished package checks. Both scope-basedpublishConfigregistry overrides andpublishConfig.registryare now ignored.#2002
6db2c21Thanks @Andarist! - Lazy-load CLI commands sochangesetonly loads the code needed for the command being run.#2097
8c88f6aThanks @Andarist! - Route package manager calls through their respective CLIs during publish (npm, pnpm, yarn). Notably, Yarn Berry publishes now let Yarn update workspace protocol ranges as part of the publish process.#2132
d35bb77Thanks @cyphercodes! - Improve publish error handling for npm and pnpm JSON errors. Changesets now skips npm 11 already-published errors that omitcode, correctly skips pnpm 11 already-published errors, and retries pnpm 11ERR_PNPM_OTP_NON_INTERACTIVEpublish failures in delegated interactive mode.#2160
162419dThanks @beeequeue! - Added or modified thefilesproperty in the manifest. This should not change any behavior.#2009
44df27dThanks @bluwy! - Usecacfor CLI arg parsing and handling#2113
b8222e6Thanks @Andarist! - Fixed publish error printing for pnpm 11.#2065
0598e83Thanks @Andarist! - Improvedchangeset publishauth handling by removing the preflight OTP requirement check and falling back to interactive auth when the package manager reports that authentication is required.#2065
0598e83Thanks @Andarist! -changeset publishnow reads initial OTP values from npm and pnpm environment variables.#2171
3257f57Thanks @beeequeue! - Enabled Node's Compile Cache to improve CLI startup speed.#1570
d099e43Thanks @pralkarz! - Removed extra leftover code related to Changesets v1#2113
b8222e6Thanks @Andarist! - Fixed accidental success logs on failed npm publishes#1616
609046cThanks @bluwy! - Removeterm-sizedependency#1476
e0e1748Thanks @pralkarz! - Replacedspawndamnitwithtinyexec#584
6c79210Thanks @Andarist! - Avoid an infinite loop when git commands fail to execute when Changesets try to retrieve commits that added files.#2177
b5e1762Thanks @Andarist! - Avoid writing anundefinedversion when updating dependencies in unversioned private packages.#2163
5f8d925Thanks @Andarist! - Update dependency ranges in the workspace rootpackage.json.#2004
169b128Thanks @ghostdevv! - Replacepicocolorswithnode:util'sstyleText#1640
2ad65e0Thanks @bluwy! - Remove deprecated flag warnings, including--updateChangelog,--isPublic,--skipCI, and--commitUpdated dependencies [
e0e1748,6d1f384,a736a20,062530b,6a05002,ee10723,88f2abb,c76b232,6a05002,694396c,d03ffc1,df424a4,b5e1762,c19b112,03d4479,162419d,b9407b3,4c26f2f,96b65ee,3628cab,8f7b607,db46911,b83787f,2c7c043,01f4da4,813bbf3,6a05002,c2348fc,fc42514,062530b,07278a7,c98af4c,df424a4,a0b5326,e0e1748,6c79210,b5e1762,3910adf,5f8d925,169b128,18bc470,6a05002,3aae903,062530b,96b65ee]:eslint/eslint (eslint)
v10.8.1Compare Source
Bug Fixes
18eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173) (dongkyu lee)151ba3ffix: false positives ingetter-returnandaccessor-pairs(#21163) (Grit)6898df9fix: ignore meta-property names inid-denylist(#21166) (Pixel)4d7db66fix: ignore meta-property names inid-match(#21167) (Pixel)677214efix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)Documentation
7d0cbf8docs: Update README (GitHub Actions Bot)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183) (Lee Daeun)678c90bdocs: Update README (GitHub Actions Bot)8a10424docs: Update README (GitHub Actions Bot)69bb948docs: Update README (GitHub Actions Bot)Chores
0a14800chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191) (Lazizbek Ergashev)5611035test: add error locations info tono-void(#21185) (Lee Daeun)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])f131c03chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)1f6eddechore: update ecosystem plugins (#21182) (ESLint Bot)d3266fbchore: unpinwebpackdependency (#21172) (Francesco Trotta)65a6519chore: add allowScripts field to package.json (#21092) (GiHoon Noh)22e5256ci: addtriage:nolabel to Dependabot PRs (#21141) (lumir)55c9038ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])7280e78chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])eddbad6test: fix failing ecosystem test foreslint-plugin-unicorn(#21156) (Francesco Trotta)60a178dchore: update ecosystem plugins (#21150) (ESLint Bot)f9f61dctest: add error locations tono-unreachable(#21151) (JIYEON)d086293test: add error locations tono-undef(#21147) (JIYEON)cc01b67test: add error locations tono-useless-catch(#21144) (devoil)688e75echore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)7c1e175test: add error locations torequire-await(#21145) (Grit)588a26dtest: add error locations tono-extra-label(#21139) (dongkyu lee)059aa89test: add error locations tono-useless-concat(#21140) (dongkyu lee)5a452a8test: add error locations tono-const-assign(#21138) (dongkyu lee)v10.8.0Compare Source
Features
2fee9bbfeat: exportConfigObjectfromeslint/config(#21082) (sethamus)Bug Fixes
6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129) (Francesco Trotta)9091071fix: preventno-unreachable-loopcrash when all loop types are ignored (#21116) (Pixel)e23fafefix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)20b5ad0fix: quadratic-time regex inprefer-template(#21096) (Milos Djermanovic)8b6f6c0fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)b2c608cfix: NewExpression with parenthesized callee inpreserve-caught-error(#21083) (Francesco Trotta)Documentation
6ddf858docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)784dfbedocs: Clarifyno-eq-nulldescription (#21120) (Park Harin)7ec733adocs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))92bb13fdocs: replace quake link (#21108) (Jung Hyeon Jun)68eb4a5docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)d28f697docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)eccc68ddocs: correct --suppressions-location option description (#21093) (Ga eun Lee)c5963f7docs: Update README (GitHub Actions Bot)Chores
4fbf46dtest: pinwebpackversion to 5.108.4 (#21137) (Francesco Trotta)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)eccbe7btest: add error locations tono-class-assign(#21123) (devoil)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])e9d66d0ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])ee225b6test: Add error location details tono-eq-nullrule (#21117) (Park Harin)044a627chore: update minimatch to ^10.2.5 (#21107) (김채영)fb09aa8chore: update ecosystem plugins (#21115) (ESLint Bot)5abd878test: add error locations tono-proto(#21114) (Gihyeon Jeong / 정기현)9715887test: Add error location details tono-div-regex(#21110) (Park Harin)a746ec6test: add error locations tono-new-wrappers(#21109) (Gihyeon Jeong / 정기현)8dde645test: add error locations tono-ex-assign(#21102) (devoil)13ab0ectest: add error locations tono-label-var(#21098) (Gihyeon Jeong / 정기현)a99906ftest: Add error location details tono-delete-varrule (#21105) (Park Harin)c47e8dcchore: add missing backticks tolanguages/js/index.js(#21104) (beeen)0174428chore: add missing backticks totranslate-cli-options.js(#21097) (dongkyu lee)3d36589chore: add missing backticks toserialization.js(#21091) (이규환)dcc9312test: add error locations toeqeqeq(#21090) (Ga eun Lee)2710b18ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))5d2f866chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])d584e31chore: fix failing ecosystem test foreslint-plugin-unicorn(#21084) (Francesco Trotta)bf3eda0chore: update ecosystem plugins (#21079) (ESLint Bot)v10.7.0Compare Source
Features
cf2a9bffeat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)f8b873afeat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)557fde8feat: support computedNumber.parseIntmember access inradixrule (#21041) (Pixel)0b4a73bfeat: add suggestions to no-compare-neg-zero (#21034) (den$)96cdd42feat: report invalid signed numeric radix values inradixrule (#21030) (Pixel)Bug Fixes
3e7bf15fix: applyignoreClassesWithImplementsto class expressions (#21069) (Pixel)0d7d70cfix: insert cause outside wrapping parens in preserve-caught-error (#21062) (Mahin Anowar)75ec753fix: handle static template literals ineqeqeqrule (#21058) (Pixel)b717a22fix: preventeqeqeqnull option from reporting non-equality operators (#21057) (Pixel)e35b05ffix: avoidno-invalid-regexpfalse positive for shadowed RegExp (#21051) (Pixel)a3172b6fix: avoidno-control-regexfalse positive for shadowed RegExp (#21050) (Pixel)d1f637efix: parenthesize sequence expression operands in no-implicit-coercion (#21045) (spokodev)8859baffix: avoid prefer-numeric-literals false positive for shadowed globals (#21047) (한국)a9e5961fix: use-isnan false positive on shadowed NaN/Number (#20958) (sethamus)8a240a7](https://redirect.github.com/eslint/eslinConfiguration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.