build(deps): bump @tootallnate/once, @graphql-codegen/cli and jsdom in /catalog#4752
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump @tootallnate/once, @graphql-codegen/cli and jsdom in /catalog#4752dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Additional Comments (1)
Update |
Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependencies [@tootallnate/once](https://github.com/TooTallNate/once), [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) and [jsdom](https://github.com/jsdom/jsdom). These dependencies need to be updated together. Removes `@tootallnate/once` Updates `@graphql-codegen/cli` from 1.21.8 to 6.1.2 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.1.2/packages/graphql-codegen-cli) Updates `jsdom` from 22.1.0 to 28.1.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@22.1.0...28.1.0) --- updated-dependencies: - dependency-name: "@tootallnate/once" dependency-version: dependency-type: indirect - dependency-name: "@graphql-codegen/cli" dependency-version: 6.1.2 dependency-type: direct:development - dependency-name: jsdom dependency-version: 28.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
124ba76 to
4c3856d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes @tootallnate/once. It's no longer used after updating ancestor dependencies @tootallnate/once, @graphql-codegen/cli and jsdom. These dependencies need to be updated together.
Removes
@tootallnate/onceUpdates
@graphql-codegen/clifrom 1.21.8 to 6.1.2Changelog
Sourced from
@graphql-codegen/cli's changelog.... (truncated)
Commits
8ae0fddchore(release): update monorepo packages versions (#10600)e173e11fix(cli): forward nested graphql-config loader options (#10590)62c7618chore(release): update monorepo packages versions (#10570)8cb7d43fix(graphql-codegen-cli): Don't hang when 0 CPUs are found (#10569)bec7e74chore(release): update monorepo packages versions (#10513)9e70bcbfeat: add importExtension configuration option (#10510)135ce4dchore(release): update monorepo packages versions (#10484)aad7f03fix(deps): update graphql-tools (major) (#10430)c87b779[CLI] Create watcher.run.spec to test actual running behaviour (#10474)ed30b56chore(deps): update dependency vitest to v4 (#10475)Maintainer changes
This version was pushed to npm by theguild-bot, a new releaser for
@graphql-codegen/clisince your current version.Updates
jsdomfrom 22.1.0 to 28.1.0Release notes
Sourced from jsdom's releases.
... (truncated)
Changelog
Sourced from jsdom's changelog.
... (truncated)
Commits
12949b5Version 28.1.0ce4c58fApply CSS specificity when computing styles7ed55a0Skip single-byte-decoder encoding tests on Node 20f3b1973Generalize node version conditions in test expectations853c596Rewrite getElementById ID caching for tree-order correctness5fbfde6Fix potential sync XHR worker hang from unhandled dispatch errors82df38fCache the root node for document-connected treesed7c5c0Add documentation comment to create-event-accessor.jsb4562e9Simplify Window.js installEventHandlers7da340fCentralize "determine the target of an event handler"Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Greptile Summary
This dependabot PR updates
@graphql-codegen/clifrom v1.21.8 to v6.1.2,jsdomfrom v22.1.0 to v28.1.0, and removes the now-unused transitive dependency@tootallnate/once.Key finding:
jsdomv28.1.0 requires Node.js^20.19.0 || ^22.12.0 || >=24.0.0, but the project'sengines.nodefield still declares only"20", which allows any 20.x release including 20.0.0–20.18.x. Theenginesconstraint should be tightened to prevent test failures on incompatible Node versions.Confidence Score: 2/5
jsdomv28.1.0 requires Node.js^20.19.0 || ^22.12.0 || >=24.0.0, but theengines.nodefield permits any Node 20.x, including incompatible earlier minors. This will cause test failures on those versions. The fix is straightforward (update theenginesfield), but the issue must be resolved before merging.engines.nodeupdate to match jsdom v28's minimum version requirement.Last reviewed commit: 124ba76