Skip to content

Commit

Permalink
Update dependencies in blueprints (#46)
Browse files Browse the repository at this point in the history
* chore: Updated development dependencies

* chore: Updated lockfile

* chore: Updated dependencies in blueprints

* chore: Updated fixtures

* chore: Added changesets

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Sep 9, 2024
1 parent 6c1f6e6 commit 0942f72
Show file tree
Hide file tree
Showing 39 changed files with 231 additions and 288 deletions.
6 changes: 6 additions & 0 deletions .changeset/curvy-seahorses-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-v2-addon-repo": patch
"blueprints-v2-addon": patch
---

Updated dependencies in blueprints
6 changes: 6 additions & 0 deletions .changeset/dry-rivers-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"analyze-ember-project-dependencies": patch
"create-v2-addon-repo": patch
---

Updated development dependencies
2 changes: 1 addition & 1 deletion configs/ember-template-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion configs/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:js:fix": "prettier --write '**/*.js'"
},
"devDependencies": {
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions configs/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
"prettier": "^3.3.3",
"stylelint": "^16.8.1"
"stylelint": "^16.9.0"
},
"peerDependenciesMeta": {
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@changesets/get-github-info": "^0.6.0",
"update-workspace-root-version": "^0.3.0"
"update-workspace-root-version": "^1.0.0"
},
"packageManager": "pnpm@9.9.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/analyze-ember-project-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.48",
"@types/node": "^18.19.50",
"@types/yargs": "^17.0.32",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/blueprints-v2-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.48",
"@types/node": "^18.19.50",
"@types/yargs": "^17.0.33",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"embroider-css-modules": "^2.0.10"
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -80,12 +80,12 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"rollup": "^4.21.2",
"rollup-plugin-postcss": "^4.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"embroider-css-modules": "^2.0.10"
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -80,12 +80,12 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"rollup": "^4.21.2",
"rollup-plugin-postcss": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-v2-addon-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.48",
"@types/node": "^18.19.50",
"@types/yargs": "^17.0.33",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.48",
"@types/node": "^18.19.50",
"@types/yargs": "^17.0.33",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"embroider-css-modules": "^2.0.10"
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -80,12 +80,12 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"rollup": "^4.21.2",
"rollup-plugin-postcss": "^4.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"embroider-css-modules": "^2.0.10"
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -80,12 +80,12 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"rollup": "^4.21.2",
"rollup-plugin-postcss": "^4.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint:js:fix": "prettier --write '**/*.js'"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
},
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"lint:js:fix": "prettier --write '**/*.js'"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "7.25.1",
"@rushstack/eslint-patch": "^1.10.3",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier-plugin-ember-template-tag": "^2.0.2"
},
"devDependencies": {
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.1",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/compat": "^3.6.1",
"@embroider/core": "^3.4.15",
Expand All @@ -49,7 +49,7 @@
"@types/qunit": "^2.19.10",
"autoprefixer": "^10.4.20",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-a11y-testing": "^7.0.0",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.11.0",
Expand All @@ -70,11 +70,11 @@
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"ember-test-selectors": "^7.0.0",
"embroider-css-modules": "^2.0.10",
"embroider-css-modules": "^2.0.11",
"eslint": "^8.57.0",
"latest-version": "^9.0.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"qunit": "^2.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-v2-addon-repo/src/blueprints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2"
"concurrently": "^9.0.0"
},
"packageManager": "pnpm@9.9.0",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.1",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^1.1.2",
Expand All @@ -45,7 +45,7 @@
"@shared-configs/typescript": "workspace:*",
"@types/qunit": "^2.19.10",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-a11y-testing": "^7.0.0",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.48",
"@types/node": "^18.19.50",
"@types/yargs": "^17.0.33",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.57.0",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 0942f72

Please sign in to comment.