Skip to content

Commit

Permalink
chore: upgrade ember-template-lint to 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Sep 20, 2023
1 parent 180dda4 commit b86c169
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 89 deletions.
12 changes: 12 additions & 0 deletions ember-autofocus-modifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

## v6.0.0 (2023-06-02)

#### :boom: Breaking Change
* [#392](https://github.com/qonto/ember-autofocus-modifier/pull/392) Drop node v14 support ([@vscav](https://github.com/vscav))

#### :house: Internal
* [#391](https://github.com/qonto/ember-autofocus-modifier/pull/391) Migrate from yarn to pnpm ([@vscav](https://github.com/vscav))

#### Committers: 1
- Vincent Scavinner ([@vscav](https://github.com/vscav))

## v0.1.0 (2019-11-13)

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion ember-autofocus-modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@embroider/addon-dev": "^3.0.0",
"@rollup/plugin-babel": "^5.3.0",
"concurrently": "^7.2.1",
"ember-template-lint": "^5.8.0",
"ember-template-lint": "^5.11.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.8",
Expand Down
133 changes: 53 additions & 80 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"test:ember": "ember test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@ember/optional-features": "2.0.0",
"@ember/string": "3.1.1",
"@ember/test-helpers": "2.9.3",
Expand All @@ -44,30 +45,29 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-fetch": "8.1.2",
"ember-load-initializers": "2.1.2",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-page-title": "7.0.0",
"ember-qunit": "6.2.0",
"ember-resolver": "10.1.0",
"ember-source": "4.12.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.8.0",
"ember-template-lint": "5.11.2",
"ember-try": "2.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-ember": "11.7.1",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-qunit": "7.3.4",
"lerna-changelog": "2.2.0",
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"qunit": "2.19.4",
"qunit-dom": "2.0.0",
"webpack": "5.83.1",
"@babel/eslint-parser": "^7.19.1",
"ember-maybe-import-regenerator": "^1.0.0",
"eslint-plugin-node": "11.1.0",
"lerna-changelog": "2.2.0",
"npm-run-all": "4.1.5",
"release-it": "15.10.3"
"release-it": "15.10.3",
"webpack": "5.83.1"
},
"engines": {
"node": "16.* || >= 18"
Expand Down

0 comments on commit b86c169

Please sign in to comment.