Skip to content

Commit

Permalink
chore: group and update dependabot commits (#43066)
Browse files Browse the repository at this point in the history
* Bump cross-spawn from 6.0.5 to 7.0.3

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 7.0.3.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v6.0.5...v7.0.3)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @testing-library/react from 14.1.2 to 15.0.7

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.2 to 15.0.7.
- [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.1.2...v15.0.7)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/wicg-file-system-access from 2020.9.5 to 2023.10.5

Bumps [@types/wicg-file-system-access](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-file-system-access) from 2020.9.5 to 2023.10.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-file-system-access)

---
updated-dependencies:
- dependency-name: "@types/wicg-file-system-access"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump whatwg-url from 13.0.0 to 14.0.0

* Bump react-is from 16.13.1 to 18.3.1

Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 16.13.1 to 18.3.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-is)

---
updated-dependencies:
- dependency-name: react-is
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump cross-env from 5.0.5 to 7.0.3

* Remove cross-env

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
avatus and dependabot[bot] authored Jun 18, 2024
1 parent b69079e commit c083c7f
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 192 deletions.
7 changes: 3 additions & 4 deletions web/packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@storybook/react": "^6.5.16",
"@swc/plugin-styled-components": "^1.5.105",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.12",
Expand All @@ -62,8 +62,7 @@
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "4.0.0",
"core-js": "^3",
"cross-env": "5.0.5",
"cross-spawn": "6.0.5",
"cross-spawn": "7.0.3",
"electron-builder": "^24.13.3",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -88,7 +87,7 @@
"optimist": "^0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^16.8.0",
"react-is": "^18.3.1",
"react-refresh": "^0.14.0",
"react-select-event": "^5.5.1",
"react-test-renderer": "^18.2.0",
Expand Down
1 change: 0 additions & 1 deletion web/packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"directory": "packages/design"
},
"dependencies": {
"cross-env": "5.0.5",
"styled-system": "^3.1.11"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion web/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@use-gesture/react": "^10.2.27",
"ace-builds": "1.4.6",
"create-react-class": "^15.6.3",
"cross-env": "5.0.5",
"d3-hierarchy": "^3.1.2",
"date-fns": "^2.28.0",
"dompurify": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@gravitational/build": "^1.0.0",
"@types/wicg-file-system-access": "^2020.9.5",
"@types/wicg-file-system-access": "^2023.10.5",
"babel-plugin-transform-import-meta": "^2.2.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"jest-canvas-mock": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleterm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"vite-plugin-commonjs": "^0.10.1",
"whatwg-url": "^13.0.0",
"whatwg-url": "^14.0.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"zod": "^3.22.3",
Expand Down
Loading

0 comments on commit c083c7f

Please sign in to comment.