chore: bump up all non-major dependencies #17
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.20240821.1
->4.20240909.0
20.16.3
->20.16.5
9.9.0
->9.10.0
6.1.41
->6.1.44
5.5.4
->5.6.2
3.73.0
->3.77.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20240909.0
Compare Source
v4.20240903.0
Compare Source
pnpm/pnpm (pnpm)
v9.10.0
: pnpm 9.10Compare Source
Minor Changes
Support for a new CLI flag,
--exclude-peers
, added to thelist
andwhy
commands. When--exclude-peers
is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #8506.Added a new setting to
package.json
atpnpm.auditConfig.ignoreGhsas
for ignoring vulnerabilities by their GHSA code #6838.For instance:
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
remusao/tldts (tldts)
v6.1.44
Compare Source
📜 Update Public Suffix List
tldts-experimental
,tldts-icann
,tldts
Authors: 1
v6.1.43
Compare Source
📜 Update Public Suffix List
tldts-experimental
,tldts-icann
,tldts
Authors: 1
v6.1.42
Compare Source
📜 Update Public Suffix List
tldts-experimental
,tldts-icann
,tldts
🔩 Dependencies
Authors: 2
microsoft/TypeScript (typescript)
v5.6.2
Compare Source
cloudflare/workers-sdk (wrangler)
v3.77.0
Compare Source
Minor Changes
#6674
831f892
Thanks @andyjessop! - feat: Added new [[pipelines]] bindings. This creates a new binding that allows sending events tothe specified pipeline.
Example:
[[pipelines]]
binding = "MY_PIPELINE"
pipeline = "my-pipeline"
#6668
88c40be
Thanks @zebp! - feature: add observability setting to wrangler.tomlAdds the
observability
setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard.#6679
2174127
Thanks @jkoe-cf! - feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted)#6666
4107f57
Thanks @threepointone! - feat: support analytics engine in local/remote devThis adds "support" for analytics engine datasets for
wrangler dev
. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed).This does NOT add support in Pages, though we very well could do so in a similar way in a followup.
#6640
8527675
Thanks @petebacondarwin! - feat: experimental workers assets can be ignored by adding a .assetsignore fileThis file can be added to the root of the assets directory that is to be uploaded alongside the Worker
when using
experimental_assets
.The file follows the
.gitignore
syntax, and any matching paths will not be included in the upload.#6652
648cfdd
Thanks @bthwaites! - feat: Update R2 Get Event Notification response, display, and actions#6625
8dcd456
Thanks @maxwellpeterson! - feature: Add support for placement hintsAdds the
hint
field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run.#6631
59a0072
Thanks @emily-shen! - feat: Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.tomlPatch Changes
#6621
6523db2
Thanks @emily-shen! - fix: Validateroutes
inwrangler dev
andwrangler deploy
for Workers with assetsWe want wrangler to error if users are trying to deploy a Worker with assets, and routes with a path component.
All Workers with assets must have either:
#6687
7bbed63
Thanks @GregBrimble! - fix: Fix asset upload count messaging#6628
33cc0ec
Thanks @GregBrimble! - chore: Improves messaging when uploading assets#6671
48eeff4
Thanks @jkoe-cf! - fix: Update R2 Create Event Notification response#6618
67711c2
Thanks @GregBrimble! - fix: Switch to multipart/form-data upload format for Workers AssetsThis has proven to be much more reliable.
Updated dependencies [
3f5b934
,59a0072
]:v3.76.0
Compare Source
Minor Changes
#6126
18c105b
Thanks @IRCody! - feature: Add 'cloudchamber curl' commandAdds a cloudchamber curl command which allows easy access to arbitrary cloudchamber API endpoints.
#6649
46a91e7
Thanks @andyjessop! - feature: Integrate the Cloudflare Pipelines product into wrangler.Cloudflare Pipelines is a product that handles the ingest of event streams
into R2. This feature integrates various forms of managing pipelines.
Usage:
wrangler pipelines create <pipeline>
: Create a new pipelinewrangler pipelines list
: List current pipelineswrangler pipelines show <pipeline>
: Show a pipeline configurationwrangler pipelines update <pipeline>
: Update a pipelinewrangler pipelines delete <pipeline>
: Delete a pipelineExamples:
wrangler pipelines create my-pipeline --r2 MY_BUCKET --access-key-id "my-key" --secret-access-key "my-secret"
wrangler pipelines show my-pipeline
wrangler pipelines delete my-pipline
Patch Changes
#6612
6471090
Thanks @dario-piotrowicz! - fix: Add hyperdrive binding support ingetPlatformProxy
example:
v3.75.0
Compare Source
Minor Changes
#6603
a197460
Thanks @taylorlee! - feature: log version preview url when previews existThe version upload API returns a field indicating whether
a preview exists for that version. If a preview exists and
workers.dev is enabled, wrangler will now log the full
URL on version upload.
This does not impact wrangler deploy, which only prints the
workers.dev route of the latest deployment.
#6550
8d1d464
Thanks @Pedr0Rocha! - feature: add RateLimit type generation to the ratelimit unsafe binding.Patch Changes
#6615
21a09e0
Thanks @RamIdeas! - chore: avoid potential double-install of create-cloudflareWhen
wrangler init
delegates to C3, it did so vianpm create [email protected]
. C3's v2.5.0 was the first to include auto-update support to avoidnpx
's potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates vianpm create cloudflare@^2.5.0
which should use the latest version cached on the user's system or install and use the latest v2.x.x.#6603
a197460
Thanks @taylorlee! - chore: fix version upload log orderPreviously deploy prints:
upload timings
deploy timings
current version id
while version upload prints:
worker version id
upload timings
This change makes version upload more similar to deploy by printing
version id after upload, which also makes more sense, as version ID can
only be known after upload has finished.
v3.74.0
Compare Source
Minor Changes
dff8d44
Thanks @CarmenPopoviciu! - feat: add support for experimental assets inwrangler dev
watch modePatch Changes
#6605
c4f0d9e
Thanks @WalshyDev! - fix: ensure we update non-versioned Worker settings for the new deploy path inwrangler deploy
Updated dependencies [
e8975a9
]: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.
This PR was generated by Mend Renovate. View the repository job log.