Update NPM Development dependencies #12556
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:
4.20240718.0
->4.20240725.0
7.16.1
->7.17.0
7.16.1
->7.17.0
3.20240718.0
->3.20240718.1
8.4.39
->8.4.40
3.4.6
->3.4.7
5.5.3
->5.5.4
5.3.4
->5.3.5
3.65.1
->3.67.1
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20240725.0
Compare Source
v4.20240722.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.17.0
Compare Source
🚀 Features
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.17.0
Compare 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.
cloudflare/workers-sdk (miniflare)
v3.20240718.1
Compare Source
Patch Changes
b3c3cb8
Thanks @petebacondarwin! - fix Miniflare (workerd) network settings to allow 240.0.0.0 rangepostcss/postcss (postcss)
v8.4.40
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.7
Compare Source
Microsoft/TypeScript (typescript)
v5.5.4
Compare Source
vitejs/vite (vite)
v5.3.5
Compare Source
server
type less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628cloudflare/workers-sdk (wrangler)
v3.67.1
Compare Source
Patch Changes
#6312
67c611a
Thanks @emily-shen! - feat: add CLI flag and config key for experimental Workers + AssetsThis change adds a new experimental CLI flag (
--experimental-assets
) and configuration key (experimental_assets
) for the new Workers + Assets work.The new flag and configuration key are for the time being "inactive", in the sense that no behaviour is attached to them yet. This will follow up in future work.
Updated dependencies [
b3c3cb8
]:v3.67.0
Compare Source
Minor Changes
#4545
e5afae0
Thanks @G4brym! - Remove experimental/beta constellation commands and binding, please migrate to Workers AI, learn more here https://developers.cloudflare.com/workers-ai/.This is not deemed a major version bump for Wrangler since these commands were never generally available.
#6322
373248e
Thanks @IRCody! - Add cloudchamber scope to existing scopes instead of replacing them.When using any cloudchamber command the cloudchamber scope will now be added to the existing scopes instead of replacing them.
#6276
a432a13
Thanks @CarmenPopoviciu! - feat: Add support forwrangler.jsonc
This commit adds support for
wrangler.jsonc
config file for Workers. This feature is available behind the--experimental-json-config
flag (just likewrangler.json
).To use the new configuration file, add a
wrangler.jsonc
file to your Worker project and runwrangler dev --experimental-json-config
orwrangler deploy --experimental-json-config
.Please note that this work does NOT add
wrangler.json
orwrangler.jsonc
support for Pages projects!#6168
1ee41ff
Thanks @IRCody! - feature: Add list and remove subcommands to cloudchamber registries command.Patch Changes
#6331
e6ada07
Thanks @threepointone! - fix: only warn about miniflare feature support (ai, vectorize, cron) onceWe have some warnings in local mode dev when trying to use ai bindings / vectorize / cron, but they are printed every time the worker is started. This PR changes the warning to only be printed once per worker start.
v3.66.0
Compare Source
Minor Changes
#6295
ebc85c3
Thanks @andyjessop! - feat: introduce an experimental flag forwrangler types
to dynamically generate runtime types according to the user's project configuration.#6272
084d39e
Thanks @emily-shen! - fix: addlegacy-assets
config and flag as alias of currentassets
behaviorassets
config key/flag will change on August 15th.legacy-assets
will preserve current functionality.Patch Changes
#6203
5462ead
Thanks @geelen! - fix: Updating to match new D1 import/export API format#6315
3fd94e7
Thanks @penalosa! - chore: Add RayID towrangler login
error message displayed when a user hits a bot challenge pageConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (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.