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

chore(deps): Bump the dependencies group with 11 updates #15

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the dependencies group with 11 updates:

Package From To
@backstage/core-components 0.13.8 0.13.9
@backstage/theme 0.4.4 0.5.0
@microsoft/applicationinsights-web 3.0.5 3.0.7
react-use 17.4.0 17.4.2
@backstage/cli 0.24.0 0.25.0
@backstage/core-app-api 1.11.1 1.11.2
@backstage/dev-utils 1.0.24 1.0.25
@backstage/test-utils 1.4.5 1.4.6
@testing-library/jest-dom 6.1.5 6.1.6
@testing-library/user-event 14.5.1 14.5.2
@types/node 20.8.4 20.10.6

Updates @backstage/core-components from 0.13.8 to 0.13.9

Changelog

Sourced from @​backstage/core-components's changelog.

0.13.9

Patch Changes

  • e8f2ace: Added a new /testUtils sub-path that initially exports a mockBreakpoint helper.
  • 381ed86: Add missing export for IconLinkVertical
  • 5c8a3e3: Minor improvements to Table component.
  • 752df93: Fixes a problem where the LogViewer was not able to handle very large logs
  • 4d9e3b3: Register component overrides in the global OverrideComponentNameToClassKeys provided by @backstage/theme. This will in turn will provide component style override types for createUnifiedTheme.
  • 07dfdf3: Updated dependency linkifyjs to 4.1.3.
  • a518c5a: Updated dependency @react-hookz/web to ^23.0.0.
  • f291757: Update linkify-react to version 4.1.3
  • 175d86b: Fixed an issue where the onChange prop within HeaderTabs was triggering twice upon tab-switching.
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1
    • @​backstage/theme@​0.5.0
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3
    • @​backstage/version-bridge@​1.0.7

0.13.9-next.3

Patch Changes

  • 175d86b: Fixed an issue where the onChange prop within HeaderTabs was triggering twice upon tab-switching.
  • Updated dependencies
    • @​backstage/config@​1.1.1
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/errors@​1.2.3
    • @​backstage/theme@​0.5.0-next.1
    • @​backstage/version-bridge@​1.0.7

0.13.9-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.5.0-next.1
    • @​backstage/config@​1.1.1
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/errors@​1.2.3
    • @​backstage/version-bridge@​1.0.7

0.13.9-next.1

Patch Changes

  • e8f2acef80: Added a new /testUtils sub-path that initially exports a mockBreakpoint helper.
  • 07dfdf3702: Updated dependency linkifyjs to 4.1.3.

... (truncated)

Commits

Updates @backstage/theme from 0.4.4 to 0.5.0

Changelog

Sourced from @​backstage/theme's changelog.

0.5.0

Minor Changes

  • 4d9e3b3: Added a global OverrideComponentNameToClassKeys for other plugins and packages to populate using module augmentation. This will in turn will provide component style override types for createUnifiedTheme.

Patch Changes

  • cd0dd4c: Align Material UI v5 Paper component background color in dark mode to v4.

0.5.0-next.1

Patch Changes

  • cd0dd4c: Align Material UI v5 Paper component background color in dark mode to v4.

0.5.0-next.0

Minor Changes

  • 4d9e3b39e4: Added a global OverrideComponentNameToClassKeys for other plugins and packages to populate using module augmentation. This will in turn will provide component style override types for createUnifiedTheme.
Commits

Updates @microsoft/applicationinsights-web from 3.0.5 to 3.0.7

Release notes

Sourced from @​microsoft/applicationinsights-web's releases.

3.0.7

This release is a hotfix for issue #2216, which is simular to the issue fixed in 3.0.6 but for the fetch (with the keep-alive flag).

Changelog

  • #2216 [release-3.0] Cherrypick (main): fix fetchkeepalive
  • #2221 [release-3.0] Cherrypick (main): Fixup the ci.yml to address internal hash changes between different node versions

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@3.0.6...3.0.7

3.0.6

This release fixes an issue with the sendBeacon usage during page unload, where the SDK was not correctly splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects the sendBeacon usage during page unload, it does not affect the fetch usage during page unload.

Changelog

  • #2195 [BUG] Beacon sender causes flood of thousands of requests on page unload
  • #2201 [BUG] applicationinsights.azure.com/v2/track making hundreds of thousands of requests when third party cookies are disabled
  • #2205 [BUG] Duplicate customEvent entries
  • #2204 [BUG] Beacon sender reports error for success when diagnostics are enabled

What's Changed

Full Changelog: microsoft/ApplicationInsights-JS@3.0.5...3.0.6

Changelog

Sourced from @​microsoft/applicationinsights-web's changelog.

3.0.7 (Dec 14th, 2023)

Changelog

This release is a hotfix for issue #2216, which is simular to the issue fixed in 3.0.6 but for the fetch (with the keep-alive flag).

Changelog

  • #2216 [release-3.0] Cherrypick (main): fix fetchkeepalive
  • #2221 [release-3.0] Cherrypick (main): Fixup the ci.yml to address internal hash changes between different node versions

3.0.6 (Dec 7th, 2023)

This release fixes an issue with the sendBeacon usage during page unload, where the SDK was not correctly splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects the sendBeacon usage during page unload, it does not affect the fetch usage during page unload.

Changelog

  • #2195 [BUG] Beacon sender causes flood of thousands of requests on page unload
  • #2201 [BUG] applicationinsights.azure.com/v2/track making hundreds of thousands of requests when third party cookies are disabled
  • #2205 [BUG] Duplicate customEvent entries
  • #2204 [BUG] Beacon sender reports error for success when diagnostics are enabled
Commits
  • ac9c516 [release-3.0][Release] Increase version to 3.0.7 (#2224)
  • 40a49b5 [release-3.0] Cherrypick: fix fetchkeepalive (#2216) (#2223)
  • 83f15dd [release-3.0] Fixup the ci.yml to address internal hash changes between diffe...
  • 200884c Fixup v3.0.6 release notes (#2213)
  • a564e42 [Release-3.0][Release] Increase version to 3.0.6 (#2211)
  • f471839 [Main][Task]26079397: Add disableBeaconSplit sender config and fix potential ...
  • See full diff in compare view

Updates react-use from 17.4.0 to 17.4.2

Release notes

Sourced from react-use's releases.

v17.4.2

17.4.2 (2023-12-01)

Bug Fixes

  • correct peer dependencies (d770587)

v17.4.1

17.4.1 (2023-11-28)

Bug Fixes

  • 🐛 bump nano-css version (812952b)
Changelog

Sourced from react-use's changelog.

17.4.2 (2023-12-01)

Bug Fixes

  • correct peer dependencies (d770587)

17.4.1 (2023-11-28)

Bug Fixes

  • 🐛 bump nano-css version (812952b)
Commits
  • e27c193 chore(release): 17.4.2 [skip ci]
  • d770587 fix: correct peer dependencies
  • 4b6298c chore(release): 17.4.1 [skip ci]
  • 812952b fix: 🐛 bump nano-css version
  • 325f5bd chore(deps): update node.js to v14.21.1
  • 50857c2 chore(deps): update dependency ts-node to v10.9.1
  • 8774519 chore(deps): update dependency ts-loader to v8.4.0
  • 86f5047 chore(deps): update dependency rxjs to v7.5.7
  • 9b62643 chore(deps): update dependency react-spring to v9.5.5
  • bb12ff2 chore(deps): update dependency lint-staged to v12.5.0
  • Additional commits viewable in compare view

Updates @backstage/cli from 0.24.0 to 0.25.0

Changelog

Sourced from @​backstage/cli's changelog.

0.25.0

Minor Changes

  • 3834067: Updates the ESLint config to ignore issues created by generated files in **/src/generated/**.

Patch Changes

  • 32018ff: Enable the tsx loader to work on Node 18.19 and up
  • 0ffee55: Toned down the warning message when git is not found
  • c6f3743: Added a warning when starting a standalone backend plugin that hasn't been updated to the new backend system.
  • 3e358b0: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the migration tutorial for more information.
  • 219d7f0: Updating template generation for scaffolder module
  • 8cda3c7: Tweaked Node.js version check for when to use the new module register API with the new backend package start command.
  • a3edc18: Updated dependency vite-plugin-node-polyfills to ^0.17.0.
  • 627554e: Updated dependency @rollup/plugin-node-resolve to ^15.0.0.
  • c07cee5: Updated dependency @rollup/plugin-json to ^6.0.0.
  • bd586a5: Updated dependency bfj to ^8.0.0.
  • 8056425: Updated dependency @typescript-eslint/eslint-plugin to 6.12.0.
  • 017c425: Updated dependency @typescript-eslint/eslint-plugin to 6.11.0.
  • 2565cc8: Updated dependency @rollup/plugin-commonjs to ^25.0.0.
  • 33e96e5: Switched the @typescript-eslint/eslint-plugin dependency back to using a ^ version range.
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • Updated dependencies
    • @​backstage/eslint-plugin@​0.1.4
    • @​backstage/config-loader@​1.6.0
    • @​backstage/integration@​1.8.0
    • @​backstage/cli-node@​0.2.1
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/cli-common@​0.1.13
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3
    • @​backstage/release-manifests@​0.0.11
    • @​backstage/types@​1.1.1

0.25.0-next.3

Patch Changes

  • 219d7f0: Updating template generation for scaffolder module
  • bd586a5: Updated dependency bfj to ^8.0.0.
  • Updated dependencies
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/cli-common@​0.1.13
    • @​backstage/cli-node@​0.2.0
    • @​backstage/config@​1.1.1
    • @​backstage/config-loader@​1.6.0-next.0
    • @​backstage/errors@​1.2.3
    • @​backstage/eslint-plugin@​0.1.4-next.0
    • @​backstage/integration@​1.8.0-next.1

... (truncated)

Commits
  • d397eb4 Version Packages
  • 5c3a530 Merge pull request #5560 from backstage/freben/peer-deps
  • a6e5293 Merge pull request #5521 from splunk/fix-yarn-build-lax
  • f65adcd Fix most of the yarn install transitive dependency warnings
  • b99ac3f Minor composability etc docs changes
  • 54ef04e Added lax option to app:build
  • c04403f chore(deps): bump json-schema from 0.2.5 to 0.3.0
  • See full diff in compare view

Updates @backstage/core-app-api from 1.11.1 to 1.11.2

Changelog

Sourced from @​backstage/core-app-api's changelog.

1.11.2

Patch Changes

  • 3e358b0: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the migration tutorial for more information.
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.7

1.11.2-next.1

Patch Changes

  • 3e358b0dff: Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the migration tutorial for more information.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.7

1.11.2-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1-next.0
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.7
Commits

Updates @backstage/dev-utils from 1.0.24 to 1.0.25

Changelog

Sourced from @​backstage/dev-utils's changelog.

1.0.25

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1
    • @​backstage/plugin-catalog-react@​1.9.2
    • @​backstage/core-components@​0.13.9
    • @​backstage/theme@​0.5.0
    • @​backstage/core-app-api@​1.11.2
    • @​backstage/app-defaults@​1.4.6
    • @​backstage/integration-react@​1.1.22
    • @​backstage/catalog-model@​1.4.3

1.0.25-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.13.9-next.3
    • @​backstage/app-defaults@​1.4.6-next.3
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/core-app-api@​1.11.2-next.1
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/integration-react@​1.1.22-next.1
    • @​backstage/theme@​0.5.0-next.1
    • @​backstage/plugin-catalog-react@​1.9.2-next.3

1.0.25-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.5.0-next.1
    • @​backstage/plugin-catalog-react@​1.9.2-next.2
    • @​backstage/app-defaults@​1.4.6-next.2
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/core-app-api@​1.11.2-next.1
    • @​backstage/core-components@​0.13.9-next.2
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/integration-react@​1.1.22-next.1

1.0.25-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.13.9-next.1
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/plugin-catalog-react@​1.9.2-next.1

... (truncated)

Commits

Updates @backstage/test-utils from 1.4.5 to 1.4.6

Changelog

Sourced from @​backstage/test-utils's changelog.

1.4.6

Patch Changes

  • e8f2ace: Deprecated mockBreakpoint, as it is now available from @backstage/core-components/testUtils instead.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1
    • @​backstage/theme@​0.5.0
    • @​backstage/core-app-api@​1.11.2
    • @​backstage/plugin-permission-common@​0.7.11
    • @​backstage/plugin-permission-react@​0.4.18
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1

1.4.6-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.5.0-next.1
    • @​backstage/config@​1.1.1
    • @​backstage/core-app-api@​1.11.2-next.1
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-common@​0.7.10
    • @​backstage/plugin-permission-react@​0.4.18-next.1

1.4.6-next.1

Patch Changes

  • e8f2acef80: Deprecated mockBreakpoint, as it is now available from @backstage/core-components/testUtils instead.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1-next.1
    • @​backstage/core-app-api@​1.11.2-next.1
    • @​backstage/plugin-permission-react@​0.4.18-next.1
    • @​backstage/config@​1.1.1
    • @​backstage/theme@​0.5.0-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-common@​0.7.10

1.4.6-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.1-next.0
    • @​backstage/theme@​0.5.0-next.0
    • @​backstage/core-app-api@​1.11.2-next.0
    • @​backstage/plugin-permission-react@​0.4.18-next.0

... (truncated)

Commits

Updates @testing-library/jest-dom from 6.1.5 to 6.1.6

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.1.6

6.1.6 (2023-12-27)

Bug Fixes

  • Upgrade @​adobe/css-tools to v4.3.2 (#553) (b64b953)
Commits

Updates @testing-library/user-event from 14.5.1 to 14.5.2

Release notes

Sourced from @​testing-library/user-event's releases.

v14.5.2

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)
Commits
  • d036279 chore: upgrade node in codesandbox
  • 910fee5 chore: set tsconfig baseUrl
  • fa8d867 revert: swap release script
  • c4b4629 chore: upgrade testing environment
  • 6a3c896 fix: remove interop and deep DTL imports
  • See full diff in compare view

Updates @types/node from 20.8.4 to 20.10.6

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.13.8` | `0.13.9` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.4.4` | `0.5.0` |
| [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) | `3.0.5` | `3.0.7` |
| [react-use](https://github.com/streamich/react-use) | `17.4.0` | `17.4.2` |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.24.0` | `0.25.0` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.11.1` | `1.11.2` |
| [@backstage/dev-utils](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils) | `1.0.24` | `1.0.25` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.4.5` | `1.4.6` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.1.5` | `6.1.6` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.1` | `14.5.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.4` | `20.10.6` |


Updates `@backstage/core-components` from 0.13.8 to 0.13.9
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-components)

Updates `@backstage/theme` from 0.4.4 to 0.5.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.5.0/packages/theme)

Updates `@microsoft/applicationinsights-web` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/3.0.7/RELEASES.md)
- [Commits](microsoft/ApplicationInsights-JS@3.0.5...3.0.7)

Updates `react-use` from 17.4.0 to 17.4.2
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.4.0...v17.4.2)

Updates `@backstage/cli` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.25.0/packages/cli)

Updates `@backstage/core-app-api` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-app-api)

Updates `@backstage/dev-utils` from 1.0.24 to 1.0.25
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/dev-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/dev-utils)

Updates `@backstage/test-utils` from 1.4.5 to 1.4.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/test-utils)

Updates `@testing-library/jest-dom` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.1.5...v6.1.6)

Updates `@testing-library/user-event` from 14.5.1 to 14.5.2
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.1...v14.5.2)

Updates `@types/node` from 20.8.4 to 20.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@backstage/core-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/theme"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/core-app-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/dev-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-d8e9b682bb branch February 1, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants