Skip to content
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

Deduplicate dependencies #1838

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jordanoverbye
Copy link
Contributor

@jordanoverbye jordanoverbye commented Oct 16, 2024

Deduplicating dependencies isn't something I got around to while I was working on AgDS, but it's something I thought this project could benefit from. A duplicate dependency is when two dependencies are resolved to different versions, even when a single version matches the range specified in the dependencies.

Since AgDS is on Yarn v1, I used the yarn-deduplicate package to find and deduplicate dependencies. Deduplicating is a native feature of Yarn 2+, so if this project upgrades this dependency can be removed.

These changes will have no impact on AgDS consumers, since the yarn.lock is never published to NPM. The main benefits of this pull request is faster yarn installs. To do a quick comparison, the yarn install step on a recent branch build took 15 seconds. The same step on this branch ran in 7seconds.

Upgrading @babel/*

Initially for this pull request I just ran yarn yarn-deduplicate and all tests/builds were fine except for playroom which failed when building. In order to fix this error, I just had to bump a few @babel/* dependencies.

CI Check

As part of this PR, I've added a new script yarn lint:duplicates which will ensure no duplicates exist in the yarn.lock file. Since the yarn lint script, which runs in CI, will run all scripts that are prefixed with lint: in CI, no changes are required in order to get this check running in CI.

Link to CI check for this branch.

Verbose logs when running yarn yarn-deduplicate --list

Below are all of the dependencies that have been deduplicated as part of this pull request.

View verbose logs
Package "@babel/code-frame" wants ^7.10.0 and could get 7.24.7, but got 7.18.6
Package "@babel/code-frame" wants ^7.10.4 and could get 7.24.7, but got 7.18.6
Package "@babel/code-frame" wants ^7.16.0 and could get 7.24.7, but got 7.18.6
Package "@babel/code-frame" wants ^7.5.5 and could get 7.24.7, but got 7.18.6
Package "@babel/code-frame" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/code-frame" wants ^7.23.5 and could get 7.24.7, but got 7.23.5
Package "@babel/compat-data" wants ^7.17.7 and could get 7.25.4, but got 7.21.0
Package "@babel/compat-data" wants ^7.20.1 and could get 7.25.4, but got 7.21.0
Package "@babel/compat-data" wants ^7.22.5 and could get 7.25.4, but got 7.22.9
Package "@babel/compat-data" wants ^7.22.9 and could get 7.25.4, but got 7.22.9
Package "@babel/compat-data" wants ^7.22.6 and could get 7.25.4, but got 7.22.6
Package "@babel/compat-data" wants ^7.23.3 and could get 7.25.4, but got 7.23.5
Package "@babel/compat-data" wants ^7.23.5 and could get 7.25.4, but got 7.23.5
Package "@babel/core" wants ^7.18.9 and could get 7.25.2, but got 7.23.7
Package "@babel/core" wants ^7.23.0 and could get 7.25.2, but got 7.23.7
Package "@babel/core" wants ^7.23.2 and could get 7.25.2, but got 7.23.7
Package "@babel/core" wants ^7.20.12 and could get 7.25.2, but got 7.21.3
Package "@babel/core" wants ^7.20.5 and could get 7.25.2, but got 7.21.0
Package "@babel/core" wants ^7.22.9 and could get 7.25.2, but got 7.22.9
Package "@babel/core" wants ^7.7.7 and could get 7.25.2, but got 7.22.8
Package "@babel/generator" wants ^7.21.0 and could get 7.25.5, but got 7.21.1
Package "@babel/generator" wants ^7.22.7 and could get 7.25.5, but got 7.22.7
Package "@babel/generator" wants ^7.22.9 and could get 7.25.5, but got 7.22.9
Package "@babel/generator" wants ^7.23.6 and could get 7.25.5, but got 7.23.6
Package "@babel/helper-annotate-as-pure" wants ^7.16.7 and could get 7.22.5, but got 7.16.7
Package "@babel/helper-annotate-as-pure" wants ^7.18.6 and could get 7.22.5, but got 7.18.6
Package "@babel/helper-builder-binary-assignment-operator-visitor" wants ^7.18.6 and could get 7.22.15, but got 7.18.9
Package "@babel/helper-builder-binary-assignment-operator-visitor" wants ^7.22.5 and could get 7.22.15, but got 7.22.5
Package "@babel/helper-compilation-targets" wants ^7.17.7 and could get 7.25.2, but got 7.20.7
Package "@babel/helper-compilation-targets" wants ^7.18.9 and could get 7.25.2, but got 7.20.7
Package "@babel/helper-compilation-targets" wants ^7.20.0 and could get 7.25.2, but got 7.20.7
Package "@babel/helper-compilation-targets" wants ^7.22.15 and could get 7.25.2, but got 7.23.6
Package "@babel/helper-compilation-targets" wants ^7.23.6 and could get 7.25.2, but got 7.23.6
Package "@babel/helper-compilation-targets" wants ^7.22.5 and could get 7.25.2, but got 7.22.9
Package "@babel/helper-compilation-targets" wants ^7.22.9 and could get 7.25.2, but got 7.22.9
Package "@babel/helper-compilation-targets" wants ^7.22.6 and could get 7.25.2, but got 7.22.6
Package "@babel/helper-create-class-features-plugin" wants ^7.18.6 and could get 7.23.7, but got 7.21.0
Package "@babel/helper-create-class-features-plugin" wants ^7.21.0 and could get 7.23.7, but got 7.21.0
Package "@babel/helper-create-class-features-plugin" wants ^7.22.5 and could get 7.23.7, but got 7.22.6
Package "@babel/helper-create-regexp-features-plugin" wants ^7.16.7 and could get 7.22.15, but got 7.17.0
Package "@babel/helper-create-regexp-features-plugin" wants ^7.18.6 and could get 7.22.15, but got 7.21.0
Package "@babel/helper-create-regexp-features-plugin" wants ^7.20.5 and could get 7.22.15, but got 7.21.0
Package "@babel/helper-create-regexp-features-plugin" wants ^7.22.5 and could get 7.22.15, but got 7.22.9
Package "@babel/helper-define-polyfill-provider" wants ^0.4.2 and could get 0.4.4, but got 0.4.2
Package "@babel/helper-environment-visitor" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/helper-function-name" wants ^7.18.9 and could get 7.24.7, but got 7.21.0
Package "@babel/helper-function-name" wants ^7.19.0 and could get 7.24.7, but got 7.21.0
Package "@babel/helper-function-name" wants ^7.21.0 and could get 7.24.7, but got 7.21.0
Package "@babel/helper-function-name" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/helper-hoist-variables" wants ^7.18.6 and could get 7.24.7, but got 7.18.6
Package "@babel/helper-member-expression-to-functions" wants ^7.20.7 and could get 7.23.0, but got 7.21.0
Package "@babel/helper-member-expression-to-functions" wants ^7.21.0 and could get 7.23.0, but got 7.21.0
Package "@babel/helper-member-expression-to-functions" wants ^7.22.5 and could get 7.23.0, but got 7.22.5
Package "@babel/helper-module-imports" wants ^7.10.4 and could get 7.24.7, but got 7.16.7
Package "@babel/helper-module-imports" wants ^7.12.13 and could get 7.24.7, but got 7.16.7
Package "@babel/helper-module-imports" wants ^7.22.15 and could get 7.24.7, but got 7.22.15
Package "@babel/helper-module-imports" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/helper-module-transforms" wants ^7.18.6 and could get 7.25.2, but got 7.21.2
Package "@babel/helper-module-transforms" wants ^7.20.11 and could get 7.25.2, but got 7.21.2
Package "@babel/helper-module-transforms" wants ^7.21.0 and could get 7.25.2, but got 7.21.2
Package "@babel/helper-module-transforms" wants ^7.22.5 and could get 7.25.2, but got 7.22.5
Package "@babel/helper-module-transforms" wants ^7.22.9 and could get 7.25.2, but got 7.22.9
Package "@babel/helper-module-transforms" wants ^7.23.3 and could get 7.25.2, but got 7.23.3
Package "@babel/helper-optimise-call-expression" wants ^7.18.6 and could get 7.22.5, but got 7.18.6
Package "@babel/helper-plugin-utils" wants ^7.18.6 and could get 7.24.8, but got 7.20.2
Package "@babel/helper-plugin-utils" wants ^7.18.9 and could get 7.24.8, but got 7.20.2
Package "@babel/helper-plugin-utils" wants ^7.19.0 and could get 7.24.8, but got 7.20.2
Package "@babel/helper-plugin-utils" wants ^7.20.2 and could get 7.24.8, but got 7.20.2
Package "@babel/helper-plugin-utils" wants ^7.8.3 and could get 7.24.8, but got 7.17.12
Package "@babel/helper-remap-async-to-generator" wants ^7.18.9 and could get 7.22.20, but got 7.18.9
Package "@babel/helper-remap-async-to-generator" wants ^7.22.5 and could get 7.22.20, but got 7.22.9
Package "@babel/helper-replace-supers" wants ^7.18.6 and could get 7.22.20, but got 7.20.7
Package "@babel/helper-replace-supers" wants ^7.20.7 and could get 7.22.20, but got 7.20.7
Package "@babel/helper-replace-supers" wants ^7.22.5 and could get 7.22.20, but got 7.22.5
Package "@babel/helper-simple-access" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/helper-skip-transparent-expression-wrappers" wants ^7.20.0 and could get 7.22.5, but got 7.20.0
Package "@babel/helper-split-export-declaration" wants ^7.22.5 and could get 7.24.7, but got 7.22.6
Package "@babel/helper-string-parser" wants ^7.23.4 and could get 7.24.8, but got 7.23.4
Package "@babel/helper-validator-option" wants ^7.21.0 and could get 7.24.8, but got 7.21.0
Package "@babel/helper-validator-option" wants ^7.22.15 and could get 7.24.8, but got 7.23.5
Package "@babel/helper-validator-option" wants ^7.23.5 and could get 7.24.8, but got 7.23.5
Package "@babel/helper-validator-option" wants ^7.22.5 and could get 7.24.8, but got 7.22.5
Package "@babel/helper-wrap-function" wants ^7.18.9 and could get 7.22.20, but got 7.20.5
Package "@babel/helper-wrap-function" wants ^7.22.9 and could get 7.22.20, but got 7.22.9
Package "@babel/helpers" wants ^7.22.6 and could get 7.25.0, but got 7.22.6
Package "@babel/helpers" wants ^7.23.7 and could get 7.25.0, but got 7.23.7
Package "@babel/highlight" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/highlight" wants ^7.23.4 and could get 7.24.7, but got 7.23.4
Package "@babel/parser" wants ^7.1.0 and could get 7.25.4, but got 7.17.0
Package "@babel/parser" wants ^7.21.0 and could get 7.25.4, but got 7.21.2
Package "@babel/parser" wants ^7.22.5 and could get 7.25.4, but got 7.22.7
Package "@babel/parser" wants ^7.22.7 and could get 7.25.4, but got 7.22.7
Package "@babel/parser" wants ^7.23.6 and could get 7.25.4, but got 7.23.6
Package "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" wants ^7.18.9 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-proposal-unicode-property-regex" wants ^7.4.4 and could get 7.18.6, but got 7.16.7
Package "@babel/plugin-syntax-import-assertions" wants ^7.20.0 and could get 7.23.3, but got 7.20.0
Package "@babel/plugin-syntax-import-assertions" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-syntax-import-attributes" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/plugin-syntax-import-attributes" wants ^7.23.3 and could get 7.24.7, but got 7.23.3
Package "@babel/plugin-syntax-jsx" wants ^7.12.13 and could get 7.24.7, but got 7.16.7
Package "@babel/plugin-syntax-jsx" wants ^7.16.7 and could get 7.24.7, but got 7.16.7
Package "@babel/plugin-syntax-jsx" wants ^7.2.0 and could get 7.24.7, but got 7.16.7
Package "@babel/plugin-syntax-jsx" wants ^7.18.6 and could get 7.24.7, but got 7.18.6
Package "@babel/plugin-syntax-jsx" wants ^7.22.5 and could get 7.24.7, but got 7.22.5
Package "@babel/plugin-syntax-jsx" wants ^7.23.3 and could get 7.24.7, but got 7.23.3
Package "@babel/plugin-syntax-typescript" wants ^7.20.0 and could get 7.25.4, but got 7.20.0
Package "@babel/plugin-syntax-typescript" wants ^7.22.5 and could get 7.25.4, but got 7.22.5
Package "@babel/plugin-syntax-typescript" wants ^7.23.3 and could get 7.25.4, but got 7.23.3
Package "@babel/plugin-transform-arrow-functions" wants ^7.18.6 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-arrow-functions" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-async-generator-functions" wants ^7.22.7 and could get 7.23.7, but got 7.22.7
Package "@babel/plugin-transform-async-to-generator" wants ^7.18.6 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-async-to-generator" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-block-scoped-functions" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-block-scoped-functions" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-block-scoping" wants ^7.20.2 and could get 7.23.4, but got 7.21.0
Package "@babel/plugin-transform-block-scoping" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-class-properties" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-class-static-block" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-classes" wants ^7.20.2 and could get 7.23.5, but got 7.21.0
Package "@babel/plugin-transform-classes" wants ^7.22.6 and could get 7.23.5, but got 7.22.6
Package "@babel/plugin-transform-computed-properties" wants ^7.18.9 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-computed-properties" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-destructuring" wants ^7.20.2 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-destructuring" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-dotall-regex" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-dotall-regex" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-dotall-regex" wants ^7.4.4 and could get 7.23.3, but got 7.16.7
Package "@babel/plugin-transform-duplicate-keys" wants ^7.18.9 and could get 7.23.3, but got 7.18.9
Package "@babel/plugin-transform-duplicate-keys" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-dynamic-import" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-exponentiation-operator" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-exponentiation-operator" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-export-namespace-from" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-for-of" wants ^7.18.8 and could get 7.23.6, but got 7.21.0
Package "@babel/plugin-transform-for-of" wants ^7.22.5 and could get 7.23.6, but got 7.22.5
Package "@babel/plugin-transform-function-name" wants ^7.18.9 and could get 7.23.3, but got 7.18.9
Package "@babel/plugin-transform-function-name" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-json-strings" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-literals" wants ^7.18.9 and could get 7.23.3, but got 7.18.9
Package "@babel/plugin-transform-literals" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-logical-assignment-operators" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-member-expression-literals" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-member-expression-literals" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-modules-amd" wants ^7.19.6 and could get 7.23.3, but got 7.20.11
Package "@babel/plugin-transform-modules-amd" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-modules-commonjs" wants ^7.19.6 and could get 7.23.3, but got 7.21.2
Package "@babel/plugin-transform-modules-commonjs" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-modules-commonjs" wants ^7.7.5 and could get 7.23.3, but got 7.16.8
Package "@babel/plugin-transform-modules-systemjs" wants ^7.19.6 and could get 7.23.3, but got 7.20.11
Package "@babel/plugin-transform-modules-systemjs" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-modules-umd" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-modules-umd" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-named-capturing-groups-regex" wants ^7.19.1 and could get 7.22.5, but got 7.20.5
Package "@babel/plugin-transform-new-target" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-new-target" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-nullish-coalescing-operator" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-numeric-separator" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-object-rest-spread" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-object-super" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-object-super" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-optional-catch-binding" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-optional-chaining" wants ^7.22.5 and could get 7.23.4, but got 7.22.6
Package "@babel/plugin-transform-optional-chaining" wants ^7.22.6 and could get 7.23.4, but got 7.22.6
Package "@babel/plugin-transform-parameters" wants ^7.20.1 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-parameters" wants ^7.20.7 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-parameters" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-private-methods" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-private-property-in-object" wants ^7.22.5 and could get 7.23.4, but got 7.22.5
Package "@babel/plugin-transform-property-literals" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-property-literals" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-react-jsx" wants ^7.12.1 and could get 7.21.0, but got 7.16.7
Package "@babel/plugin-transform-regenerator" wants ^7.18.6 and could get 7.23.3, but got 7.20.5
Package "@babel/plugin-transform-regenerator" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-reserved-words" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-reserved-words" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-shorthand-properties" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-shorthand-properties" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-spread" wants ^7.19.0 and could get 7.23.3, but got 7.20.7
Package "@babel/plugin-transform-spread" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-sticky-regex" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-sticky-regex" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-template-literals" wants ^7.18.9 and could get 7.23.3, but got 7.18.9
Package "@babel/plugin-transform-template-literals" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-typeof-symbol" wants ^7.18.9 and could get 7.23.3, but got 7.18.9
Package "@babel/plugin-transform-typeof-symbol" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-typescript" wants ^7.21.0 and could get 7.23.6, but got 7.21.0
Package "@babel/plugin-transform-typescript" wants ^7.22.5 and could get 7.23.6, but got 7.22.5
Package "@babel/plugin-transform-unicode-escapes" wants ^7.18.10 and could get 7.23.3, but got 7.18.10
Package "@babel/plugin-transform-unicode-escapes" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-unicode-property-regex" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-unicode-regex" wants ^7.18.6 and could get 7.23.3, but got 7.18.6
Package "@babel/plugin-transform-unicode-regex" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/plugin-transform-unicode-sets-regex" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/preset-env" wants ^7.20.2 and could get 7.23.7, but got 7.20.2
Package "@babel/preset-env" wants ^7.22.9 and could get 7.23.7, but got 7.22.9
Package "@babel/preset-typescript" wants ^7.18.6 and could get 7.23.3, but got 7.21.0
Package "@babel/preset-typescript" wants ^7.22.5 and could get 7.23.3, but got 7.22.5
Package "@babel/runtime" wants ^7.0.0 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.1.2 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.12.5 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.13.10 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.15.4 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.5.5 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.7.2 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.7.6 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.7.7 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.8.4 and could get 7.25.6, but got 7.17.2
Package "@babel/runtime" wants ^7.12.13 and could get 7.25.6, but got 7.17.8
Package "@babel/runtime" wants ^7.17.8 and could get 7.25.6, but got 7.18.0
Package "@babel/runtime" wants ^7.20.1 and could get 7.25.6, but got 7.21.0
Package "@babel/runtime" wants ^7.20.7 and could get 7.25.6, but got 7.21.0
Package "@babel/runtime" wants ^7.21.0 and could get 7.25.6, but got 7.23.7
Package "@babel/runtime" wants ^7.4.5 and could get 7.25.6, but got 7.18.6
Package "@babel/runtime" wants ^7.9.2 and could get 7.25.6, but got 7.18.9
Package "@babel/template" wants ^7.18.10 and could get 7.25.0, but got 7.20.7
Package "@babel/template" wants ^7.22.5 and could get 7.25.0, but got 7.22.5
Package "@babel/template" wants ^7.3.3 and could get 7.25.0, but got 7.16.7
Package "@babel/traverse" wants ^7.18.9 and could get 7.25.4, but got 7.23.7
Package "@babel/traverse" wants ^7.23.2 and could get 7.25.4, but got 7.23.7
Package "@babel/traverse" wants ^7.23.7 and could get 7.25.4, but got 7.23.7
Package "@babel/traverse" wants ^7.20.5 and could get 7.25.4, but got 7.23.2
Package "@babel/traverse" wants ^7.20.7 and could get 7.25.4, but got 7.23.2
Package "@babel/traverse" wants ^7.22.5 and could get 7.25.4, but got 7.23.2
Package "@babel/traverse" wants ^7.22.6 and could get 7.25.4, but got 7.23.2
Package "@babel/traverse" wants ^7.22.8 and could get 7.25.4, but got 7.23.2
Package "@babel/types" wants ^7.0.0 and could get 7.25.4, but got 7.17.0
Package "@babel/types" wants ^7.3.0 and could get 7.25.4, but got 7.17.0
Package "@babel/types" wants ^7.4.4 and could get 7.25.4, but got 7.17.0
Package "@babel/types" wants ^7.18.9 and could get 7.25.4, but got 7.21.2
Package "@babel/types" wants ^7.20.0 and could get 7.25.4, but got 7.21.2
Package "@babel/types" wants ^7.20.5 and could get 7.25.4, but got 7.21.2
Package "@babel/types" wants ^7.22.19 and could get 7.25.4, but got 7.23.6
Package "@babel/types" wants ^7.23.6 and could get 7.25.4, but got 7.23.6
Package "@floating-ui/core" wants ^1.3.1 and could get 1.6.0, but got 1.3.1
Package "@floating-ui/dom" wants ^1.3.0 and could get 1.6.3, but got 1.4.1
Package "@floating-ui/react-dom" wants ^2.0.0 and could get 2.0.8, but got 2.0.1
Package "@jest/expect-utils" wants ^29.0.1 and could get 29.7.0, but got 29.0.1
Package "@jest/schemas" wants ^29.0.0 and could get 29.6.3, but got 29.0.0
Package "@jest/schemas" wants ^29.4.3 and could get 29.6.3, but got 29.4.3
Package "@jest/transform" wants ^29.3.1 and could get 29.7.0, but got 29.5.0
Package "@jest/types" wants ^29.0.1 and could get 29.6.3, but got 29.0.1
Package "@jest/types" wants ^29.5.0 and could get 29.6.3, but got 29.5.0
Package "@jridgewell/gen-mapping" wants ^0.3.0 and could get 0.3.5, but got 0.3.2
Package "@jridgewell/sourcemap-codec" wants ^1.4.13 and could get 1.5.0, but got 1.4.14
Package "@jridgewell/trace-mapping" wants ^0.3.14 and could get 0.3.25, but got 0.3.17
Package "@jridgewell/trace-mapping" wants ^0.3.15 and could get 0.3.25, but got 0.3.17
Package "@types/babel__core" wants ^7.0.0 and could get 7.20.5, but got 7.1.18
Package "@types/babel__core" wants ^7.1.14 and could get 7.20.5, but got 7.1.18
Package "@types/babel__traverse" wants * and could get 7.20.5, but got 7.14.2
Package "@types/babel__traverse" wants ^7.0.6 and could get 7.20.5, but got 7.14.2
Package "@types/estree" wants * and could get 1.0.0, but got 0.0.51
Package "@types/express-serve-static-core" wants * and could get 4.17.33, but got 4.17.28
Package "@types/express-serve-static-core" wants ^4.17.18 and could get 4.17.33, but got 4.17.28
Package "@types/express" wants * and could get 4.17.17, but got 4.17.13
Package "@types/express" wants ^4.17.13 and could get 4.17.17, but got 4.17.13
Package "@types/jest" wants * and could get 29.5.3, but got 29.0.0
Package "@types/lodash" wants ^4.14.167 and could get 4.14.191, but got 4.14.182
Package "@types/lodash" wants ^4.14.175 and could get 4.14.191, but got 4.14.182
Package "@types/react-dom" wants ^18.0.0 and could get 18.0.11, but got 18.0.6
Package "@types/react" wants * and could get 18.0.28, but got 18.0.12
Package "@types/react" wants >=16 and could get 18.0.28, but got 18.0.22
Package "@types/serve-static" wants * and could get 1.15.1, but got 1.13.10
Package "@typescript-eslint/parser" wants ^5.53.0 and could get 5.59.0, but got 5.53.0
Package "acorn" wants ^8.0.0 and could get 8.12.1, but got 8.8.1
Package "acorn" wants ^8.5.0 and could get 8.12.1, but got 8.8.0
Package "acorn" wants ^8.7.1 and could get 8.12.1, but got 8.8.0
Package "acorn" wants ^8.8.0 and could get 8.12.1, but got 8.8.0
Package "acorn" wants ^8.9.0 and could get 8.12.1, but got 8.10.0
Package "anymatch" wants ~3.1.2 and could get 3.1.3, but got 3.1.2
Package "aria-query" wants ^5.0.0 and could get 5.1.3, but got 5.0.2
Package "array.prototype.flat" wants ^1.2.3 and could get 1.3.1, but got 1.3.0
Package "assert" wants ^2.0.0 and could get 2.1.0, but got 2.0.0
Package "axe-core" wants ^4.2.0 and could get 4.7.2, but got 4.4.3
Package "axe-core" wants ^4.6.2 and could get 4.7.2, but got 4.7.0
Package "babel-jest" wants ^29.6.2 and could get 29.7.0, but got 29.6.2
Package "babel-plugin-jest-hoist" wants ^29.5.0 and could get 29.6.3, but got 29.5.0
Package "babel-plugin-polyfill-corejs2" wants ^0.4.4 and could get 0.4.7, but got 0.4.5
Package "babel-plugin-polyfill-corejs3" wants ^0.8.2 and could get 0.8.7, but got 0.8.3
Package "babel-plugin-polyfill-regenerator" wants ^0.5.1 and could get 0.5.4, but got 0.5.2
Package "babel-preset-jest" wants ^29.5.0 and could get 29.6.3, but got 29.5.0
Package "braces" wants ~3.0.2 and could get 3.0.3, but got 3.0.2
Package "browserslist" wants ^4.14.5 and could get 4.23.3, but got 4.19.1
Package "browserslist" wants ^4.21.5 and could get 4.23.3, but got 4.21.5
Package "browserslist" wants ^4.21.9 and could get 4.23.3, but got 4.21.9
Package "browserslist" wants ^4.22.2 and could get 4.23.3, but got 4.22.2
Package "caniuse-lite" wants ^1.0.30001406 and could get 1.0.30001653, but got 1.0.30001505
Package "caniuse-lite" wants ^1.0.30001503 and could get 1.0.30001653, but got 1.0.30001515
Package "caniuse-lite" wants ^1.0.30001565 and could get 1.0.30001653, but got 1.0.30001572
Package "ci-info" wants ^3.1.0 and could get 3.9.0, but got 3.3.0
Package "colorette" wants ^2.0.10 and could get 2.0.19, but got 2.0.16
Package "content-type" wants ~1.0.4 and could get 1.0.5, but got 1.0.4
Package "convert-source-map" wants ^1.1.0 and could get 1.9.0, but got 1.8.0
Package "convert-source-map" wants ^1.5.0 and could get 1.9.0, but got 1.8.0
Package "copy-to-clipboard" wants ^3.3.1 and could get 3.3.3, but got 3.3.1
Package "core-js-compat" wants ^3.25.1 and could get 3.35.0, but got 3.29.0
Package "core-js-compat" wants ^3.31.0 and could get 3.35.0, but got 3.32.0
Package "csstype" wants ^3.0.2 and could get 3.1.1, but got 3.0.10
Package "csstype" wants ^3.0.6 and could get 3.1.1, but got 3.0.10
Package "date-fns" wants ^2.28.0 and could get 2.30.0, but got 2.28.0
Package "debug" wants ^4.0.0 and could get 4.3.6, but got 4.3.4
Package "debug" wants ^4.3.1 and could get 4.3.6, but got 4.3.4
Package "debug" wants ^4.3.2 and could get 4.3.6, but got 4.3.4
Package "debug" wants ^4.3.4 and could get 4.3.6, but got 4.3.4
Package "deepmerge" wants ^4.2.0 and could get 4.3.1, but got 4.2.2
Package "diff-sequences" wants ^29.0.0 and could get 29.6.3, but got 29.0.0
Package "electron-to-chromium" wants ^1.4.431 and could get 1.5.13, but got 1.4.457
Package "electron-to-chromium" wants ^1.4.601 and could get 1.5.13, but got 1.4.617
Package "enhanced-resolve" wants ^5.10.0 and could get 5.13.0, but got 5.10.0
Package "es-abstract" wants ^1.19.0 and could get 1.21.2, but got 1.20.1
Package "es-abstract" wants ^1.19.2 and could get 1.21.2, but got 1.20.1
Package "es-abstract" wants ^1.19.5 and could get 1.21.2, but got 1.20.1
Package "eslint-visitor-keys" wants ^3.3.0 and could get 3.4.0, but got 3.3.0
Package "expect" wants ^29.0.0 and could get 29.7.0, but got 29.0.1
Package "fsevents" wants ~2.3.2 and could get 2.3.3, but got 2.3.2
Package "get-intrinsic" wants ^1.0.2 and could get 1.2.0, but got 1.1.3
Package "get-intrinsic" wants ^1.1.0 and could get 1.2.0, but got 1.1.1
Package "get-intrinsic" wants ^1.1.1 and could get 1.2.0, but got 1.1.1
Package "globby" wants ^13.1.1 and could get 13.1.4, but got 13.1.2
Package "globby" wants ^13.1.2 and could get 13.1.4, but got 13.1.3
Package "graceful-fs" wants ^4.1.11 and could get 4.2.11, but got 4.2.9
Package "graceful-fs" wants ^4.1.2 and could get 4.2.11, but got 4.2.9
Package "graceful-fs" wants ^4.1.5 and could get 4.2.11, but got 4.2.9
Package "graceful-fs" wants ^4.1.6 and could get 4.2.11, but got 4.2.9
Package "graceful-fs" wants ^4.2.0 and could get 4.2.11, but got 4.2.9
Package "graceful-fs" wants ^4.2.4 and could get 4.2.11, but got 4.2.9
Package "graceful-fs" wants ^4.2.6 and could get 4.2.11, but got 4.2.9
Package "internal-slot" wants ^1.0.3 and could get 1.0.5, but got 1.0.3
Package "is-callable" wants ^1.1.4 and could get 1.2.7, but got 1.2.4
Package "is-callable" wants ^1.2.4 and could get 1.2.7, but got 1.2.4
Package "is-core-module" wants ^2.11.0 and could get 2.15.1, but got 2.12.0
Package "jest-diff" wants ^29.0.1 and could get 29.7.0, but got 29.0.1
Package "jest-diff" wants ^29.2.1 and could get 29.7.0, but got 29.6.2
Package "jest-get-type" wants ^29.0.0 and could get 29.6.3, but got 29.0.0
Package "jest-get-type" wants ^29.2.0 and could get 29.6.3, but got 29.4.3
Package "jest-haste-map" wants ^29.5.0 and could get 29.7.0, but got 29.5.0
Package "jest-matcher-utils" wants ^29.0.1 and could get 29.7.0, but got 29.0.1
Package "jest-message-util" wants ^29.0.1 and could get 29.7.0, but got 29.0.1
Package "jest-util" wants ^29.0.1 and could get 29.7.0, but got 29.0.1
Package "jest-util" wants ^29.5.0 and could get 29.7.0, but got 29.5.0
Package "jest-worker" wants ^29.5.0 and could get 29.7.0, but got 29.5.0
Package "lz-string" wants ^1.4.4 and could get 1.5.0, but got 1.4.4
Package "micromatch" wants ^4.0.2 and could get 4.0.8, but got 4.0.4
Package "minimist" wants ^1.2.0 and could get 1.2.8, but got 1.2.7
Package "minimist" wants ^1.2.3 and could get 1.2.8, but got 1.2.7
Package "minimist" wants ^1.2.6 and could get 1.2.8, but got 1.2.7
Package "nanoid" wants ^3.3.6 and could get 3.3.7, but got 3.3.6
Package "node-releases" wants ^2.0.12 and could get 2.0.18, but got 2.0.13
Package "node-releases" wants ^2.0.14 and could get 2.0.18, but got 2.0.14
Package "object-inspect" wants ^1.12.0 and could get 1.12.3, but got 1.12.2
Package "object-inspect" wants ^1.9.0 and could get 1.12.3, but got 1.12.2
Package "open" wants ^8.0.9 and could get 8.4.2, but got 8.4.0
Package "open" wants ^8.4.0 and could get 8.4.2, but got 8.4.0
Package "pirates" wants ^4.0.1 and could get 4.0.6, but got 4.0.5
Package "postcss" wants ^8.4.19 and could get 8.4.35, but got 8.4.33
Package "prettier" wants ^2.7.1 and could get 2.8.7, but got 2.8.4
Package "prettier" wants ^2.8.1 and could get 2.8.7, but got 2.8.4
Package "pretty-format" wants ^29.0.0 and could get 29.7.0, but got 29.0.1
Package "pretty-format" wants ^29.0.1 and could get 29.7.0, but got 29.0.1
Package "pretty-format" wants ^29.2.1 and could get 29.7.0, but got 29.6.2
Package "punycode" wants ^2.1.0 and could get 2.3.1, but got 2.1.1
Package "react-is" wants ^18.2.0 and could get 18.3.1, but got 18.2.0
Package "recast" wants ^0.23.1 and could get 0.23.4, but got 0.23.1
Package "regenerate-unicode-properties" wants ^10.0.1 and could get 10.1.0, but got 10.0.1
Package "regenerator-runtime" wants ^0.13.4 and could get 0.13.11, but got 0.13.9
Package "regenerator-transform" wants ^0.15.1 and could get 0.15.2, but got 0.15.1
Package "regexpu-core" wants ^5.0.1 and could get 5.3.1, but got 5.0.1
Package "resolve" wants ^1.10.0 and could get 1.22.8, but got 1.22.1
Package "resolve" wants ^1.12.0 and could get 1.22.8, but got 1.22.1
Package "resolve" wants ^1.14.2 and could get 1.22.8, but got 1.22.1
Package "resolve" wants ^1.17.0 and could get 1.22.8, but got 1.22.1
Package "resolve" wants ^1.19.0 and could get 1.22.8, but got 1.22.1
Package "resolve" wants ^1.22.1 and could get 1.22.8, but got 1.22.1
Package "rxjs" wants ^7.5.5 and could get 7.8.1, but got 7.5.6
Package "semver" wants ^7.0.0 and could get 7.6.3, but got 7.5.4
Package "semver" wants ^7.3.4 and could get 7.6.3, but got 7.5.4
Package "semver" wants ^7.3.5 and could get 7.6.3, but got 7.5.4
Package "semver" wants ^7.3.7 and could get 7.6.3, but got 7.5.4
Package "semver" wants ^7.3.8 and could get 7.6.3, but got 7.5.4
Package "semver" wants ^7.5.4 and could get 7.6.3, but got 7.5.4
Package "string.prototype.trimend" wants ^1.0.5 and could get 1.0.6, but got 1.0.5
Package "string.prototype.trimstart" wants ^1.0.5 and could get 1.0.6, but got 1.0.5
Package "terser" wants ^5.10.0 and could get 5.16.9, but got 5.15.1
Package "terser" wants ^5.14.1 and could get 5.16.9, but got 5.15.1
Package "tslib" wants ^2.0.0 and could get 2.7.0, but got 2.6.1
Package "tslib" wants ^2.0.1 and could get 2.7.0, but got 2.4.0
Package "tslib" wants ^2.0.3 and could get 2.7.0, but got 2.4.0
Package "tslib" wants ^2.1.0 and could get 2.7.0, but got 2.4.0
Package "tslib" wants ^2.4.0 and could get 2.7.0, but got 2.4.0
Package "tslib" wants ^2.5.0 and could get 2.7.0, but got 2.5.0
Package "unicode-match-property-value-ecmascript" wants ^2.0.0 and could get 2.1.0, but got 2.0.0
Package "update-browserslist-db" wants ^1.0.11 and could get 1.1.0, but got 1.0.11
Package "update-browserslist-db" wants ^1.0.13 and could get 1.1.0, but got 1.0.13
Package "use-debounce" wants ^9.0.2 and could get 9.0.4, but got 9.0.2
Package "ws" wants ^8.2.3 and could get 8.18.0, but got 8.6.0
Package "ws" wants ^8.4.2 and could get 8.18.0, but got 8.6.0
Package "yargs-parser" wants ^21.0.0 and could get 21.1.1, but got 21.0.1
Package "yargs" wants ^17.1.1 and could get 17.7.2, but got 17.5.1

Copy link

changeset-bot bot commented Oct 16, 2024

⚠️ No Changeset found

Latest commit: 272e300

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@jordanoverbye jordanoverbye marked this pull request as draft October 16, 2024 12:08
@jordanoverbye jordanoverbye reopened this Oct 19, 2024
Copy link

sonarcloud bot commented Oct 19, 2024

Please retry analysis of this Pull-Request directly on SonarCloud

@jordanoverbye jordanoverbye marked this pull request as ready for review October 19, 2024 05:47
Copy link

sonarcloud bot commented Oct 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants