-
-
Notifications
You must be signed in to change notification settings - Fork 834
fix(deps): update all non-major dependencies #7279
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
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
💻 Website PreviewThe latest changes are available as preview in: https://pr-7279.graphql-tools.pages.dev |
ed39c5a to
40ab682
Compare
40ab682 to
3874a17
Compare
c1b8a65 to
b89f476
Compare
b89f476 to
d74c632
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
7.28.0->7.28.13.14.0->3.15.11.1.0->1.2.022.16.0->22.16.49.30.1->9.31.05.14.0->5.15.10.6.13->0.6.1424.12.0->24.13.05.35.4->5.36.25.99.9->5.100.24.23.0->4.24.3Release Notes
babel/babel (@babel/types)
v7.28.1Compare Source
🐛 Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regeneratorregeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu)📝 Documentation
babel-types↩️ Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesgraphql-hive/graphql-yoga (@graphql-yoga/plugin-defer-stream)
v3.15.1Compare Source
v3.15.0Compare Source
lovell/sharp-libvips (@img/sharp-libvips-linux-x64)
v1.2.0Compare Source
eslint/eslint (eslint)
v9.31.0Compare Source
graphql-hive/graphql-yoga (graphql-yoga)
v5.15.1Compare Source
Patch Changes
ecd605bThanks @enisdenjo! - Does not GraphQL error extensions when it's
wrapping an internal server error
v5.15.0Compare Source
Minor Changes
ccb5c53Thanks @enisdenjo! - Configurable GraphiQL logo and favicon
Patch Changes
ccb5c53Thanks @enisdenjo! - Export GraphiQLPluginConfig and
GraphiQLOptionsOrFactory
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.14Compare Source
puppeteer/puppeteer (puppeteer)
v24.13.0Compare Source
Miscellaneous Chores
Dependencies
Features
proxyServerin incognito browser context in BiDi (#14013) (1559ee4)Bug Fixes
v24.12.1Compare Source
Miscellaneous Chores
Dependencies
Bug Fixes
sveltejs/svelte (svelte)
v5.36.2Compare Source
Patch Changes
fix: add
$effect.pending()to types (#16376)fix: add
pendingsnippet to<svelte:boundary>types (#16379)v5.36.1Compare Source
Patch Changes
<input>if the input was the source of the change (#16373)v5.36.0Compare Source
Minor Changes
awaitin components when using theexperimental.asynccompiler option (#15844)Patch Changes
fix: silence a11y warning for inert elements (#16339)
chore: clean up a11y analysis code (#16345)
v5.35.7Compare Source
Patch Changes
fix: silence autofocus a11y warning inside
<dialog>(#16341)fix: don't show adjusted error messages in boundaries (#16360)
chore: replace inline regex with variable (#16340)
v5.35.6Compare Source
Patch Changes
chore: simplify reaction/source ownership tracking (#16333)
chore: simplify internal component
pop()(#16331)v5.35.5Compare Source
Patch Changes
fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#16325)
fix: re-evaluate derived props during teardown (#16278)
webpack/webpack (webpack)
v5.100.2Compare Source
v5.100.1Compare Source
v5.100.0Compare Source
Fixes
Features
splitChunkswhen external variables and runtimeChunk are not set.usingkeywordnew URL(...)virtual:modulesPerformance Improvements
new URL(...)evaluate expressioncloudflare/workers-sdk (wrangler)
v4.24.3Compare Source
Patch Changes
#9923
c01c4eeThanks @gpanders! - Fix image name resolution when modifying a container application#9833
3743896Thanks @dario-piotrowicz! - fix: ensure that container builds don't disrupt dev hotkey handlingcurrently container builds run during local development (via
wrangler devorstartWorker) prevent the standard hotkeys not to be recognized (most noticeablyctrl+c, preventing developers from existing the process), the changes here ensure that hotkeys are instead correctly handled as expectedUpdated dependencies []:
v4.24.2Compare Source
Patch Changes
80cc834Thanks @edmundhung! - fix: assets only versions upload should include tag and messagev4.24.1Compare Source
Patch Changes
#9765
05adc61Thanks @hasip-timurtas! - Build container images without the user's account ID. This allows containers to be built and verified in dry run mode (where we do not necessarily have the user's account info).When we push the image to the managed registry, we first re-tag the image to include the user's account ID so that the image has the full resolved image name.
Updated dependencies [
bb09e50,25dbe54,3bdec6b]:v4.24.0Compare Source
Minor Changes
#9796
ba69586Thanks @simonabadoiu! - Browser Rendering local mode#9825
49c85c5Thanks @ReppCodes! - Add support for origin_connection_limit to WranglerConfigure connection limits to Hyperdrive via command line options:
--origin-connection-limit: The (soft) maximum number of connections that Hyperdrive may establish to the origin database.#9064
a1181bfThanks @sdnts! - Added anevent-subscriptionssubcommandPatch Changes
#9729
1b3a2b7Thanks @404Wolf! - Set docker build context to the Dockerfile directory whenimage_build_contextis not explicitly provided#9845
dbfa4efThanks @jonboulle! - remove extraneous double spaces from Wrangler help output#9811
fc29c31Thanks @gpanders! - Fix unauthorized errors on "containers images delete".#9813
45497abThanks @gpanders! - Support container image names without account ID#9821
a447d67Thanks @WillTaylorDev! - Preview Aliases: Force alias generation to meet stricter naming requirements.For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).
#9840
7c55f9eThanks @dario-piotrowicz! - fix: make sure that the experimentalremoteBindingsflag is properly handled ingetPlatformProxyThere are two issues related to how the experimental
remoteBindingsflag is handled ingetPlatformProxythat are being fixed by this change:experimental_remoteconfiguration flag set on service bindings is incorrectly always taken into account, even ifremoteBindingsis set tofalseexperimental_remoteconfiguration flag of all the other bindings is never taken into account (effectively preventing the bindings to be used in remote mode) since theremoteBindingsflag is not being properly propagated#9801
0bb619aThanks @IRCody! - Containers: Fix issue where setting an image URI instead of dockerfile would incorrectly not update the image#9872
a727db3Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config pathThis fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the
--configflag.#9815
1358034Thanks @gpanders! - Remove --json flag from containers and cloudchamber commands (except for "images list")#9734
1a58bc3Thanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopes#9748
7e3aa1bThanks @alsuren! - Internal-only WRANGLER_D1_EXTRA_LOCATION_CHOICES environment variable for enabling D1's testing location hintsUpdated dependencies [
ba69586,1a75f85,395f36d,6f344bf]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.