-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps): update all non-major dependencies #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
|
4b0ead3 to
13a3895
Compare
5c36fc7 to
628b2a9
Compare
899ebb8 to
7efed0f
Compare
03ea4f5 to
bbbd351
Compare
bbbd351 to
cf02c85
Compare
cf02c85 to
29f632a
Compare
29f632a to
0015197
Compare
0015197 to
922a656
Compare
922a656 to
63298c7
Compare
63298c7 to
cd6e15b
Compare
cd6e15b to
b6c1ae0
Compare
b6c1ae0 to
c54188e
Compare
c54188e to
84f9eb0
Compare
84f9eb0 to
d888dee
Compare
d888dee to
161aa2a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^2.28.1->^2.29.3^9.23.0->^9.26.0^22.13.14->^22.15.15^9.23.0->^9.26.0^10.1.1->^10.1.3^3.3.3->^3.5.1^16.0.0->^16.1.010.7.0->10.10.0^5.25.3->^5.28.2^4.1.5->^4.1.7^5.8.2->^5.8.3^8.28.0->^8.32.0^1.3.8->^1.5.2^3.0.9->^3.1.3Release Notes
changesets/changesets (@changesets/cli)
v2.29.3Compare Source
Patch Changes
#1589
de8bebcThanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json#1619
c1e8a78Thanks @manucorporat! - Support../inpublishConfig.directorywhen publishing packagesUpdated dependencies [
de8bebc]:v2.29.2Compare Source
Patch Changes
#1636
f73f84aThanks @Netail! - Correctly resolve new changesets withsinceoption when the.changesetdirectory is not directly in the git rootUpdated dependencies [
f73f84a]:v2.29.1Compare Source
Patch Changes
#1620
b15e629Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629]:v2.29.0Compare Source
Minor Changes
29f34a3Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfigeslint/eslint (@eslint/js)
v9.26.0Compare Source
v9.25.1Compare Source
v9.25.0Compare Source
v9.24.0Compare Source
eslint/eslint (eslint)
v9.26.0Compare Source
v9.25.1Compare Source
v9.25.0Compare Source
v9.24.0Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.3Compare Source
Patch Changes
4e95a1dThanks @pilikan! - fix: this package iscommonjs, align its types correctlyv10.1.2Compare Source
Patch Changes
a8768bfThanks @Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailssveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.5.1Compare Source
Patch Changes
9126f1fThanks @43081j! - Removed eslint-compat-utils from dependenciesv3.5.0Compare Source
Minor Changes
842757fThanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedPropertiesoptionPatch Changes
7892f4cThanks @baseballyama! - fix(no-unused-props): handle alias props name properlyv3.4.1Compare Source
Patch Changes
#1173
8e53e58Thanks @43081j! - chore: usecontext.sourceCodedirectly rather than a compatibility helper.#1177
ec22fb4Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests#1174
b696ef3Thanks @43081j! - chore: usecontext.filenameandcontext.physicalFilenameinstead of compat functions.#1176
bafbf5fThanks @43081j! - chore: switch tocontext.cwdrather than using a compat helper.v3.4.0Compare Source
Minor Changes
#1165
2b7e164Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-paramrule to automatically rename or add function parameters.#1163
d9b8604Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputsrule which renames the outputs.#1164
29b1315Thanks @43081j! - Added a suggestion forno-at-debug-tagsrule which removes the tagsPatch Changes
db9202dThanks @baseballyama! - chore: updatesvelte-eslint-parserto 1.1.1sindresorhus/globals (globals)
v16.1.0Compare Source
5c58875pnpm/pnpm (pnpm)
v10.10.0Compare Source
Minor Changes
preResolution,importPackage, andfetchershooks from local pnpmfile.Patch Changes
cdcommand, whenshellEmulatoristrue#7838.pnpm-workspace.yaml#9453.npm_package_jsonenvironment variable to the executed scripts #9452.--reporter=silentoption.v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json:{ "dependencies": { "@​foo/bar": "jsr:^0.1.2" } }When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
{ "dependencies": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting is not defined.Added a new setting,
dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.v10.8.1Compare Source
Patch Changes
package.json,onlyBuiltDependencieswill be written topnpm-workspace.yamlfile #9404.v10.8.0Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs. For example:Now you can use the
pnpm addcommand with the--configflag to install new configurational dependencies #9377.Patch Changes
!/inpnpm-workspace.yaml. This fixes a regression introduced by #9169.pnpm audit --fixshould update the overrides inpnpm-workspace.yaml.pnpm linkshould update overrides inpnpm-workspace.yaml, not inpackage.json#9365.v10.7.1: pnpm 10.7.1Compare Source
Patch Changes
pnpm config setshould convert the settings to their correct type before adding them topnpm-workspace.yaml#9355.pnpm config getshould read auth related settings via npm CLI #9345.~/in a path in.npmrcwith the home directory #9217.Platinum Sponsors
Gold Sponsors
sveltejs/svelte (svelte)
v5.28.2Compare Source
Patch Changes
:globalwith multiple items as unused (#15817)v5.28.1Compare Source
Patch Changes
fix: ensure
<svelte:boundary>properly removes error content in production mode (#15793)fix:
update_versionafterdeleteifsourceisundefinedandpropintarget(#15796)fix: emit error on wrong placement of the
:globalblock selector (#15794)v5.28.0Compare Source
Minor Changes
v5.27.3Compare Source
Patch Changes
v5.27.2Compare Source
Patch Changes
v5.27.1Compare Source
Patch Changes
chore: default params for html blocks (#15778)
fix: correct suggested type for custom events without detail (#15763)
fix: Throw on unrendered snippets in
dev(#15766)fix: avoid unnecessary read version increments (#15777)
v5.27.0Compare Source
Minor Changes
Patch Changes
:globalselector list validation (#15762)v5.26.3Compare Source
Patch Changes
fix: correctly validate head snippets on the server (#15755)
fix: ignore mutation validation for props that are not proxies in more cases (#15759)
fix: allow self-closing tags within math namespace (#15761)
v5.26.2Compare Source
Patch Changes
undefinedsnippet params with default value (#15750)v5.26.1Compare Source
Patch Changes
state_referenced_locallymessage (#15733)v5.26.0Compare Source
Minor Changes
css.hasGlobaltocompileoutput (#15450)Patch Changes
v5.25.12Compare Source
Patch Changes
fix: improve internal_set versioning mechanic (#15724)
fix: don't transform reassigned state in labeled statement in
$derived(#15725)v5.25.11Compare Source
Patch Changes
fix: handle hydration mismatches in await blocks (#15708)
fix: prevent ownership warnings if the fallback of a bindable is used (#15720)
v5.25.10Compare Source
Patch Changes
fix: set deriveds as
CLEANif they are assigned to (#15592)fix: better scope
:global()with nesting selector&(#15671)v5.25.9Compare Source
Patch Changes
fix: allow
$.stateand$.derivedto be treeshaken (#15702)fix: rework binding ownership validation (#15678)
v5.25.8Compare Source
Patch Changes
v5.25.7Compare Source
Patch Changes
v5.25.6Compare Source
Patch Changes
fix: ignore generic type arguments while creating AST (#15659)
fix: better consider component and its snippets during css pruning (#15630)
v5.25.5Compare Source
Patch Changes
fix: add setters to
$derivedclass properties (#15628)fix: silence assignment warning on more function bindings (#15644)
fix: make sure CSS is preserved during SSR with bindings (#15645)
v5.25.4Compare Source
Patch Changes
fix: support TS type assertions (#15642)
fix: ensure
undefinedclass still applies scoping class, if necessary (#15643)sveltejs/language-tools (svelte-check)
v4.1.7Compare Source
v4.1.6Compare Source
microsoft/TypeScript (typescript)
v5.8.3Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.32.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.31.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.31.0Compare Source
🩹 Fixes
config()around global ignores (#11065)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.30.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.30.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.29.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.29.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)
v1.5.2Compare Source
🚀 Features
View changes on GitHub
v1.5.1Compare Source
🐞 Bug Fixes
customIconoptional - by @yuyinws (21411)View changes on GitHub
v1.5.0Compare Source
🚀 Features
View changes on GitHub
v1.4.1Compare Source
No significant changes
View changes on GitHub
vitest-dev/vitest (vitest)
v3.1.3Compare Source
🐞 Bug Fixes
inline: trueis set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3)--merge-reportsto show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)View changes on GitHub
v3.1.2Compare Source
🚀 Features
🐞 Bug Fixes
chaivariable invitest/globals(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.excludewhen same object passed incoverage.exclude- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions- by @hi-ogawa in [https://github.com/fix: use happy-dom/jsdom types forenvionmentOptionsvitest-dev/vitest#7795](https://redirect.github.com/vitest-dev/vitest/isConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.