Skip to content

Commit

Permalink
DEV: Update dependencies (#64)
Browse files Browse the repository at this point in the history
incl. ember-template-lint update to version 6
  • Loading branch information
CvX authored Apr 8, 2024
1 parent 5c90f2f commit b241bb7
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 213 deletions.
20 changes: 10 additions & 10 deletions lint-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discourse/lint-configs",
"version": "1.3.7",
"version": "1.3.8",
"description": "Shareable lint configs for Discourse core, plugins, and themes",
"author": "Discourse",
"license": "MIT",
Expand Down Expand Up @@ -32,23 +32,23 @@
"test": "cd ../test && node test.js"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.23.9",
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.1",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint-plugin-decorator-position": "^5.0.2",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort-class-members": "^1.19.0",
"globals": "^14.0.0",
"eslint-plugin-sort-class-members": "^1.20.0",
"globals": "^15.0.0",
"prettier": "^2.8.8",
"prettier-plugin-ember-template-tag": "^0.3.2"
},
"peerDependencies": {
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"prettier": "^2.8.8"
}
}
1 change: 1 addition & 0 deletions lint-configs/template-lint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
// Pending default rules
"link-href-attributes": false,
"no-action": false,
"no-at-ember-render-modifiers": false,
"no-curly-component-invocation": false,
"no-duplicate-landmark-elements": false,
"no-implicit-this": false,
Expand Down
Loading

0 comments on commit b241bb7

Please sign in to comment.