fix(deps): update all non-major dependencies #1103
Merged
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.23.0
->^9.25.0
^2.3.10
->^2.3.11
^22.13.13
->^22.14.1
20.17.27
->20.17.30
^0.5.5
->^0.6.1
^9.23.0
->^9.25.0
^10.1.1
->^10.1.2
^5.2.5
->^5.2.6
^3.3.3
->^3.5.1
^15.5.0
->^15.5.1
~1.51.1
->~1.52.0
10.7.0
->10.9.0
^0.3.9
->^0.3.12
^1.86.0
->^1.86.3
^5.25.3
->^5.28.1
^4.1.5
->^4.1.6
^1.1.0
->^1.1.3
^5.8.2
->^5.8.3
^8.28.0
->^8.30.1
^3.0.9
->^3.1.2
Release Notes
changesets/changesets (@changesets/cli)
v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
v2.29.0
Compare Source
Minor Changes
29f34a3
Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfig
eslint/eslint (@eslint/js)
v9.25.0
Compare Source
v9.24.0
Compare Source
sveltejs/kit (@sveltejs/package)
v2.3.11
Compare Source
Patch Changes
Rich-Harris/dts-buddy (dts-buddy)
v0.6.1
Compare Source
Patch Changes
25f4f9c
: fix: follow directory importsf372987
: feat: support TypeScript 5.8v0.6.0
Compare Source
Minor Changes
87276ef
: feat: supportexport { ... as default } from ...
Patch Changes
87276ef
: fix: improve sourcemapseslint/eslint (eslint)
v9.25.0
Compare Source
v9.24.0
Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.2
Compare Source
Patch Changes
a8768bf
Thanks @Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsprettier/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.1lint-staged/lint-staged (lint-staged)
v15.5.1
Compare Source
Patch Changes
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:microsoft/playwright (playwright-core)
v1.52.0
Compare Source
pnpm/pnpm (pnpm)
v10.9.0
Compare 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
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting 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
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.v10.8.1
Compare Source
Patch Changes
package.json
,onlyBuiltDependencies
will be written topnpm-workspace.yaml
file #9404.v10.8.0
Compare 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 add
command with the--config
flag to install new configurational dependencies #9377.Patch Changes
!/
inpnpm-workspace.yaml
. This fixes a regression introduced by #9169.pnpm audit --fix
should update the overrides inpnpm-workspace.yaml
.pnpm link
should update overrides inpnpm-workspace.yaml
, not inpackage.json
#9365.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.12
Compare Source
Patch Changes
#!
(#183)v0.3.11
Compare Source
Patch Changes
Update
EXPORTS_GLOB_NO_DEPRECATED_SUBPATH_MAPPING
message and severity to error (#179)Add a new warning when the
"exports"
or"imports"
field contain a fallback array as most tooling will only the pick the first value that can be parsed, and other tooling may work differently leading to inconsistent behaviors (#180)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.28.1
Compare Source
Patch Changes
fix: ensure
<svelte:boundary>
properly removes error content in production mode (#15793)fix:
update_version
afterdelete
ifsource
isundefined
andprop
intarget
(#15796)fix: emit error on wrong placement of the
:global
block selector (#15794)v5.28.0
Compare Source
Minor Changes
v5.27.3
Compare Source
Patch Changes
v5.27.2
Compare Source
Patch Changes
v5.27.1
Compare 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.0
Compare Source
Minor Changes
Patch Changes
:global
selector list validation (#15762)v5.26.3
Compare 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.2
Compare Source
Patch Changes
undefined
snippet params with default value (#15750)v5.26.1
Compare Source
Patch Changes
state_referenced_locally
message (#15733)v5.26.0
Compare Source
Minor Changes
css.hasGlobal
tocompile
output (#15450)Patch Changes
v5.25.12
Compare Source
Patch Changes
fix: improve internal_set versioning mechanic (#15724)
fix: don't transform reassigned state in labeled statement in
$derived
(#15725)v5.25.11
Compare 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.10
Compare Source
Patch Changes
fix: set deriveds as
CLEAN
if they are assigned to (#15592)fix: better scope
:global()
with nesting selector&
(#15671)v5.25.9
Compare Source
Patch Changes
fix: allow
$.state
and$.derived
to be treeshaken (#15702)fix: rework binding ownership validation (#15678)
v5.25.8
Compare Source
Patch Changes
v5.25.7
Compare Source
Patch Changes
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/language-tools (svelte-check)
v4.1.6
Compare Source
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.1.3
Compare Source
Patch Changes
0436da6
Thanks @mcous! - StripprojectService
from TS options when type information not neededv1.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
microsoft/TypeScript (typescript)
v5.8.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.30.1
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.
v8.30.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.
v8.29.1
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.
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.2
Compare Source
🚀 Features
🐞 Bug Fixes
chai
variable 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.exclude
when 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)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: 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.