fix(deps): update all non-major dependencies #1218
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.29.6->2.29.75.3.1->5.3.22.37.1->2.39.12.5.0->2.5.122.18.1->22.18.320.19.13->20.19.144.4.1->4.4.317.21.3->17.22.03.12.2->3.12.316.3.0->16.4.010.15.1->10.16.15.38.7->5.38.101.3.1->1.3.28.42.0->8.43.0Release Notes
changesets/changesets (@changesets/cli)
v2.29.7Compare Source
Patch Changes
957f24e]:sveltejs/kit (@sveltejs/adapter-node)
v5.3.2Compare Source
Patch Changes
fix: bump bundled sirv version to 3.0.2 (#14385)
Updated dependencies [
e6c3171]:sveltejs/kit (@sveltejs/kit)
v2.39.1Compare Source
Patch Changes
v2.39.0Compare 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.1Compare 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.0Compare Source
Minor Changes
query.batch(#14272)sveltejs/kit (@sveltejs/package)
v2.5.1Compare Source
Patch Changes
debug-js/debug (debug)
v4.4.3Compare Source
Functionally identical release to
4.4.1.Version
4.4.2is compromised. Please see #1005.eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.22.0Compare Source
🌟 Features
🩹 Fixes
URL.createObjectURL,URL.revokeObjectURLare supported (#471) (844155c)sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.12.3Compare Source
Patch Changes
d92dde0Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guardssindresorhus/globals (globals)
v16.4.0Compare Source
8b8a2d6pnpm/pnpm (pnpm)
v10.16.1Compare Source
Patch Changes
v10.16.0Compare 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: 1440ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAgebut need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExcludesetting. 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 listandpnpm whycould 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@17in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjsand invoked with the--find-by=<function name>flag when runningpnpm listorpnpm 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
nodeVersionis not set to an exact semver version #9934.pnpm publishshould be able to publish a.tar.gzfile #9927.pnpm runreturn a non-zero exit code #9626.sveltejs/svelte (svelte)
v5.38.10Compare Source
Patch Changes
v5.38.9Compare 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:boundaryunless the boundary is an error boundary (#16746)v5.38.8Compare Source
Patch Changes
$effect.pendingcount to the correct boundary (#16732)sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.3.2Compare Source
Patch Changes
eddc3e3Thanks @ota-meshi! - fix: internal function hasTypeInfo misjudging and providing insufficient type information in complex cases.typescript-eslint/typescript-eslint (typescript-eslint)
v8.43.0Compare 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.