Skip to content

Commit

Permalink
Build(deps): Bump the babel group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the babel group with 2 updates in the /app/assets/javascripts directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone).


Updates `@babel/core` from 7.23.9 to 7.25.2
- [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.25.2/packages/babel-core)

Updates `@babel/standalone` from 7.23.9 to 7.25.4
- [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.25.4/packages/babel-standalone)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/standalone"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 5c7f50f commit 5a73b05
Show file tree
Hide file tree
Showing 12 changed files with 11,502 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ember-template-imports": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"truth-helpers": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@embroider/test-setup": "^3.0.3",
"@glimmer/component": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-hbr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"handlebars": "^4.7.8"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ember-this-fallback": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"ember-cli": "~5.0.0",
"webpack": "^5.90.0"
},
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse-widget-hbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"handlebars": "^4.7.8"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions app/assets/javascripts/discourse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"pretty-text": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/standalone": "^7.23.9",
"@babel/core": "^7.25.2",
"@babel/standalone": "^7.25.4",
"@colors/colors": "^1.6.0",
"@discourse/backburner.js": "^2.7.1-0",
"@discourse/itsatrap": "^2.0.10",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/float-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ember-template-imports": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/pretty-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ember-cli-htmlbars": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/select-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ember-template-imports": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/theme-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "GPL-2.0-only",
"keywords": [],
"dependencies": {
"@babel/standalone": "^7.23.9",
"@babel/standalone": "^7.25.4",
"@zxing/text-encoding": "^0.9.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"content-tag": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/truth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ember-cli-htmlbars": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/test-setup": "^3.0.3",
Expand Down
11,490 changes: 11,490 additions & 0 deletions yarn-ember5.lock

Large diffs are not rendered by default.

0 comments on commit 5a73b05

Please sign in to comment.