fix(deps): update core #72
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:
3.730.0->3.744.03.750.0(+1)0.6.5->0.6.140.6.16(+1)4.20250109.0->4.20250204.04.20250214.08.1.2->8.2.08.2.113.7.0->13.8.03.0.6->3.0.82.13.0->2.17.12.17.28.20.0->8.24.08.24.18.20.0->8.24.08.24.12.1.8->2.1.94.51.0->4.52.09.17.0->9.20.19.18.0->9.20.115.14.0->15.15.08.4.49->8.5.23.4.2->3.5.13.3.2->3.3.35.14.5->5.20.05.20.14.1.1->4.1.45.7.2->5.7.38.18.1->8.24.08.24.16.0.9->6.1.02.1.8->2.1.9^0.22.0->^0.23.03.103.2->3.108.13.109.1(+1)Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.744.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.743.0Compare Source
Features
v3.741.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.740.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.738.0Compare Source
Features
v3.735.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.734.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.733.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.732.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
3.731.1 (2025-01-18)
Note: Version bump only for package @aws-sdk/client-s3
v3.731.1Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.731.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.6.14Compare Source
Patch Changes
#7810
ac4f30bThanks @edmundhung! - Added Vite dependency pre-bundling support. If you encounter module resolution issues—such as:Error: Cannot use require() to import an ES ModuleorError: No such module—you can now bundle these dependencies using the deps.optimizer option:Fixed #6591, #6581, #6405.
Updated dependencies [
a025ad2]:v0.6.13Compare Source
Patch Changes
b1966df,c80dbd8,1f80d69,88514c8,9d08af8,6abe69c,0c0374c,b2dca9a,6abe69c,c412a31,60310cd,71fd250]:v0.6.12Compare Source
Patch Changes
59c7c8e]:v0.6.11Compare Source
Patch Changes
444a630]:v0.6.10Compare Source
Patch Changes
ab49886,e2b3306]:v0.6.9Compare Source
Patch Changes
#7773
aa3ee63Thanks @emily-shen! - fix: respectrun_worker_firstwhen testing worker with assetsUpdated dependencies [
d758215,34f9797,f57bc4e,cf4f47a,38db4ed,de6fa18,bc4d6c8]:v0.6.8Compare Source
Patch Changes
50b13f6,134d61d,5c02e46,2b6f149,bd9228e,13ab591]:v0.6.7Compare Source
Patch Changes
fd5a455,40f89a9,7d138d9]:v0.6.6Compare Source
Patch Changes
e5ebdb1,bdc7958,78a9a2d]:cloudflare/workerd (@cloudflare/workers-types)
v4.20250204.0Compare Source
v4.20250129.0Compare Source
v4.20250124.3Compare Source
v4.20250121.0Compare Source
octokit/graphql.js (@octokit/graphql)
v8.2.0Compare Source
Features
operationNamein multi-operation queries (#629) (9a1787e)octokit/types.ts (@octokit/types)
v13.8.0Compare Source
Features
queryandoperationName(#662) (bb399b2)sveltejs/kit (@sveltejs/adapter-static)
v3.0.8Compare Source
Patch Changes
v3.0.7Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
v2.17.1Compare Source
Patch Changes
paths.relativeoption isfalse(#13412)v2.17.0Compare Source
Minor Changes
feat: validate values for
cache-controlandcontent-typeheaders in dev mode (#13114)feat: support server-side route resolution (#13379)
Patch Changes
chore: don't error during development when using
use:enhancewith+serveras some third party libraries make it possible to POST forms to it (#13397)fix: skip hooks for server fetch to prerendered routes (#13377)
fix: ignore non-entry-point CSS files during inlining (#13395)
fix: default server fetch to use prerendered paths (#13377)
v2.16.1Compare Source
Patch Changes
fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js(#13354)fix: correctly handle relative anchors when using the hash router (#13356)
v2.16.0Compare Source
Minor Changes
feat: add ability to invalidate a custom identifier on
goto()(#13256)feat: remove the
postinstallscript to support pnpm 10 (#13304)NOTE: users should add
"prepare": "svelte-kit sync" to theirpackage.jsonin order to avoid the following warning upon first running Vite:feat: provide
PagePropsandLayoutPropstypes (#13308)Patch Changes
perf: shorten chunk file names (#13003)
fix: strip internal data before passing URL to
reroute(#13092)fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"(#12217)fix: use current
window.fetchfor server load fetch requests (#13315)fix: resolve symlinks when handling routes (#12740)
fix: prevent infinite reload when using the hash router and previewing
/index.html(#13296)fix: service worker base path in dev mode (#12577)
chore: error during development when using
use:enhancewith+server(#13197)chore: add most common status codes to
redirect()JS documentation (#13301)fix: correctly link to assets inlined by the
inlineStyleThresholdoption (#13068)fix: fall back to importing dynamic dependencies relative to SvelteKit package (#12532)
fix: use arrow function types over bound funcs (#12955)
fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#13321)
v2.15.3Compare Source
Patch Changes
fix: fix race-condition when not using SSR when pressing back before initial load (#12925)
fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#12157)
fix: upgrade esm-env to remove warning when NODE_ENV is not set (#13291)
fix: handle
Redirectthrown from root layout load function when client-side navigating to a non-existent page (#12005)fix: make param matchers generated type import end with
.js(#13286)v2.15.2Compare Source
Patch Changes
fix: correctly notify page store subscribers (#13205)
fix: prerender data when there is no server load but the
trailingSlashoption is set from the server (#13262)fix: correctly remove navigation callbacks when returning function in onNavigate (#13241)
v2.15.1Compare Source
Patch Changes
fix: add CSP hashes/nonces to inline styles when using
bundleStrategy: 'inline'(#13232)fix: silence dev/prod warning during sync (#13244)
v2.15.0Compare Source
Minor Changes
bundleStrategy: 'inline'option (#13193)v2.14.1Compare Source
Patch Changes
v2.14.0Compare Source
Minor Changes
Patch Changes
goto(...), to handle case where URL is mutated (#13196)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.24.0Compare Source
🚀 Features
allowConstantLoopConditionsmore granular (#10639)🩹 Fixes
allowNumberAndStringisfalse(#10737)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.23.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.22.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.21.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.24.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.23.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.22.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.21.0Compare Source
This was a version bump only for parser 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/coverage-istanbul)
v2.1.9Compare Source
This release includes security patches for:
🐞 Bug Fixes
/__screenshot-error- by @hi-ogawa in https://github.com/vitest-dev/vitest/pull/7343View changes on GitHub
cloudflare/terraform-provider-cloudflare (cloudflare)
v4.52.0Compare Source
ENHANCEMENTS:
Configuration
📅 Schedule: Branch creation - "on tuesday" (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.