Skip to content

Commit

Permalink
Update Lint Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent ccf4eba commit 1d5015d
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 155 deletions.
8 changes: 4 additions & 4 deletions ember-scoped-css-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"eslint": "^8.37.0",
"eslint-plugin-ember": "^11.5.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-qunit": "^8.0.0",
"loader.js": "^4.7.0",
"prettier": "^2.8.7",
"prettier": "^3.0.0",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.0",
"webpack": "^5.78.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ember-scoped-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"esbuild": "^0.18.0",
"eslint": "^8.38.0",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"sinon": "^15.0.1",
"webpack": "^5.75.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"concurrently": "^8.2.0",
"prettier": "^2.8.8"
"prettier": "^3.0.0"
},
"pnpm": {
"overrides": {
Expand Down
293 changes: 152 additions & 141 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test-apps/classic-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"eslint": "^8.42.0",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-qunit": "^8.0.0",
"loader.js": "^4.7.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"qunit": "^2.19.3",
"qunit-dom": "^2.0.0",
"tracked-built-ins": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test-apps/embroider-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"eslint": "^8.42.0",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-qunit": "^8.0.0",
"loader.js": "^4.7.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"qunit": "^2.19.3",
"qunit-dom": "^2.0.0",
"tracked-built-ins": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions test-apps/v2-addon-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@nullvoxpopuli/eslint-configs": "^3.1.3",
"@tsconfig/ember": "^2.0.0",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.0.1",
"ember-scoped-css": "workspace:*",
"ember-source": "^5.0.0",
Expand All @@ -54,7 +54,7 @@
"eslint-plugin-ember": "^11.6.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"prettier": "^3.0.0",
"rollup": "^3.21.8",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test-apps/v2-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint": "^8.42.0",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"rollup": "^3.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1"
Expand Down

0 comments on commit 1d5015d

Please sign in to comment.