fix(deps): update all non-major dependencies #1103
Open
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.20.2
->^2.20.3
^22.13.13
->^22.14.0
20.17.27
->20.17.30
^5.2.5
->^5.2.6
^3.3.3
->^3.5.1
10.7.0
->10.7.1
^0.3.9
->^0.3.10
^1.86.0
->^1.86.3
^5.25.3
->^5.25.6
^1.1.0
->^1.1.2
^8.28.0
->^8.29.0
^3.0.9
->^3.1.1
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.20.3
Compare Source
Patch Changes
afterNavigate
once on app start when SSR is disabled (#13593)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.6
Compare Source
Patch Changes
1451176
Thanks @renovate! - fix(deps): bumpsynckit
tov0.11.0
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.5.1
Compare Source
Patch Changes
9126f1f
Thanks @43081j! - Removed eslint-compat-utils from dependenciesv3.5.0
Compare Source
Minor Changes
842757f
Thanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedProperties
optionPatch Changes
7892f4c
Thanks @baseballyama! - fix(no-unused-props): handle alias props name properlyv3.4.1
Compare Source
Patch Changes
#1173
8e53e58
Thanks @43081j! - chore: usecontext.sourceCode
directly rather than a compatibility helper.#1177
ec22fb4
Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests#1174
b696ef3
Thanks @43081j! - chore: usecontext.filename
andcontext.physicalFilename
instead of compat functions.#1176
bafbf5f
Thanks @43081j! - chore: switch tocontext.cwd
rather than using a compat helper.v3.4.0
Compare Source
Minor Changes
#1165
2b7e164
Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-param
rule to automatically rename or add function parameters.#1163
d9b8604
Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputs
rule which renames the outputs.#1164
29b1315
Thanks @43081j! - Added a suggestion forno-at-debug-tags
rule which removes the tagsPatch Changes
db9202d
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to 1.1.1pnpm/pnpm (pnpm)
v10.7.1
: pnpm 10.7.1Compare Source
Patch Changes
pnpm config set
should convert the settings to their correct type before adding them topnpm-workspace.yaml
#9355.pnpm config get
should read auth related settings via npm CLI #9345.~/
in a path in.npmrc
with the home directory #9217.Platinum Sponsors
Gold Sponsors
publint/publint (publint)
v0.3.10
Compare Source
Patch Changes
Support custom conditions in
"exports"
that points to raw TS or TSX files. This configuration is common in monorepo setups where packages refer to the raw files among themselves using a custom condition so custom aliasing isn't needed. (b34ea94
)With this support, the
"types"
condition is allowed to come after any exports of the raw TS or TSX files. File existence checks are also disabled for raw TS and TSX files reference as after publish these files may intentionally be not published.sass/dart-sass (sass)
v1.86.3
Compare Source
a
..
segment.v1.86.2
Compare Source
v1.86.1
Compare Source
file:
URL case canonicalization on Windows andMac OS.
sveltejs/svelte (svelte)
v5.25.6
Compare 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.5
Compare Source
Patch Changes
fix: add setters to
$derived
class properties (#15628)fix: silence assignment warning on more function bindings (#15644)
fix: make sure CSS is preserved during SSR with bindings (#15645)
v5.25.4
Compare Source
Patch Changes
fix: support TS type assertions (#15642)
fix: ensure
undefined
class still applies scoping class, if necessary (#15643)sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.1.2
Compare Source
Patch Changes
8188302
Thanks @ota-meshi! - fix: crash with$derived()
in template using tsv1.1.1
Compare Source
Patch Changes
1c533d8
Thanks @baseballyama! - fix: resolved issue of$props
incorrectly detected as store when using variables named after runes like$props
andprops
typescript-eslint/typescript-eslint (typescript-eslint)
v8.29.0
Compare 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.
vitest-dev/vitest (vitest)
v3.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
%$
option to add number of the test to its title - by @kemuridama in https://github.com/vitest-dev/vitest/issues/7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7481 (eacab)test.each/for
title formatting - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7705 (5659a)and
,or
andfilter
locators - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7463 (63949)--silent=passed-only
to log failed tasks only - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7530 (f9e1c)test.scoped
to overridetest.extend
fixtures per-suite - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7233 (e5851)context.skip(boolean)
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7659 (6adec)🐞 Bug Fixes
diff.expand: false
as default - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7697 (f3420)--hideSkippedTests
should hide suites too - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7695 (ba9b5)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.