fix(deps): update all non-major dependencies #1218
Merged
+330
−320
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.29.6
->2.29.7
5.3.1
->5.3.2
2.37.1
->2.39.1
2.5.0
->2.5.1
22.18.1
->22.18.3
20.19.13
->20.19.14
4.4.1
->4.4.3
17.21.3
->17.22.0
3.12.2
->3.12.3
16.3.0
->16.4.0
10.15.1
->10.16.1
5.38.7
->5.38.10
1.3.1
->1.3.2
8.42.0
->8.43.0
Release Notes
changesets/changesets (@changesets/cli)
v2.29.7
Compare Source
Patch Changes
957f24e
]:sveltejs/kit (@sveltejs/adapter-node)
v5.3.2
Compare Source
Patch Changes
fix: bump bundled sirv version to 3.0.2 (#14385)
Updated dependencies [
e6c3171
]:sveltejs/kit (@sveltejs/kit)
v2.39.1
Compare Source
Patch Changes
v2.39.0
Compare Source
Minor Changes
Patch Changes
fix: layout load data not serialized on error page (#14395)
fix: fail prerendering when remote function fails (#14365)
fix: treat handle hook redirect as part of remote function call as json redirect (#14362)
v2.38.1
Compare Source
Patch Changes
fix: enable redirects from queries (#14400)
fix: remove empty nodes from serialized server load data (#14404)
fix: allow commands from within endpoints (#14343)
v2.38.0
Compare Source
Minor Changes
query.batch
(#14272)sveltejs/kit (@sveltejs/package)
v2.5.1
Compare Source
Patch Changes
debug-js/debug (debug)
v4.4.3
Compare Source
Functionally identical release to
4.4.1
.Version
4.4.2
is compromised. Please see #1005.eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.22.0
Compare Source
🌟 Features
🩹 Fixes
URL.createObjectURL
,URL.revokeObjectURL
are supported (#471) (844155c)sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.12.3
Compare Source
Patch Changes
d92dde0
Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guardssindresorhus/globals (globals)
v16.4.0
Compare Source
8b8a2d6
pnpm/pnpm (pnpm)
v10.16.1
Compare Source
Patch Changes
v10.16.0
Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge
. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440
ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAge
but need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExclude
setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:Related issue: #9921.
Added support for
finders
#9946.In the past,
pnpm list
andpnpm why
could only search for dependencies by name (and optionally version). For example:prints the chain of dependencies to any installed instance of
minimist
:What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have
react@17
in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjs
and invoked with the--find-by=<function name>
flag when runningpnpm list
orpnpm why
.Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our
.pnpmfile.cjs
:Now we can use this finder function by running:
pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.
It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:
Every matched package will also print out the license from its
package.json
:Patch Changes
nodeVersion
is not set to an exact semver version #9934.pnpm publish
should be able to publish a.tar.gz
file #9927.pnpm run
return a non-zero exit code #9626.sveltejs/svelte (svelte)
v5.38.10
Compare Source
Patch Changes
v5.38.9
Compare Source
Patch Changes
chore: generate CSS hash using the filename (#16740)
fix: correctly analyze
<object.property>
components (#16711)fix: clean up scheduling system (#16741)
fix: transform input defaults from spread (#16481)
fix: don't destroy contents of
svelte:boundary
unless the boundary is an error boundary (#16746)v5.38.8
Compare Source
Patch Changes
$effect.pending
count to the correct boundary (#16732)sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.3.2
Compare Source
Patch Changes
eddc3e3
Thanks @ota-meshi! - fix: internal function hasTypeInfo misjudging and providing insufficient type information in complex cases.typescript-eslint/typescript-eslint (typescript-eslint)
v8.43.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
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.