chore(deps-dev): bump the dev-deps group across 1 directory with 2 updates
Bumps the dev-deps group with 2 updates in the / directory: prettier and wrangler.
Updates prettier from 3.5.3 to 3.6.0
Commits
e1c8095Release 3.6.09dfcdcbDisable "Linting files" step64e0147get previous version from package.json1a32b27Release@​prettier/plugin-oxcand@​prettier/plugin-hermese0055d2Avoid breakTSImportTypewith long module name (#17637)c19a8a9chore(deps): update dependency@​stylistic/eslint-pluginto v5 (#17640)b4522b4Add badge to plugins (#17639)16c2d2echore(deps): update dependency concurrently to v9.2.0 (#17638)42d733bImprove .prettierignore file (#17632)25e2145Add test for #11526 (#17551)- Additional commits viewable in compare view
Updates wrangler from 4.17.0 to 4.20.5
Release notes
Sourced from wrangler's releases.
[email protected]
Patch Changes
#9688
086e29dThanks@​dario-piotrowicz! - add remote bindings support togetPlatformProxyExample:
// wrangler.jsonc { "name": "get-platform-proxy-test", "services": [ { "binding": "MY_WORKER", "service": "my-worker", "experimental_remote": true } ] }// index.mjs import { getPlatformProxy } from "wrangler";const { env } = await getPlatformProxy({ experimental: { remoteBindings: true, }, });
// env.MY_WORKER.fetch() fetches from the remote my-worker service
#9558
d5edf52Thanks@​ichernetsky-cf! -wrangler containers applyusesobservabilityconfiguration.#9678
24b2c66Thanks@​dario-piotrowicz! - remove warnings during config validations onexperimental_remotefieldswrangler commands, run without the
--x-remote-bindingsflag, parsing config files containingexperimental_remotefields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindingsflag is provided#9633
3f478afThanks@​nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51Thanks@​CarmenPopoviciu! - add ability to pull images for containers local dev[email protected]
Patch Changes
... (truncated)
Changelog
Sourced from wrangler's changelog.
4.20.5
Patch Changes
#9688
086e29dThanks@​dario-piotrowicz! - add remote bindings support togetPlatformProxyExample:
// wrangler.jsonc { "name": "get-platform-proxy-test", "services": [ { "binding": "MY_WORKER", "service": "my-worker", "experimental_remote": true } ] }// index.mjs import { getPlatformProxy } from "wrangler";const { env } = await getPlatformProxy({ experimental: { remoteBindings: true, }, });
// env.MY_WORKER.fetch() fetches from the remote my-worker service
#9558
d5edf52Thanks@​ichernetsky-cf! -wrangler containers applyusesobservabilityconfiguration.#9678
24b2c66Thanks@​dario-piotrowicz! - remove warnings during config validations onexperimental_remotefieldswrangler commands, run without the
--x-remote-bindingsflag, parsing config files containingexperimental_remotefields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindingsflag is provided#9633
3f478afThanks@​nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51Thanks@​CarmenPopoviciu! - add ability to pull images for containers local dev4.20.4
... (truncated)
Commits
0813e21Version Packages (#9697)086e29dadd remote bindings support togetPlatformProxy(#9688)5162c51feat(containers): add support for handling images that link to the CF registr...3f478afCC-5418: Set instance_type in wrangler (#9633)24b2c66remove warnings during config validations onexperimental_remotefields (#9...d5edf52wrangler containers applyusesobservabilityconfiguration (#9558)7ea043bVersion Packages (#9658)17d23d8add tag, cleanup containers at end of dev, rebuild hotkey, lots of refactorin...8a60fe7Containers fixups (#9653)c489a44Remove confirmation dialog for cloudchamber apply when not interactive (#9664)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Deploying docs with Â
 Cloudflare Pages
| Latest commit: |
46d7921
|
| Status: |  ✅ Deploy successful! |
| Preview URL: | https://36721ef5.docs-51g.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-dev-9wzw.docs-51g.pages.dev |
Dangerous URL check
No absolute URLs to prisma.io/docs found. No local URLs found.
Redirect check
This PR probably requires the following redirects to be added to static/_redirects:
- This PR does not change any pages in a way that would require a redirect.