Skip to content

Commit

Permalink
chore(deps-dev): bump the lint group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the lint group with 5 updates in the /ember directory:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) | `12.2.1` | `12.3.3` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.11.1` | `17.14.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [prettier-plugin-ember-template-tag](https://github.com/ember-tooling/prettier-plugin-ember-template-tag) | `2.0.2` | `2.0.4` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.8.1` | `6.10.0` |



Updates `eslint-plugin-ember` from 12.2.1 to 12.3.3
- [Release notes](https://github.com/ember-cli/eslint-plugin-ember/releases)
- [Changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ember-cli/eslint-plugin-ember/commits)

Updates `eslint-plugin-n` from 17.11.1 to 17.14.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.11.1...v17.14.0)

Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

Updates `prettier-plugin-ember-template-tag` from 2.0.2 to 2.0.4
- [Release notes](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/releases)
- [Changelog](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/commits)

Updates `stylelint-scss` from 6.8.1 to 6.10.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.8.1...v6.10.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-ember
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: prettier-plugin-ember-template-tag
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent c57e81c commit 7b0b1fb
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 889 deletions.
10 changes: 5 additions & 5 deletions ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"ember-uikit": "^9.1.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "12.2.1",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
"flatpickr": "^4.6.13",
Expand All @@ -94,15 +94,15 @@
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"miragejs": "^0.1.48",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"prettier": "^3.4.1",
"prettier-plugin-ember-template-tag": "^2.0.4",
"qunit": "^2.20.1",
"qunit-dom": "^3.1.2",
"sass": "^1.77.0",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.8.1",
"stylelint-scss": "^6.10.0",
"tracked-built-ins": "^3.1.1",
"typescript": "^5.4.5",
"webpack": "^5.95.0"
Expand Down
Loading

0 comments on commit 7b0b1fb

Please sign in to comment.