Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@sentry/browser](https://github.com/getsentry/sentry-javascript), [@sentry/cli](https://github.com/getsentry/sentry-cli), [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin), [concurrently](https://github.com/open-cli-tools/concurrently) and [ora](https://github.com/sindresorhus/ora) to permit the latest version.

Updates `@babel/runtime` to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-runtime)

Updates `@sentry/browser` to 8.36.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.35.0...8.36.0)

Updates `@sentry/cli` to 2.38.2
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.37.0...2.38.2)

Updates `@wordpress/eslint-plugin` to 21.4.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/eslint-plugin)

Updates `concurrently` to 9.1.0
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.0)

Updates `ora` to 8.1.1
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.1.0...v8.1.1)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: "@sentry/cli"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: concurrently
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: ora
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent d019d1e commit f3a98c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"release": "./scripts/release"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@sentry/browser": "^8.35.0",
"@babel/runtime": "^7.26.0",
"@sentry/browser": "^8.36.0",
"humanize-duration": "^3.32.1",
"json2csv": "^6.0.0-alpha.2"
},
"devDependencies": {
"@sentry/cli": "^2.37.0",
"@sentry/cli": "^2.38.2",
"@sprout2000/esbuild-copy-plugin": "^1.1.16",
"@wordpress/eslint-plugin": "^21.3.0",
"@wordpress/eslint-plugin": "^21.4.0",
"archiver": "^7.0.1",
"chalk": "^5.3.0",
"chrome-webstore-upload-cli": "^3.3.1",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"del-cli": "^6.0.0",
"esbuild": "^0.24.0",
"eslint": "8.57.0",
Expand All @@ -67,7 +67,7 @@
"json-minify": "^1.0.0",
"jsonc-eslint-parser": "^2.4.0",
"node-fetch": "^3.3.2",
"ora": "^8.1.0",
"ora": "^8.1.1",
"prettier": "^3.3.3",
"pretty-ms": "^9.1.0",
"sentry-cli": "^0.0.0",
Expand Down

0 comments on commit f3a98c1

Please sign in to comment.