-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all minor dependencies #46
base: main
Are you sure you want to change the base?
Conversation
The documentation has been deployed to Cloudflare Pages 🚀 |
4288575
to
656893a
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
656893a
to
3ca19d9
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
3ca19d9
to
e30db69
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
e30db69
to
a6b53ca
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
a6b53ca
to
223ee65
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
223ee65
to
59d1251
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
59d1251
to
e4fc901
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
e4fc901
to
9a58479
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
9a58479
to
42ac680
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
42ac680
to
a23def1
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
a23def1
to
4b01008
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
4b01008
to
91b0ffa
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
91b0ffa
to
6a912d9
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
6a912d9
to
bb1c402
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
bb1c402
to
7e2ffbd
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
7e2ffbd
to
1768855
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
1768855
to
e92dd66
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
e92dd66
to
1081fc4
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
1081fc4
to
b31a433
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b31a433
to
23274e1
Compare
The documentation has been deployed to Cloudflare Pages 🚀 |
This PR contains the following updates:
9.17.0
->9.18.0
1.49.1
->1.50.0
~19.0.6
->~19.1.0
8.18.2
->8.21.0
9.17.0
->9.18.0
~14.4.2
->~14.5.0
~14.4.2
->~14.4.2 || ~14.5.0
~19.0.1
->~19.1.0
8.4.49
->8.5.1
8.18.2
->8.21.0
3.99.0
->3.105.0
Release Notes
eslint/eslint (@eslint/js)
v9.18.0
Compare Source
microsoft/playwright (@playwright/test)
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
angular/angular-cli (@schematics/angular)
v19.1.4
Compare Source
v19.1.3
Compare Source
@angular/build
@ng/components
$localize
usagev19.1.2
Compare Source
@angular/build
v19.1.1
Compare Source
@angular/build
v19.1.0
Compare Source
Deprecations
@angular/build
The
baseHref
option underi18n.locales
andi18n.sourceLocale
inangular.json
is deprecated in favor ofsubPath
.The
subPath
defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified,subPath
will use the locale code.@schematics/angular
@angular/build
package in library generation schematic@angular-devkit/architect
@angular-devkit/core
@angular-devkit/schematics
Rule
type to support returning aPromise
ofTree
@angular/build
subPath
isolatedModules
andemitDecoratorMetadata
@angular/ssr
modulepreload
for lazy-loaded routesv19.0.7
Compare Source
@angular-devkit/architect
@angular-devkit/build-angular
@angular/build
define
option defined in application builder to Vite prebundling@angular/localize/init
is imported directlytypescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.21.0
Compare Source
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v9.18.0
Compare Source
thymikee/jest-preset-angular (jest-preset-angular)
v14.5.0
Compare Source
Features
jsdom
env #2904 (6045a96), closes #2883Code Refactoring
serializers/index.ts
(dd64d78)DEPRECATIONS
defaultTransformerOptions
inpresets
(99d3112)ngcc
util viaglobalSetup
(edeaa3f)ng-packagr/ng-packagr (ng-packagr)
v19.1.0
Compare Source
Features
Bug Fixes
19.1.0-next
(d27ef5b)Performance
postcss/postcss (postcss)
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
typescript-eslint/typescript-eslint (typescript-eslint)
v8.21.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
This was a version bump only for typescript-eslint 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 (wrangler)
v3.105.0
Compare Source
Minor Changes
#7466
e5ebdb1
Thanks @Ltadrian! - feat: implement thewrangler cert upload
commandThis command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.
For uploading mTLS certificate, run:
wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT
For uploading CA certificate chain, run:
wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA
Patch Changes
#7867
bdc7958
Thanks @penalosa! - Revert https://github.com/cloudflare/workers-sdk/pull/7816. This feature added support for the ASSETS bindings to thegetPlatformProxy()
API, but caused a regression when runningnpm run preview
in newly generated Workers Assets projects.#7868
78a9a2d
Thanks @penalosa! - Revert "Hyperdrive dev remote fix". This PR includes e2e tests that were not run before merging, and are currently failing.Updated dependencies []:
v3.104.0
Compare Source
Minor Changes
#7715
26fa9e8
Thanks @penalosa! - Support service bindings from Pages projects to Workers in a singleworkerd
instance. To try it out, pass multiple-c
flags to Wrangler: i.e.wrangler pages dev -c wrangler.toml -c ../other-worker/wrangler.toml
. The first-c
flag must point to your Pages config file, and the rest should point to Workers that are bound to your Pages project.#7816
f6cc029
Thanks @dario-piotrowicz! - add support for assets bindings togetPlatformProxy
this change makes sure that that
getPlatformProxy
, when the input configurationfile contains an assets field, correctly returns the appropriate asset binding proxy
example:
Patch Changes
#7785
cccfe51
Thanks @joshthoward! - Fix Durable Objects transfer migration validation#7821
fcaa02c
Thanks @vicb! - fix(wrangler): fix wrangler config schema defaults#7832
97d2a1b
Thanks @petebacondarwin! - Relax the messaging when Wrangler uses redirected configurationPreviously the messaging was rendered as a warning, which implied that the user
had done something wrong. Now it is just a regular info message.
#7806
d7adb50
Thanks @vicb! - chore: update unenv to 2.0.0-rc.0Pull a couple changes in node:timers
The unenv update also includes #unjs/unenv/381 which implements
stdout
,stderr
andstdin
ofnode:process
withnode:tty
#7828
9077a67
Thanks @edmundhung! - improve multi account error message in non-interactive modeUpdated dependencies []:
v3.103.2
Compare Source
Patch Changes
16a9460
Thanks @vicb! - fix(wrangler): use require.resolve to resolve unenv pathv3.103.1
Compare Source
Patch Changes
a1ff045
Thanks @CarmenPopoviciu! - Reverts #7720 as it introduced breakage in some of the C3 templates (eg. Nuxt)v3.103.0
Compare Source
Minor Changes
#5086
8faf2c0
Thanks @dario-piotrowicz! - add--strict-vars
option towrangler types
add a new
--strict-vars
option towrangler types
that developers can (by setting theflag to
false
) use to disable the default strict/literal types generation for their variablesopting out of strict variables can be useful when developers change often their
vars
values,even more so when multiple environments are involved
v3.102.0
Compare Source
Minor Changes
f613276
Thanks @garrettgu10! - New filter validation logic supporting set and range queries in Vectorize CLIPatch Changes
#7750
df0e5be
Thanks @andyjessop! - bug: Removes the (local) tag on Vectorize bindings in the console output ofwrangler dev
, and adds-in the same tag for Durable Objects (which are emulated locally inwrangler dev
).#7732
d102b60
Thanks @Ankcorn! - fix pages secret bulk copy#7706
c63f1b0
Thanks @penalosa! - Remove the server-based dev registry in favour of the more stable file-based dev registry. There should be no user-facing impact.Updated dependencies [
8e9aa40
]:v3.101.0
Compare Source
Minor Changes
#7534
7c8ae1c
Thanks @cmackenzie1! - feat: Use OAuth flow to generate R2 tokens for Pipelines#7674
45d1d1e
Thanks @Ankcorn! - Add support for env files to wrangler secret bulk i.e..dev.vars
Run
wrangler secret bulk .dev.vars
to add the env fileThis will upload the secrets KEY and KEY_2 to your worker
#7442
e4716cc
Thanks @petebacondarwin! - feat: add support for redirecting Wrangler to a generated config when running deploy-related commandsThis new feature is designed for build tools and frameworks to provide a deploy-specific configuration,
which Wrangler can use instead of user configuration when running deploy-related commands.
It is not expected that developers of Workers will need to use this feature directly.
Affected commands
The commands that use this feature are:
wrangler deploy
wrangler dev
wrangler versions upload
wrangler versions deploy
wrangler pages deploy
wrangler pages build
wrangler pages build-env
Config redirect file
When running these commands, Wrangler will look up the directory tree from the current working directory for a file at the path
.wrangler/deploy/config.json
. This file must contain only a single JSON object of the form:When this file exists Wrangler will follow the
configPath
(relative to the.wrangler/deploy/config.json
file) to find an alternative Wrangler configuration file to load and use as part of this command.When this happens Wrangler will display a warning to the user to indicate that the configuration has been redirected to a different file than the user's configuration file.
Custom build tool example
A common approach that a build tool might choose to implement.
The user writes code that uses Cloudflare Workers resources, configured via a user
wrangler.toml
file.Note that this configuration points
main
at user code entry-point.The user runs a custom build, which might read the
wrangler.toml
to find the entry-point:> my-tool build
This tool generates a
dist
directory that contains both compiled code and a new deployment configuration file, but also a.wrangler/deploy/config.json
file that redirects Wrangler to this new deployment configuration file:The
dist/wrangler.json
will contain:And the
.wrangler/deploy/config.json
will contain:#7685
9d2740a
Thanks @vicb! - allow overriding the unenv preset.By default wrangler uses the bundled unenv preset.
Setting
WRANGLER_UNENV_RESOLVE_PATHS
allow to use another version of the preset.Those paths are used when resolving the unenv module identifiers to absolute paths.
This can be used to test a development version.
#7694
f3c2f69
Thanks @joshthoward! - Default wrangler d1 export to --local rather than failingPatch Changes
#7456
ff4e77e
Thanks @andyjessop! - chore: removes --experimental-versions flag, as versions is now GA.#7712
6439347
Thanks @penalosa! - Remove CF-Connecting-IP for requests to the edge preview#7703
e771fe9
Thanks @petebacondarwin! - include the top level Worker name in the parsed config structure#7576
773bda8
Thanks @cmackenzie1! - Remove defaults forbatch-max-*
pipeline parameters and define value rangesUpdated dependencies [
2c76887
,78bdec5
]:v3.100.0
Compare Source
Minor Changes
#7604
6c2f173
Thanks @CarmenPopoviciu! - feat: Capture Workers with static assets in the telemetry dataWe want to measure accurately what this number of Workers + Assets projects running in remote mode is, as this number will be a very helpful data point down the road, when more decisions around remote mode will have to be taken.
These changes add this kind of insight to our telemetry data, by capturing whether the command running is in the context of a Workers + Assets project.
N.B. With these changes in place we will be capturing the Workers + Assets context for all commands, not just wrangler dev --remote.
Patch Changes
#7581
cac7fa6
Thanks @vicb! - chore(wrangler): update unenv dependency versionunenv now uses the workerd implementation on node:dns
See the unjs/unenv#376
#7625
d8fb032
Thanks @vicb! - feat(wrangler): use unenv builtin dependency resolutionMoving away from
require.resolve()
to handle unenv aliased packages.Using the unenv builtin resolution will allow us to drop the .cjs file from the preset
and to override the base path so that we can test the dev version of the preset.
#7533
755a27c
Thanks @danielgek! - Add warning about the browser rendering not available on local#7614
8abb43f
Thanks @vicb! - chore(wrangler): update unenv dependency versionThe updated unenv contains a fix for the module resolution,
see unjs/unenv#378.
That bug prevented us from using unenv module resolution,
see #7583.
Updated dependencies [
b4e0af1
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.