Skip to content

Commit

Permalink
Updated dependencies in blueprints (#59)
Browse files Browse the repository at this point in the history
* chore: Updated blueprints in blueprints-v2-addon

* chore: Ran update-blueprints-v2-addon

* chore: Updated blueprints in create-v2-addon-repo

* bugfix: Reverted updating @embroider/broccoli-side-watch

* chore: Added lockfile

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Oct 9, 2024
1 parent 7d20b8e commit 47a0382
Show file tree
Hide file tree
Showing 36 changed files with 303 additions and 297 deletions.
6 changes: 6 additions & 0 deletions .changeset/clever-cobras-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-v2-addon-repo": minor
"blueprints-v2-addon": minor
---

Updated dependencies in blueprints
4 changes: 2 additions & 2 deletions packages/blueprints-v2-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"@types/node": "^18.19.55",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
Expand All @@ -79,21 +79,21 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.0"
"qunit-dom": "^3.2.1"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
Expand All @@ -79,21 +79,21 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.0"
"qunit-dom": "^3.2.1"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints-v2-addon/update-blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiffApply from 'git-diff-apply';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

const CURRENT_VERSION = '0.2.1';
const CURRENT_VERSION = '0.3.0';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
scenario:
- 'ember-lts-3.28'
- 'ember-lts-4.12'
- 'ember-lts-5.8'
- 'ember-lts-5.12'
- 'ember-release'
- 'ember-beta'
- 'ember-canary'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,13 +48,13 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.50",
"@types/node": "^18.19.55",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
Expand All @@ -79,21 +79,21 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.0"
"qunit-dom": "^3.2.1"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
Expand All @@ -79,21 +79,21 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.0"
"qunit-dom": "^3.2.1"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiffApply from 'git-diff-apply';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

const CURRENT_VERSION = '0.2.1';
const CURRENT_VERSION = '0.3.0';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"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.10.2",
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
"eslint-plugin-typescript-sort-keys": "^3.3.0"
},
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3"
},
"peerDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependenciesMeta": {
"eslint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"lint:js:fix": "prettier --write '**/*.js'"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "7.25.7",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
"eslint-plugin-typescript-sort-keys": "^3.3.0"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3"
},
"peerDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependenciesMeta": {
"eslint": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"lint:js:fix": "prettier --write '**/*.js'"
},
"dependencies": {
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0"
"stylelint-prettier": "^5.0.2"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prettier": "^3.3.3"
},
"peerDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.11.0",
"version": "5.12.0",
"blueprints": [
{
"name": "app",
Expand Down
Loading

0 comments on commit 47a0382

Please sign in to comment.