Skip to content

Commit

Permalink
chore(deps-dev): bump the js group in /ember with 3 updates
Browse files Browse the repository at this point in the history
Bumps the js group in /ember with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [sass](https://github.com/sass/dart-sass) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@babel/core` from 7.24.3 to 7.24.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.24.4/packages/babel-core)

Updates `sass` from 1.72.0 to 1.74.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.72.0...1.74.1)

Updates `typescript` from 5.4.3 to 5.4.4
- [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.3...v5.4.4)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and c0rydoras committed Apr 8, 2024
1 parent 78c429c commit dd58393
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 647 deletions.
6 changes: 3 additions & 3 deletions ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@adfinis/eslint-config": "^2.1.1",
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@ember/optional-features": "^2.1.0",
Expand Down Expand Up @@ -98,13 +98,13 @@
"prettier-plugin-ember-template-tag": "^2.0.0",
"qunit": "^2.20.1",
"qunit-dom": "^3.0.0",
"sass": "^1.72.0",
"sass": "^1.74.1",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.2.1",
"tracked-built-ins": "^3.1.1",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"webpack": "^5.90.3"
},
"engines": {
Expand Down
Loading

0 comments on commit dd58393

Please sign in to comment.