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

Bump the dependencies group with 12 updates #10

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2023

Bumps the dependencies group with 12 updates:

Package From To
@backstage/config 1.1.0 1.1.1
@backstage/core-components 0.13.5 0.13.7
@microsoft/applicationinsights-web 2.8.16 3.0.5
@backstage/cli 0.22.13 0.23.1
@backstage/core-app-api 1.10.0 1.11.0
@backstage/dev-utils 1.0.21 1.0.22
@backstage/test-utils 1.4.3 1.4.4
@testing-library/jest-dom 5.17.0 6.1.4
@testing-library/react 12.1.5 14.0.0
@types/node 20.8.4 20.8.10
cross-fetch 3.1.8 4.0.0
msw 1.3.2 2.0.3

Updates @backstage/config from 1.1.0 to 1.1.1

Changelog

Sourced from @​backstage/config's changelog.

1.1.1

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.3
    • @​backstage/types@​1.1.1

1.1.1-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.3-next.0
    • @​backstage/types@​1.1.1
Commits

Updates @backstage/core-components from 0.13.5 to 0.13.7

Changelog

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

@​backstage/core-components

0.13.8-next.2

Patch Changes

  • #20777 eb817ee6d4 Thanks @​is343! - Fix spacing inconsistency with links and labels in headers

  • #20357 f28c11743a Thanks @​acierto! - Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template

  • #20842 0c5b78650c Thanks @​benjdlambert! - Reverting the MissingAnnotationEmptyState component due to cyclical dependency. This component is now deprecated, please use the import from @backstage/plugin-catalog-react instead to use the new functionality

0.13.8-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.9.0-next.1
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/config@​1.1.1
    • @​backstage/core-plugin-api@​1.8.0-next.0
    • @​backstage/errors@​1.2.3
    • @​backstage/theme@​0.4.4-next.0
    • @​backstage/version-bridge@​1.0.7-next.0

0.13.7-next.0

Patch Changes

  • 81c8db2088: Fix RoutedTabs so that it does not explode without tabs.

  • 6c2b872153: Add official support for React 18.

  • 7bdc1b0a12: Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind in extractInitials.

    This PR also changed how initials are generated resulting in John Jonathan Doe => JD instead of JJ.

  • 71c97e7d73: Fixed the type declaration of DependencyGraphProps, the defs prop now expects JSX.Elements.

  • Updated dependencies

    • @​backstage/plugin-catalog-react@​1.9.0-next.0
    • @​backstage/core-plugin-api@​1.8.0-next.0
    • @​backstage/version-bridge@​1.0.7-next.0
    • @​backstage/theme@​0.4.4-next.0
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3

0.13.6

Patch Changes

  • 4eab5cf901: The TabbedLayout component will now also navigate when clicking the active tab, which allows for navigation back from any sub routes.

... (truncated)

Commits

Updates @microsoft/applicationinsights-web from 2.8.16 to 3.0.5

Changelog

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

3.0.5 (Nov 1st, 2023)

Changelog

  • #2184 [main] deactive send beacon when local storage is available
  • #2185 [main] retrieve reponseText when fetch in HttpManager
  • #2188 [main] generate typedoc
  • #2190 [Main][Task]25648004: Export ISenderConfig from Sender
  • #2191 [Main][Task]25649658: Update AISKU Light to add default baseType and baseData when calling track function

3.0.4 (Oct 16th, 2023)

Changelog

  • CfgSyncPlugin improvment

    • #2166 [main] correct throttle configdefault setting in aisku
    • #2168 [Main][Task]24499167: add cfgSync plugin doc
    • #2171 [main] test aisku config could correctly merge new config fetch from cdn
    • #2175 [main] Update Service Notifications to not send message twice
  • #2160 [Main] Include Config sync in publish group

  • #2165 [main] use proper URL for tracking when fetch is passed an empty string

  • #2169 [Main][Task]24499172: add throttle manager doc

  • #2170 [Main][Task]24499174: Add service notification doc

  • #2173 Add Issue state reporting script

  • #2174 [main] remove double slash for endPointUrl

  • #2177 [Main]Set CfgSync version to 3.0.3

  • #2178 [main] use helper func to get window

  • #2183 [main] fix startTime timestamp

3.0.3 (Sep 20th, 2023)

Changelog

  • #2157 [Main] Bug New minified bundles are corrupting global scope
  • #2120 Missing traceparent header when running multiple SDK instances
    • #2144 [Main][Part 2] Missing traceparent header when running multiple SDK instances #2120
    • #2141 [Main][Bug] Missing traceparent header when running multiple SDK instances #2120
  • #2149 [BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled
    • #2152 [main] allow empty string as first parameter to fetch
  • #2127 [Main] Add automated ability to reset the npm latest tag to a specific build
  • #2106 Consider export IClickAnalyticsConfiguration from the click plugin?
  • #2086 [BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters
    • #2118 [Main] [BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters #2086
  • #2094 _getVerifiedStorageObject - contentious sessionStorage element
    • #2110 [main] add prefix before storage name when setting it
  • #2137 [Main] Fix: edge case where the navigation entry is not present
  • #2135 Update @​nevware21 base versions
  • #2104 [main] Use the navigation entry timeing for page load event start time
  • #2116 [Main] Fixup setVersion to support automated nightly release

... (truncated)

Commits

Updates @backstage/cli from 0.22.13 to 0.23.1

Changelog

Sourced from @​backstage/cli's changelog.

@​backstage/cli

0.24.0-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.7.2-next.0
    • @​backstage/config-loader@​1.5.3-next.0
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/cli-common@​0.1.13
    • @​backstage/cli-node@​0.2.0-next.0
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3
    • @​backstage/eslint-plugin@​0.1.3
    • @​backstage/release-manifests@​0.0.10
    • @​backstage/types@​1.1.1

0.24.0-next.0

Minor Changes

  • 8db5c3cd7a: Removed support for the publishConfig.alphaTypes and .betaTypes fields that were used together with --experimental-type-build to generate /alpha and /beta entry points. Use the exports field to achieve this instead.
  • 4e36abef14: Remove support for the deprecated --experimental-type-build option for package build.

Patch Changes

  • 4ba4ac351f: Switch from using deprecated @esbuild-kit/* packages to using tsx. This also switches to using the new module loader register API when available, avoiding the experimental warning when starting backends.
  • 6bf7561d3c: The experimental package detection will now ignore packages that don't make package.json available.
  • e14cbf563d: Added EXPERIMENTAL_VITE flag for using vite as dev server instead of Webpack
  • 7cd34392f5: Ignore stdin when spawning backend child process for the start command. Fixing an issue where backend startup would hang.
  • Updated dependencies
    • @​backstage/config-loader@​1.5.2-next.0
    • @​backstage/cli-node@​0.2.0-next.0
    • @​backstage/integration@​1.7.1
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/cli-common@​0.1.13
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3
    • @​backstage/eslint-plugin@​0.1.3
    • @​backstage/release-manifests@​0.0.10
    • @​backstage/types@​1.1.1

0.23.0

Minor Changes

  • 8defbd5434: Update typescript-eslint to 6.7.x, adding compatibility with TypeScript 5.2.

    This includes a major update on typescript-eslint, you can see the details in the release notes.

... (truncated)

Commits

Updates @backstage/core-app-api from 1.10.0 to 1.11.0

Changelog

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

1.11.0

Minor Changes

  • c9d9bfeca2: URL encode some well known unsafe characters in RouteResolver (and therefore useRouteRef)

Patch Changes

  • 29e4d8b76b: Fixed bug in AppRouter to determine the correct signOutTargetUrl if app.baseUrl contains a basePath
  • acca17e91a: Wrap entire app in <Suspense>, enabling support for using translations outside plugins.
  • 1a0616fa10: Add missing resource and template app icons
  • 9a1fce352e: Updated dependency @testing-library/jest-dom to ^6.0.0.
  • f95af4e540: Updated dependency @testing-library/dom to ^9.0.0.
  • f1b349cfba: Fixed a bug in TranslationApi implementation where in some cases it wouldn't notify subscribers of language changes.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.7.0
    • @​backstage/version-bridge@​1.0.6
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1

1.11.0-next.2

Minor Changes

  • c9d9bfeca2: URL encode some well known unsafe characters in RouteResolver (and therefore useRouteRef)

Patch Changes

  • acca17e91a: Wrap entire app in <Suspense>, enabling support for using translations outside plugins.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.7.0-next.1
    • @​backstage/config@​1.1.1-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.5

1.10.1-next.1

Patch Changes

  • 1a0616fa10: Add missing resource and template app icons
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.7.0-next.0
    • @​backstage/config@​1.1.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.5

1.10.1-next.0

Patch Changes

... (truncated)

Commits
  • 25b57cc Version Packages
  • d19c77c fixed API report errors and regenerated the reports
  • db10b6e feat(auth): add auth provider for Bitbucket Server
  • 675324e Version Packages (next)
  • dff4d8d core-app-api: fix to support explicit ports in app baseUrl
  • See full diff in compare view

Updates @backstage/dev-utils from 1.0.21 to 1.0.22

Changelog

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

1.0.22

Patch Changes

  • 080d1beb2a: Moving development dependencies to devDependencies
  • 9a1fce352e: Updated dependency @testing-library/jest-dom to ^6.0.0.
  • f95af4e540: Updated dependency @testing-library/dom to ^9.0.0.
  • 9468a67b92: Added support for React 18. The new createRoot API from react-dom/client will now be used if present.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.8.5
    • @​backstage/core-app-api@​1.11.0
    • @​backstage/core-plugin-api@​1.7.0
    • @​backstage/core-components@​0.13.6
    • @​backstage/integration-react@​1.1.20
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/app-defaults@​1.4.4
    • @​backstage/theme@​0.4.3

1.0.22-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-app-api@​1.11.0-next.2
    • @​backstage/integration-react@​1.1.20-next.2
    • @​backstage/core-components@​0.13.6-next.2
    • @​backstage/core-plugin-api@​1.7.0-next.1
    • @​backstage/catalog-model@​1.4.3-next.0
    • @​backstage/plugin-catalog-react@​1.8.5-next.2
    • @​backstage/theme@​0.4.3-next.0
    • @​backstage/app-defaults@​1.4.4-next.2
    • @​backstage/test-utils@​1.4.4-next.2

1.0.22-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.13.6-next.1
    • @​backstage/core-app-api@​1.10.1-next.1
    • @​backstage/app-defaults@​1.4.4-next.1
    • @​backstage/test-utils@​1.4.4-next.1
    • @​backstage/integration-react@​1.1.20-next.1
    • @​backstage/plugin-catalog-react@​1.8.5-next.1
    • @​backstage/core-plugin-api@​1.7.0-next.0
    • @​backstage/catalog-model@​1.4.2
    • @​backstage/theme@​0.4.2

1.0.22-next.0

... (truncated)

Commits

Updates @backstage/test-utils from 1.4.3 to 1.4.4

Changelog

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

1.4.4

Patch Changes

  • 322bbcae24: Removed the alpha MockPluginProvider export since the plugin configuration API has been removed.
  • 1a0616fa10: Add missing resource and template app icons
  • 9a1fce352e: Updated dependency @testing-library/jest-dom to ^6.0.0.
  • Updated dependencies
    • @​backstage/core-app-api@​1.11.0
    • @​backstage/core-plugin-api@​1.7.0
    • @​backstage/plugin-permission-react@​0.4.16
    • @​backstage/theme@​0.4.3
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-common@​0.7.9

1.4.4-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-app-api@​1.11.0-next.2
    • @​backstage/core-plugin-api@​1.7.0-next.1
    • @​backstage/theme@​0.4.3-next.0
    • @​backstage/config@​1.1.1-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-common@​0.7.9-next.0
    • @​backstage/plugin-permission-react@​0.4.16-next.1

1.4.4-next.1

Patch Changes

  • 1a0616fa10: Add missing resource and template app icons
  • Updated dependencies
    • @​backstage/core-app-api@​1.10.1-next.1
    • @​backstage/core-plugin-api@​1.7.0-next.0
    • @​backstage/config@​1.1.0
    • @​backstage/plugin-permission-react@​0.4.16-next.0
    • @​backstage/theme@​0.4.2
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-common@​0.7.8

1.4.4-next.0

Patch Changes

  • 322bbcae24: Removed the alpha MockPluginProvider export since the plugin configuration API has been removed.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.7.0-next.0

... (truncated)

Commits

Updates @testing-library/jest-dom from 5.17.0 to 6.1.4

Commits
  • 44f1eab fix: upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532)
  • 6d65999 chore: add jest/vitest version to bug report template (#526)
  • 5b492ac fix: proper @​jest/globals import (#530)
  • b959a68 fix: bump @​adobe/css-tools for ESM support (#525)
  • 853a3e5 fix(package.json): update main and module file paths (#523)
  • 3d834bb feat: manually trigger release (#520)
  • 61d17bd chore: Publish ESM and CJS (#519)
  • bdb34f1 fix: matchers type is making the global expect unsafe (#513)
  • 4b764b9 feat: local types, supporting jest, @​jest/globals, vitest (#511)
  • See full diff in compare view

Updates @testing-library/react from 12.1.5 to 14.0.0

Commits

Updates @types/node from 20.8.4 to 20.8.10

Commits

Updates cross-fetch from 3.1.8 to 4.0.0

Changelog

Sourced from cross-fetch's changelog.

4.0.0 (2023-07-03)

Commits
  • 748a312 chore(release): 4.0.0
  • dc7a7e8 chore: improved inline comment on publish script
  • a89e3ce chore: renamed release target to version
  • 058c8ff chore: updated dev dependencies minor versions
  • 71bd113 chore: updated dev dependencies patch versions
  • 5b8eee6 chore: dedupped make release target
  • 762ae72 chore: restored caret range on node-fetch dependency
  • b6c073a chore: fixed README's Table of Content
  • 30581ca chore: added workers feature support on README
  • 3594c29 chore: renamed bin/release to bin/publish
  • Additional commits viewable in compare view

Updates msw from 1.3.2 to 2.0.3

Commits
  • 461a188 chore(release): v2.0.3
  • a0ec8be fix: correctly check "undefined" as response body type (#1824)
  • 66fb437 fix(Safari): send explicit null response bodies (#1833)
  • 008a8c6 chore(smoke): support workflow_run and workflow_dispatch
  • 057e515 chore(smoke): use manual runs only
  • 5112765 chore(smoke): support workflow_dispatch
  • 009e8fa chore: add "smoke-test/examples" workflow (#1825)
  • dff7fac chore(release): v2.0.2
  • 2ead392 fix: output a single formatted message to console (#1820)
  • a179b68 fix: prevent one-time handlers from incorrectly marking themselves as used (#...
  • 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 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 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/config](https://github.com/backstage/backstage/tree/HEAD/packages/config) | `1.1.0` | `1.1.1` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.13.5` | `0.13.7` |
| [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) | `2.8.16` | `3.0.5` |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.22.13` | `0.23.1` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.10.0` | `1.11.0` |
| [@backstage/dev-utils](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils) | `1.0.21` | `1.0.22` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.4.3` | `1.4.4` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.4` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `12.1.5` | `14.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.4` | `20.8.10` |
| [cross-fetch](https://github.com/lquixada/cross-fetch) | `3.1.8` | `4.0.0` |
| [msw](https://github.com/mswjs/msw) | `1.3.2` | `2.0.3` |


Updates `@backstage/config` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/config/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.1.1/packages/config)

Updates `@backstage/core-components` from 0.13.5 to 0.13.7
- [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 `@microsoft/applicationinsights-web` from 2.8.16 to 3.0.5
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](microsoft/ApplicationInsights-JS@2.8.16...3.0.5)

Updates `@backstage/cli` from 0.22.13 to 0.23.1
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `@backstage/core-app-api` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.11.0/packages/core-app-api)

Updates `@backstage/dev-utils` from 1.0.21 to 1.0.22
- [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.3 to 1.4.4
- [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 5.17.0 to 6.1.4
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.1.4)

Updates `@testing-library/react` from 12.1.5 to 14.0.0
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v12.1.5...v14.0.0)

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

Updates `cross-fetch` from 3.1.8 to 4.0.0
- [Changelog](https://github.com/lquixada/cross-fetch/blob/v4.x/CHANGELOG.md)
- [Commits](lquixada/cross-fetch@v3.1.8...v4.0.0)

Updates `msw` from 1.3.2 to 2.0.3
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v1.3.2...v2.0.3)

---
updated-dependencies:
- dependency-name: "@backstage/config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/core-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-minor
  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-major
  dependency-group: dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cross-fetch
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Nov 7, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2023

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

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-9a46eb6aaa branch December 1, 2023 05:39
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