Skip to content

Commit

Permalink
build(dev-deps): bump the non-major-dev-dependencies group with 5 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the non-major-dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.18.2` | `0.19.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.6.3` | `1.6.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.5` | `20.14.8` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.8.0` | `6.9.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |


Updates `@storybook/test-runner` from 0.18.2 to 0.19.0
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.19.0/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.18.2...v0.19.0)

Updates `@swc/core` from 1.6.3 to 1.6.5
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.6.3...v1.6.5)

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

Updates `eslint-plugin-jsx-a11y` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.8.0...v6.9.0)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: "@storybook/test-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ivangabriele committed Jun 24, 2024
1 parent 7b21230 commit 540f1f5
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 275 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"@storybook/react": "8.1.10",
"@storybook/react-vite": "8.1.10",
"@storybook/test": "8.1.10",
"@storybook/test-runner": "0.18.2",
"@storybook/test-runner": "0.19.0",
"@storybook/testing-react": "2.0.1",
"@swc/core": "1.6.3",
"@swc/core": "1.6.5",
"@swc/jest": "0.2.36",
"@tanstack/react-table": "8.17.3",
"@tanstack/react-virtual": "beta",
"@testing-library/react": "14.2.1",
"@types/diacritics": "1.3.3",
"@types/jabber": "1.2.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.5",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/sha1": "1.1.5",
Expand All @@ -106,7 +106,7 @@
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-mocha": "10.4.3",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prettier": "5.1.3",
Expand Down Expand Up @@ -150,7 +150,7 @@
"storybook-addon-performance": "0.17.3",
"styled-components": "5.3.10",
"type-fest": "4.20.1",
"typescript": "5.4.5",
"typescript": "5.5.2",
"use-debounce": "9.0.4",
"vite": "5.3.1",
"vite-tsconfig-paths": "4.3.2",
Expand Down
Loading

0 comments on commit 540f1f5

Please sign in to comment.