chore(deps): update all non-major dependencies#240
Merged
lachlancollins merged 2 commits intomainfrom Apr 25, 2025
Merged
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 498f19f.
☁️ Nx Cloud last updated this comment at |
@tanstack/config
@tanstack/eslint-config
@tanstack/publish-config
@tanstack/typedoc-config
@tanstack/vite-config
commit: |
a726c6f to
4216932
Compare
4216932 to
359756d
Compare
xiaoyu2er
pushed a commit
to TanStack-dev/config
that referenced
this pull request
Apr 25, 2025
* chore(deps): update all non-major dependencies * Update vue snap --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
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.28.1->^2.29.2^9.24.0->^9.25.1^5.74.0->^5.74.4^19.1.1->^19.1.2^4.3.4->^4.4.1^9.24.0->^9.25.1^4.10.3->^4.10.6^20.7.2->^20.8.110.8.0->10.9.0^0.3.11->^0.3.12^4.39.1->^4.40.0^8.29.1->^8.31.0^6.2.6->^6.3.3^3.1.1->^3.1.2Release Notes
changesets/changesets (@changesets/cli)
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
v2.29.0Compare Source
Minor Changes
29f34a3Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfigeslint/eslint (@eslint/js)
v9.25.1Compare Source
v9.25.0Compare Source
TanStack/query (@tanstack/query-core)
v5.74.4Compare Source
Version 5.74.4 - 4/17/25, 9:44 AM
Changes
Fix
setQueryDatawhen used in functions with explicit return types (#9030) (8f8e6d0) by @custardcream98Chore
4a5990e) by ArnoudTest
d1255a8) by MINSEONG KIMfdf5a54) by MINSEONG KIM522b081) by MINSEONG KIMf812bf4) by MINSEONG KIMPackages
v5.74.3Compare Source
Version 5.74.3 - 4/14/25, 12:55 PM
Changes
Fix
f580d4d) by Nick LucasPackages
v5.74.2Compare Source
Version 5.74.2 - 4/14/25, 10:54 AM
Changes
Fix
02c3d51) by Raphael GimenezTest
727230f) by MINSEONG KIMPackages
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.4.1Compare Source
Fix type issue when using
moduleResolution: "node"in tsconfig #462v4.4.0Compare Source
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite.
Note that currently the
__sourceproperty value position might be incorrect. This will be fixed in the near future.eslint/eslint (eslint)
v9.25.1Compare Source
v9.25.0Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.10.6Compare Source
Patch Changes
d54302fThanks @JounQin! - chore: bumpunrs-resolverto v1.6.0v4.10.5Compare Source
Patch Changes
db1824bThanks @JounQin! - fix: support run with worker evalv4.10.4Compare Source
Patch Changes
#299
bf50a4dThanks @renovate! - chore(deps): bump@typescript-eslint/utilsto v8.30#297
9769f3cThanks @JounQin! - fix: support run withnode --evalnrwl/nx (nx)
v20.8.1Compare Source
20.8.1 (2025-04-25)
🚀 Features
🩹 Fixes
❤️ Thank You
v20.8.0Compare Source
20.8.0 (2025-04-14)
🚀 Features
🩹 Fixes
ProjectConfigurationsErroris thrown (#30661)typecheckandbuildtasks and more granular outputs fortypecheck(#30549)customConditionswhen running cypress tasks (#30709)❤️ Thank You
pnpm/pnpm (pnpm)
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.publint/publint (publint)
v0.3.12Compare Source
Patch Changes
#!(#183)sindresorhus/type-fest (type-fest)
v4.40.0Compare Source
NonEmptyStringtype (#1103)19a9c37UnknownMaptype (#1106)b4ace2dUnknownSettype (#1106)b4ace2dIsFloat/IsInteger: Fix instantiations with numbers represented using exponential notation (#1101)21a92f6typescript-eslint/typescript-eslint (typescript-eslint)
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.
vitejs/vite (vite)
v6.3.3Compare Source
ssrTransformre-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629v6.3.2Compare Source
css.lightningcssoption in css minification process (#19879) (b5055e0), closes #19879v6.3.1Compare Source
Promise.allSettledin preload function (#19805) (35c7f35), closes #19805transformcalls (#19878) (a152b7c), closes #19878v6.3.0Compare Source
hot.invalidatein circular deps (#19870) (d4ee5e8), closes #19870vitest-dev/vitest (vitest)
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/vitest-dev/vitest/issues/7795 (67430)awaitprofiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.