kit
kit copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @cloudflare/kv-asset-handler | ^0.2.0 -> ^0.3.0 |
||||
| @vercel/edge | ^0.1.2 -> ^0.2.0 |
||||
| pnpm (source) | 7.18.2 -> 7.19.0 |
||||
| svelte2tsx (source) | ~0.5.20 -> ~0.6.0 |
Release Notes
cloudflare/kv-asset-handler
v0.3.0
-
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-lengthof the response was not being set correctly. This was due to thelengthproperty of theArrayBufferinstance being called instead of thebyteLengthproperty. 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
Minor Changes
- New setting supported in the
package.jsonthat 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_modulesdirectories when linking new dependencies. This improves performance, when installing in a project that already has anode_modulesdirectory #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 rebuildshould work in projects that use the hoisted node linker #5560.pnpm patchshould print instructions about how to commit the changes #5809.- Allow the
-Sflag 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
BREAKING CHANGES
- the old transformation is no longer available. If you're using the
svelte.JSXnamespace 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.
🦋 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
Is this library used anywhere in the code? grep -r @vercel/edge . returned no results for me. https://github.com/sveltejs/kit/pull/8226
needs a change for cloudflare-adapter-workers. the change looks safe: https://github.com/cloudflare/kv-asset-handler/blob/main/CHANGELOG.md#030
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) |
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.
looks like this is failing the svelte2tsx upgrade. will need to close this
updated the others here: https://github.com/sveltejs/kit/commit/30e1130ef84e56a77be5cb1136d5c53edef6e5f9
