chore(deps): lock file maintenance everything #310
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.20240314.0
->^4.20240320.1
6.15.6
->6.15.7
2.11.2
->2.11.4
2.0.10
->2.0.11
^3.34.2
->^3.36.0
8.13.2
->8.14.0
14.1.3
->14.1.4
^10.4.18
->^10.4.19
^14.1.3
->^14.1.4
^8.4.36
->^8.4.38
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20240320.1
Compare Source
sanity-io/client (@sanity/client)
v6.15.7
Compare Source
Bug Fixes
sanity-io/icons (@sanity/icons)
v2.11.4
Compare Source
Bug Fixes
v2.11.3
Compare Source
Bug Fixes
sanity-io/ui (@sanity/ui)
v2.0.11
Compare Source
Bug Fixes
.mjs
extensions, importstyled-components
correctly (1ad5a02)cloudflare/workers-sdk (wrangler)
v3.36.0
Compare Source
Minor Changes
#5234
e739b7f
Thanks @CarmenPopoviciu! - feat: Implement environment inheritance for Pages configurationFor Pages, Wrangler will not require both of the supported named environments ("preview" | "production") to be explicitly defined in the config file. If either
[env.production]
or[env.preview]
is left unspecified, Wrangler will use the top-level environment when targeting that named Pages environment.Patch Changes
#5306
c60fed0
Thanks @taylorlee! - fix: Remove triggered_by annotation from experimentalversions deploy
command which is now set by the API and cannot be set by the client.#5321
ac93411
Thanks @RamIdeas! - fix: rename--experimental-gradual-rollouts
to--experimental-versions
flagThe
--experimental-gradual-rollouts
flag has been made an alias and will still work.And additional shorthand alias
--x-versions
has also been added and will work too.#5324
bfc4282
Thanks @penalosa! - fix: Ignore OPTIONS requests in Wrangler's oauth server#5099
93150aa
Thanks @KaiSpencer! - feat: expose--show-interactive-dev-session
flagThis flag controls the interactive mode of the dev session, a feature that already exists internally but was not exposed to the user.
This is useful for CI/CD environments where the interactive mode is not desired, or running in tools like
turbo
andnx
.v3.35.0
Compare Source
Minor Changes
#5166
133a190
Thanks @CarmenPopoviciu! - feat: Implement config file validation for Pages projectsWrangler proper has a mechanism in place through which it validates a wrangler.toml file for Workers projects. As part of adding wrangler toml support for Pages, we need to put a similar mechanism in place, to validate a configuration file against Pages specific requirements.
#5279
0a86050
Thanks @penalosa! - feat: Support the hidden commandwrangler pages functions build-env
#5093
a676f55
Thanks @benycodes! - feature: add --dispatch-namespace to wrangler deploy to support uploading Workers directly to a Workers for Platforms dispatch namespace.Patch Changes
#5275
e1f2576
Thanks @petebacondarwin! - fix: ensure tail exits when the WebSocket disconnectsPreviously when the tail WebSocket disconnected, e.g. because of an Internet failure,
the
wrangler tail
command would just hang and neither exit nor any longer receive tail messages.Now the process exits with an exit code of 1, and outputs an error message.
The error message is formatted appropriately, if the tail format is set to
json
.Fixes #3927
#5069
8f79981
Thanks @RamIdeas! - chore: deprecatewrangler version
commandwrangler version
is an undocumented alias forwrangler --version
. It is being deprecated in favour of the more conventional flag syntax to avoid confusion with a new (upcoming)wrangler versions
command.Updated dependencies [
1720f0a
]:TanStack/table (@tanstack/react-table)
v8.14.0
Compare Source
Version 8.14.0 - 3/19/2024, 6:33 PM
Changes
Feat
707a5b4
) by Kevin Van CottChore
01129cb
) by Kevin Van Cottea4d40a
) by Kevin Van CottDocs
b487f56
) by Kevin Van Cottaf29b3b
) by Lachlan Collins38f8c7c
) by Kevin Vandyab0c5e0
) by Kevin Van Cott2ec0d29
) by Kevin Van Cott9dde1cd
) by Kevin Van Cott7789066
) by Lex BorisovcolumnGroupingMode
togroupedColumnMode
(#5379) (3ae90fb
) by Mingyu Cuic03946d
) by Lex Borisov5610ba2
) by Erik LiljaOther
16d16dd
) by Kevin Van CottPackages
vercel/next.js (next)
v14.1.4
Compare Source
postcss/autoprefixer (autoprefixer)
v10.4.19
Compare Source
end value has mixed support, consider using flex-end
warningsince
end
/start
now have good support.vercel/next.js (eslint-config-next)
v14.1.4
Compare Source
postcss/postcss (postcss)
v8.4.38
Compare Source
endIndex: 0
in errors and warnings (by @romainmenke).v8.4.37
Compare Source
original.column are not numbers
error in another case.Configuration
📅 Schedule: Branch creation - "every 12 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate using a curated preset maintained by . View repository job log here