fix: update package dependencies#156
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 80e1c95 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 |
1fb8a03 to
ac1b229
Compare
ac1b229 to
f63b43c
Compare
f63b43c to
84e970c
Compare
84e970c to
0a541f3
Compare
0a541f3 to
a0e62c8
Compare
a0e62c8 to
9da0d09
Compare
9da0d09 to
95fea58
Compare
95fea58 to
dfb8535
Compare
dfb8535 to
9e83cfa
Compare
9e83cfa to
042e677
Compare
042e677 to
1bd2698
Compare
1bd2698 to
54b405d
Compare
54b405d to
836ae50
Compare
836ae50 to
e2f9aac
Compare
e2f9aac to
22184c9
Compare
22184c9 to
955fe9b
Compare
955fe9b to
d0bbb29
Compare
d0bbb29 to
c999460
Compare
c999460 to
d3ed241
Compare
d3ed241 to
e171b85
Compare
e171b85 to
d4c6113
Compare
d4c6113 to
e835e45
Compare
e835e45 to
a219f3c
Compare
a219f3c to
a222157
Compare
| datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | npm | @changesets/cli | 2.30.0 | 2.31.0 | | npm | @commitlint/cli | 20.5.0 | 20.5.2 | | npm | @eslint/compat | 2.0.3 | 2.0.5 | | npm | @vitest/eslint-plugin | 1.6.13 | 1.6.16 | | npm | eslint | 10.1.0 | 10.2.1 | | npm | eslint-plugin-jsdoc | 62.8.0 | 62.9.0 | | npm | eslint-plugin-perfectionist | 5.7.0 | 5.9.0 | | npm | eslint-plugin-sonarjs | 4.0.2 | 4.0.3 | | npm | globals | 17.4.0 | 17.5.0 | | npm | prettier | 3.8.1 | 3.8.3 | | npm | turbo | 2.8.20 | 2.9.6 | | npm | typescript | 6.0.2 | 6.0.3 | | npm | typescript-eslint | 8.57.2 | 8.59.0 |
a222157 to
80e1c95
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:
^2.30.0→^2.31.0^20.5.0→^20.5.2^2.0.3→^2.0.5^1.6.13→^1.6.16^10.1.0→^10.2.1^62.8.0→^62.9.0^5.7.0→^5.9.0^4.0.2→^4.0.3^17.4.0→^17.5.0^3.8.1→^3.8.3^2.8.20→^2.9.6^6.0.2→^6.0.3^8.57.2→^8.59.0Release Notes
changesets/changesets (@changesets/cli)
v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas 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--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:conventional-changelog/commitlint (@commitlint/cli)
v20.5.2Compare Source
Note: Version bump only for package @commitlint/cli
eslint/rewrite (@eslint/compat)
v2.0.5Compare Source
Dependencies
v2.0.4Compare Source
Dependencies
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.16Compare Source
🚀 Features
View changes on GitHub
v1.6.15Compare Source
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.14...v1.6.15
v1.6.14Compare Source
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.13...v1.6.14
eslint/eslint (eslint)
v10.2.1Compare Source
v10.2.0Compare Source
Features
586ec2ffeat: Addmeta.languagessupport to rules (#20571) (Copilot)14207defeat: addTemporaltono-obj-calls(#20675) (Pixel998)bbb2c93feat: add Temporal to ES2026 globals (#20672) (Pixel998)Bug Fixes
542cb3efix: update first-party dependencies (#20714) (Francesco Trotta)Documentation
a2af743docs: addlanguageto configuration objects (#20712) (Francesco Trotta)845f23fdocs: Update README (GitHub Actions Bot)5fbcf59docs: removesourceTypefrom ts playground link (#20477) (Tanuj Kanti)8702a47docs: Update README (GitHub Actions Bot)ddeadeddocs: Update README (GitHub Actions Bot)2b44966docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)eab65c7docs: updateeslintversions in examples (#20664) (루밀LuMir)3e4a299docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)Chores
8120e30refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)46e8469chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])01ed3aatest: add unit tests for unicode utilities (#20622) (Manish chaudhary)811f493ci: remove--legacy-peer-depsfrom types integration tests (#20667) (Milos Djermanovic)6b86fcfchore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])632c4f8chore: addprettierupdate commit to.git-blame-ignore-revs(#20662) (루밀LuMir)b0b0f21chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)228a2ddchore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)3ab4d7etest: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v62.9.0Compare Source
Features
v62.8.1Compare Source
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)
v5.9.0Compare Source
compare changes
🚀 Features
(b98c82d9)
(a4b425db)
🐞 Bug Fixes
(c05d1b14)
(3d75ce26)
❤️ Contributors
v5.8.0Compare Source
compare changes
🚀 Features
(76f423c5)
🐞 Bug Fixes
(4949b1d7)
(7244ff1e)
❤️ Contributors
SonarSource/SonarJS (eslint-plugin-sonarjs)
v4.0.3Compare Source
sindresorhus/globals (globals)
v17.5.0Compare Source
prettier/prettier (prettier)
v3.8.3Compare Source
v3.8.2Compare Source
vercel/turborepo (turbo)
v2.9.6: Turborepo v2.9.6Compare Source
What's Changed
create-turbo
Examples
@types/nodetowith-svelteexample apps by @anthonyshew in #12585Changelog
turbo.jsonin concurrency error message by @anthonyshew in #12582Full Changelog: vercel/turborepo@v2.9.5...v2.9.6
v2.9.5: Turborepo v2.9.5Compare Source
What's Changed
create-turbo
@turbo/telemetry
Changelog
boundarieschecking with Rayon and cache DFS traversals by @anthonyshew in #12569New Contributors
Full Changelog: vercel/turborepo@v2.9.4...v2.9.5
v2.9.4: Turborepo v2.9.4Compare Source
What's Changed
@turbo/codemod
turbo.jsoncin codemod transforms by @anthonyshew in #12532Examples
Changelog
filterUsingTasks--filterfrom pulling dependents into Task Graph by @anthonyshew in #12535--affectedand--filterto be combined by @anthonyshew in #12543filterUsingTasksby @anthonyshew in #12545New Contributors
Full Changelog: vercel/turborepo@v2.9.3...v2.9.4
v2.9.3: Turborepo v2.9.3Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.9.2...v2.9.3
v2.9.2: Turborepo v2.9.2Compare Source
What's Changed
Examples
Changelog
setsid()in PTY spawn to prevent macOS Gatekeeper CPU spikes" by @anthonyshew in #12507watchloop so interruptible persistent tasks restart on file changes by @anthonyshew in #12509turbo.*generator variables by @anthonyshew in #12511New Contributors
Full Changelog: vercel/turborepo@v2.9.1...v2.9.2
v2.9.1: Turborepo v2.9.1Compare Source
What's Changed
@turbo/codemod
@turbo/repository
cacheMaxAgeandcacheMaxSizefor local cache eviction by @anthonyshew in #12487Changelog
Full Changelog: vercel/turborepo@v2.9.0...v2.9.1
v2.9.0: Turborepo v2.9.0Compare Source
What's Changed
Docs
create-turbo
affectedUsingTaskInputsfuture flag for task-level--affecteddetection by @anthonyshew in #12247create-turboselection by @anthonyshew in #12353turbo-ignore
turbo-ignorein favor ofturbo query affectedby @anthonyshew in #12382turbo-ignoredeprecation notice for Vercel users by @anthonyshew in #12385@turbo/codemod
pipelinekey inclean-globscodemod by @anthonyshew in #12235add-package-namescodemod from silently renaming existing packages by @anthonyshew in #12332eslint
@turbo/repository
packagesFromLockfile()NAPI binding to@turbo/repositoryby @anthonyshew in #12454Examples
viteand@vitejs/plugin-reactversions on example by @GabrielBB in #12193with-svelteexample by @floriansalihovic in #11952Changelog
allowCommentsandallowTrailingCommasto turbo.json schema by @ddmoney420 in #11579Configuration
📅 Schedule: (in timezone Europe/Paris)
* 0-3 1 * *)🚦 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.