kit icon indicating copy to clipboard operation
kit copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 2 years ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/kv-asset-handler ^0.2.0 -> ^0.3.0 age adoption passing confidence
@​vercel/edge ^0.1.2 -> ^0.2.0 age adoption passing confidence
pnpm (source) 7.18.2 -> 7.19.0 age adoption passing confidence
svelte2tsx (source) ~0.5.20 -> ~0.6.0 age adoption passing confidence

Release Notes

cloudflare/kv-asset-handler

v0.3.0

Compare Source

  • Features

    • Allow configurable downgrade of ETag validator strength - [awwong1], [pull/315]

    This allows users to override the default strong ETag validator behaviour to use weak ETag validators. This change allows the developer to use weak ETags and preserve 304 responses (e.g. on *.workers.dev domains).

  • Fixes

    • Fix length property call on ArrayBuffer instance - [philipatkinson], [pull/295]

    Previously when edge cached was enabled, the content-length of the response was not being set correctly. This was due to the length property of the ArrayBuffer instance being called instead of the byteLength property. This PR fixes this issue.

  • Maintenance

    • chore(ci): bump node versions in actions - [KianNH], [pull/354]

      This bumps the Node versions used in the CI actions to the latest LTS versions.

    • chore: use tabs for indentation - [Cherry], [pull/355]

      This PR changes the indentation of the project to use tabs instead of spaces, falling more in line with other Cloudflare JavaScript projects like wrangler.

    • chore: bump dependencies - [Cherry], [pull/356]

      This bumps many dependencies of the project to their latest versions.

pnpm/pnpm

v7.19.0

Compare Source

Minor Changes
  • New setting supported in the package.json that is in the root of the workspace: pnpm.requiredScripts. Scripts listed in this array will be required in each project of the worksapce. Otherwise, pnpm -r run <script name> will fail #​5569.
  • When the hoisted node linker is used, preserve node_modules directories when linking new dependencies. This improves performance, when installing in a project that already has a node_modules directory #​5795.
  • When the hoisted node linker is used, pnpm should not build the same package multiple times during installation. If a package is present at multipe locations because hoisting could not hoist them to a single directory, then the package should only built in one of the locations and copied to the rest #​5814.
Patch Changes
  • pnpm rebuild should work in projects that use the hoisted node linker #​5560.
  • pnpm patch should print instructions about how to commit the changes #​5809.
  • Allow the -S flag in command shims pnpm/cmd-shim#​42.
  • Don't relink injected directories if they were not built #​5792.
Our Gold Sponsors
Our Silver Sponsors
sveltejs/language-tools

v0.6.0

Compare Source

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

renovate[bot] avatar Dec 15 '22 19:12 renovate[bot]

🦋 Changeset detected

Latest commit: f3f040147afe1252aee67be964689ad128cd2816

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@sveltejs/adapter-cloudflare-workers Patch
@sveltejs/package Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Dec 15 '22 19:12 changeset-bot[bot]

Is this library used anywhere in the code? grep -r @vercel/edge . returned no results for me. https://github.com/sveltejs/kit/pull/8226

benmccann avatar Dec 16 '22 05:12 benmccann

needs a change for cloudflare-adapter-workers. the change looks safe: https://github.com/cloudflare/kv-asset-handler/blob/main/CHANGELOG.md#030

benmccann avatar Dec 19 '22 21:12 benmccann

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
kit 🔄 Building (Inspect) Dec 22, 2022 at 0:59AM (UTC)

vercel[bot] avatar Dec 22 '22 12:12 vercel[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Dec 22 '22 20:12 renovate[bot]

looks like this is failing the svelte2tsx upgrade. will need to close this

updated the others here: https://github.com/sveltejs/kit/commit/30e1130ef84e56a77be5cb1136d5c53edef6e5f9

benmccann avatar Dec 22 '22 20:12 benmccann