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 minor_patch group with 22 updates #306

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2024

Bumps the minor_patch group with 22 updates:

Package From To
@mediamonks/eslint-config 2.3.0 2.4.0
@mediamonks/eslint-config-react 2.3.1 2.5.0
@mediamonks/eslint-config-typescript 1.2.0 1.4.0
@mediamonks/eslint-config-typescript-react 1.2.0 1.3.0
@storybook/addon-essentials 7.5.2 7.6.12
@storybook/addon-interactions 7.5.2 7.6.12
@storybook/addon-links 7.5.2 7.6.12
@storybook/cli 7.5.2 7.6.12
@storybook/react 7.5.2 7.6.12
@storybook/react-vite 7.5.2 7.6.12
@storybook/test-runner 0.13.0 0.16.0
@storybook/types 7.5.2 7.6.12
@testing-library/react 14.0.0 14.2.1
@types/lodash-es 4.17.11 4.17.12
@types/react 18.2.24 18.2.52
@vitejs/plugin-react 4.0.4 4.2.1
eslint 8.52.0 8.56.0
plop 4.0.0 4.0.1
storybook 7.5.2 7.6.12
ts-node 10.9.1 10.9.2
typescript 5.2.2 5.3.3
wait-on 7.1.0 7.2.0

Updates @mediamonks/eslint-config from 2.3.0 to 2.4.0

Commits
  • 1ac3d2b eslint-config v2.4.0
  • 0f92589 Bump @​typescript-eslint/eslint-plugin from 5.59.8 to 6.13.2 (#196)
  • 96c1372 Add node 20 to CI matrix
  • a470d6a Bump the minor_patch group with 6 updates (#195)
  • 6cbdc23 Bump lint-staged from 14.0.1 to 15.2.0 (#197)
  • 2374aff Allowing two dashes properties on naming-convention (#174)
  • 6cfdea6 Merge pull request #182 from mediamonks/dependabot/npm_and_yarn/eslint-plugin...
  • 00bd9ea Merge pull request #191 from mediamonks/dependabot/npm_and_yarn/lerna-8.0.0
  • bbff371 Group patch/minor updates
  • 46008ce Bump lerna from 7.3.0 to 8.0.0
  • Additional commits viewable in compare view

Updates @mediamonks/eslint-config-react from 2.3.1 to 2.5.0

Commits
  • a080838 eslint-config-react v2.5.0
  • 1ac3d2b eslint-config v2.4.0
  • 0f92589 Bump @​typescript-eslint/eslint-plugin from 5.59.8 to 6.13.2 (#196)
  • 96c1372 Add node 20 to CI matrix
  • a470d6a Bump the minor_patch group with 6 updates (#195)
  • 6cbdc23 Bump lint-staged from 14.0.1 to 15.2.0 (#197)
  • 2374aff Allowing two dashes properties on naming-convention (#174)
  • 6cfdea6 Merge pull request #182 from mediamonks/dependabot/npm_and_yarn/eslint-plugin...
  • 00bd9ea Merge pull request #191 from mediamonks/dependabot/npm_and_yarn/lerna-8.0.0
  • bbff371 Group patch/minor updates
  • Additional commits viewable in compare view

Updates @mediamonks/eslint-config-typescript from 1.2.0 to 1.4.0

Commits
  • b204ffb eslint-config-typescript v1.4.0
  • a080838 eslint-config-react v2.5.0
  • 1ac3d2b eslint-config v2.4.0
  • 0f92589 Bump @​typescript-eslint/eslint-plugin from 5.59.8 to 6.13.2 (#196)
  • 96c1372 Add node 20 to CI matrix
  • a470d6a Bump the minor_patch group with 6 updates (#195)
  • 6cbdc23 Bump lint-staged from 14.0.1 to 15.2.0 (#197)
  • 2374aff Allowing two dashes properties on naming-convention (#174)
  • 6cfdea6 Merge pull request #182 from mediamonks/dependabot/npm_and_yarn/eslint-plugin...
  • 00bd9ea Merge pull request #191 from mediamonks/dependabot/npm_and_yarn/lerna-8.0.0
  • Additional commits viewable in compare view

Updates @mediamonks/eslint-config-typescript-react from 1.2.0 to 1.3.0

Commits
  • 4b7ab4d eslint-config-typescript-react v1.3.0
  • b204ffb eslint-config-typescript v1.4.0
  • a080838 eslint-config-react v2.5.0
  • 1ac3d2b eslint-config v2.4.0
  • 0f92589 Bump @​typescript-eslint/eslint-plugin from 5.59.8 to 6.13.2 (#196)
  • 96c1372 Add node 20 to CI matrix
  • a470d6a Bump the minor_patch group with 6 updates (#195)
  • 6cbdc23 Bump lint-staged from 14.0.1 to 15.2.0 (#197)
  • 2374aff Allowing two dashes properties on naming-convention (#174)
  • 6cfdea6 Merge pull request #182 from mediamonks/dependabot/npm_and_yarn/eslint-plugin...
  • Additional commits viewable in compare view

Updates @storybook/addon-essentials from 7.5.2 to 7.6.12

Release notes

Sourced from @​storybook/addon-essentials's releases.

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

v7.6.10

7.6.10

v7.6.9

7.6.9

v7.6.8

7.6.8

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

... (truncated)

Changelog

Sourced from @​storybook/addon-essentials's changelog.

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

7.6.10

7.6.9

7.6.8

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

... (truncated)

Commits
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • 2eded2e Bump version from "7.6.7" to "7.6.8" [skip ci]
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-interactions from 7.5.2 to 7.6.12

Release notes

Sourced from @​storybook/addon-interactions's releases.

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

v7.6.10

7.6.10

v7.6.9

7.6.9

v7.6.8

7.6.8

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

... (truncated)

Changelog

Sourced from @​storybook/addon-interactions's changelog.

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

7.6.10

7.6.9

7.6.8

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

... (truncated)

Commits
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • 2eded2e Bump version from "7.6.7" to "7.6.8" [skip ci]
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-links from 7.5.2 to 7.6.12

Release notes

Sourced from @​storybook/addon-links's releases.

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

v7.6.10

7.6.10

v7.6.9

7.6.9

v7.6.8

7.6.8

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

... (truncated)

Changelog

Sourced from @​storybook/addon-links's changelog.

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

7.6.10

7.6.9

7.6.8

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

... (truncated)

Commits
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • 2eded2e Bump version from "7.6.7" to "7.6.8" [skip ci]
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/cli from 7.5.2 to 7.6.12

Release notes

Sourced from @​storybook/cli's releases.

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

v7.6.10

7.6.10

v7.6.9

7.6.9

v7.6.8

7.6.8

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

... (truncated)

Changelog

Sourced from @​storybook/cli's changelog.

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

7.6.10

7.6.9

7.6.8

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

... (truncated)

Commits
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • 620cb80 Merge pull request #25752 from storybookjs/jeppe/fix-upgrade-version-detection
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • cd32866 Disable angular/15-ts to unblock CI
  • 26af9f2 Patch RN changes
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • 04cd1a5 Merge pull request #25642 from storybookjs/jeppe/fix-version-detection
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • 5c11b71 fixes
  • 838d267 init when download-dir = before-storybook
  • Additional commits viewable in compare view

Updates @storybook/react from 7.5.2 to 7.6.12

Release notes

Sourced from @​storybook/react's releases.

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

v7.6.10

7.6.10

v7.6.9

7.6.9

v7.6.8

7.6.8

v7.6.7

7.6.7

v7.6.6

7.6.6

  • SvelteKit: Support 2.0 modules with mocks -

Bumps the minor_patch group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@mediamonks/eslint-config](https://github.com/mediamonks/eslint-config) | `2.3.0` | `2.4.0` |
| [@mediamonks/eslint-config-react](https://github.com/mediamonks/eslint-config) | `2.3.1` | `2.5.0` |
| [@mediamonks/eslint-config-typescript](https://github.com/mediamonks/eslint-config) | `1.2.0` | `1.4.0` |
| [@mediamonks/eslint-config-typescript-react](https://github.com/mediamonks/eslint-config) | `1.2.0` | `1.3.0` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.5.2` | `7.6.12` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.5.2` | `7.6.12` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.5.2` | `7.6.12` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.2` | `7.6.12` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.5.2` | `7.6.12` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.5.2` | `7.6.12` |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.13.0` | `0.16.0` |
| [@storybook/types](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/types) | `7.5.2` | `7.6.12` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.2.1` |
| [@types/lodash-es](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash-es) | `4.17.11` | `4.17.12` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.24` | `18.2.52` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.0.4` | `4.2.1` |
| [eslint](https://github.com/eslint/eslint) | `8.52.0` | `8.56.0` |
| [plop](https://github.com/plopjs/plop/tree/HEAD/packages/plop) | `4.0.0` | `4.0.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.2` | `7.6.12` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |
| [wait-on](https://github.com/jeffbski/wait-on) | `7.1.0` | `7.2.0` |


Updates `@mediamonks/eslint-config` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/mediamonks/eslint-config/releases)
- [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/[email protected]...@mediamonks/[email protected])

Updates `@mediamonks/eslint-config-react` from 2.3.1 to 2.5.0
- [Release notes](https://github.com/mediamonks/eslint-config/releases)
- [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/[email protected]...@mediamonks/[email protected])

Updates `@mediamonks/eslint-config-typescript` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/mediamonks/eslint-config/releases)
- [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/[email protected]...@mediamonks/[email protected])

Updates `@mediamonks/eslint-config-typescript-react` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/mediamonks/eslint-config/releases)
- [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/[email protected]...@mediamonks/[email protected])

Updates `@storybook/addon-essentials` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/addons/interactions)

Updates `@storybook/addon-links` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/addons/links)

Updates `@storybook/cli` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/lib/cli)

Updates `@storybook/react` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/renderers/react)

Updates `@storybook/react-vite` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/frameworks/react-vite)

Updates `@storybook/test-runner` from 0.13.0 to 0.16.0
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.16.0/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.13.0...v0.16.0)

Updates `@storybook/types` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/lib/types)

Updates `@testing-library/react` from 14.0.0 to 14.2.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.0.0...v14.2.1)

Updates `@types/lodash-es` from 4.17.11 to 4.17.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash-es)

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

Updates `@vitejs/plugin-react` from 4.0.4 to 4.2.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react)

Updates `eslint` from 8.52.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.52.0...v8.56.0)

Updates `plop` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/plopjs/plop/releases)
- [Changelog](https://github.com/plopjs/plop/blob/main/packages/plop/CHANGELOG.md)
- [Commits](https://github.com/plopjs/plop/commits/[email protected]/packages/plop)

Updates `storybook` from 7.5.2 to 7.6.12
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/lib/cli)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

Updates `wait-on` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: "@mediamonks/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@mediamonks/eslint-config-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@mediamonks/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@mediamonks/eslint-config-typescript-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/test-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@storybook/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: "@types/lodash-es"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: plop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: wait-on
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2024

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

@dependabot dependabot bot closed this Feb 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor_patch-472508ec13 branch February 11, 2024 17:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants