Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #20

Merged
merged 1 commit into from
Feb 22, 2024
Merged

chore(deps): update all dependencies #20

merged 1 commit into from
Feb 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nrwl/nx-cloud 16.4.0 -> 16.5.2 age adoption passing confidence devDependencies minor
@sveltejs/adapter-cloudflare (source) 2.3.3 -> 2.3.4 age adoption passing confidence devDependencies patch
@sveltejs/kit (source) 1.25.0 -> 1.30.4 age adoption passing confidence devDependencies minor
@vite-pwa/sveltekit 0.2.7 -> 0.4.0 age adoption passing confidence devDependencies minor
actions/checkout 3df4ab1 -> b4ffde6 age adoption passing confidence action digest
node (source) 20.6.1 -> 20.11.1 age adoption passing confidence minor
node (source) 20.6.1 -> 20.11.1 age adoption passing confidence engines minor
nx (source) 16.8.1 -> 16.10.0 age adoption passing confidence devDependencies minor
pnpm (source) 8.7.5 -> 8.15.3 age adoption passing confidence packageManager minor
prettier (source) 3.0.3 -> 3.2.5 age adoption passing confidence devDependencies minor
prettier-plugin-svelte 3.0.3 -> 3.2.1 age adoption passing confidence devDependencies minor
svelte (source) 4.2.0 -> 4.2.11 age adoption passing confidence devDependencies patch
svelte-check 3.5.1 -> 3.6.4 age adoption passing confidence devDependencies minor
typescript (source) 5.2.2 -> 5.3.3 age adoption passing confidence devDependencies minor
vite (source) 4.4.9 -> 4.5.2 age adoption passing confidence devDependencies minor
vite-imagetools (source) 5.0.8 -> 5.1.2 age adoption passing confidence devDependencies minor
vite-plugin-pwa 0.16.5 -> 0.19.0 age adoption passing confidence devDependencies minor
wrangler (source) 3.8.0 -> 3.28.4 age adoption passing confidence devDependencies minor

Release Notes

sveltejs/kit (@​sveltejs/adapter-cloudflare)

v2.3.4

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v1.30.4

Compare Source

Patch Changes
  • chore(deps): upgrade and unpin undici (#​11860)

v1.30.3

Compare Source

Patch Changes
  • fix: correct documentation for beforeNavigate (#​11300)

v1.30.2

Compare Source

Patch Changes
  • fix: revert recent 'correctly return 415' and 'correctly return 404' changes (#​11295)

v1.30.1

Compare Source

Patch Changes
  • fix: prerendered root page with paths.base config uses correct trailing slash option (#​10763)

  • fix: correctly return 404 when a form action is not found (#​11278)

v1.30.0

Compare Source

Minor Changes
  • feat: inline response.arrayBuffer() during ssr (#​10535)
Patch Changes
  • fix: allow "false" value for preload link options (#​10555)

  • fix: call worker unref instead of terminate (#​10120)

  • fix: correctly analyse exported server API methods during build (#​11019)

  • fix: avoid error when back navigating before page is initialized (#​10636)

  • fix: allow service-worker.js to import assets (#​9285)

  • fix: distinguish better between not-found and internal-error (#​11131)

v1.29.1

Compare Source

Patch Changes
  • fix: correctly return 415 when unexpected content types are submitted to actions (#​11255)

  • chore: deprecate preloadCode calls with multiple arguments (#​11266)

v1.29.0

Compare Source

Minor Changes
  • feat: add resolveRoute to $app/paths, deprecate resolvePath (#​11261)

v1.28.0

Compare Source

Minor Changes
  • chore: deprecate top level promise await behaviour (#​11175)
Patch Changes
  • fix: resolve relative cookie paths before storing (#​11253)

  • chore: deprecate cookies.set/delete without path option (#​11237)

  • fix: make sure promises from fetch handle errors (#​11228)

v1.27.7

Compare Source

Patch Changes
  • fix: set runes option in generated root (#​11111)

  • fix: retain URL query string for trailing slash redirects to prerendered pages (#​11142)

v1.27.6

Compare Source

Patch Changes
  • fix: use runes in generated root when detecting Svelte 5 (#​11028)

  • fix: correctly prerender pages that use browser globals and have SSR turned off (#​11032)

  • fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#​11025)

v1.27.5

Compare Source

Patch Changes
  • fix: add vite.config.js to included files in generated tsconfig (#​10788)

  • fix: cache location.origin on startup (#​11004)

v1.27.4

Compare Source

Patch Changes
  • fix: generate __data.json for prerendered pages when SSR is turned off (#​10988)

  • chore: add experimental compatibility for Svelte 5 (#​11002)

v1.27.3

Compare Source

Patch Changes
  • fix: use correct environment file for rendering spa fallback page (#​10963)

v1.27.2

Compare Source

Patch Changes
  • fix: missing File Node polyfill for Node version 18.11.0+ (#​10948)

v1.27.1

Compare Source

Patch Changes
  • fix: only apply some polyfills below node 18.11 (#​10920)

v1.27.0

Compare Source

Minor Changes
  • feat: add invalidateAll boolean option to enhance callback (#​9889)

v1.26.0

Compare Source

Minor Changes
  • feat: infer route parameter type from matcher's guard check if applicable (#​10755)
Patch Changes
  • fix: basic mime type handling for prerendered pages in preview (#​10851)

  • chore: use just a single library (mrmime) for mime type handling (#​10851)

  • chore: bump undici to address security issue (#​10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#​10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#​10009)

  • chore(deps): update dependency undici to ~5.26.0 (#​10860)

v1.25.2

Compare Source

Patch Changes
  • fix: correctly update $page.url.hash when navigating history (#​10843)

  • fix: strip virtual module prefix from error messages (#​10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#​10727)

  • fix: only remove Vite manifest when copying files (#​10782)

v1.25.1

Compare Source

Patch Changes
  • fix: correct line numbers in stack trace (#​10769)

  • fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#​10565)

  • fix: allow optional param in middle of route (#​10736)

  • chore: update undici (#​10641)

vite-pwa/sveltekit (@​vite-pwa/sveltekit)

v0.4.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.3.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.2.10

Compare Source

   🚀 Features
    View changes on GitHub

v0.2.9

Compare Source

   🚀 Features
    View changes on GitHub

v0.2.8

Compare Source

   🚀 Features
    View changes on GitHub
nodejs/node (node)

v20.11.1

Compare Source

v20.11.0

Compare Source

v20.10.0

Compare Source

v20.9.0

Compare Source

v20.8.1: 2023-10-13, Version 20.8.1 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in October 2023 Security Releases blog post.

Commits

v20.8.0: 2023-09-28, Version 20.8.0 (Current), @​ruyadorno

Compare Source

Notable Changes
Stream performance improvements

Performance improvements to writable and readable streams, improving the creation and destruction by ±15% and reducing the memory overhead each stream takes in Node.js

Contributed by Benjamin Gruenbaum in #​49745 and Raz Luvaton in #​49834.

Performance improvements for readable webstream, improving readable stream async iterator consumption by ±140% and improving readable stream pipeTo consumption by ±60%

Contributed by Raz Luvaton in #​49662 and #​49690.

Rework of memory management in vm APIs with the importModuleDynamically option

This rework addressed a series of long-standing memory leaks and use-after-free issues in the following APIs that support importModuleDynamically:

  • vm.Script
  • vm.compileFunction
  • vm.SyntheticModule
  • vm.SourceTextModule

This should enable affected users (in particular Jest users) to upgrade from older versions of Node.js.

Contributed by Joyee Cheung in #​48510.

Other notable changes
Commits

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@nx-cloud
Copy link

nx-cloud bot commented Sep 22, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 5314e3c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from f058f38 to 491c79d Compare September 29, 2023 04:59
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from a5c73c8 to dfbf5c9 Compare October 10, 2023 19:13
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 35ec442 to 40ecf10 Compare October 16, 2023 01:45
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 65b9f8a to 9f93e16 Compare October 19, 2023 10:17
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2defb9e to 02c6015 Compare January 9, 2024 18:48
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 3dcabb6 to c4e36cb Compare January 16, 2024 19:08
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 604f6ac to 34e1e95 Compare January 23, 2024 19:25
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 763d1f5 to 1d3f271 Compare January 31, 2024 21:24
Copy link

nx-cloud bot commented Feb 22, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit fb098ef. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@potb potb merged commit bb0a6ac into production Feb 22, 2024
2 checks passed
@potb potb deleted the renovate/all branch February 22, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant