Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated blueprints #76

Merged
merged 9 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/true-roses-win.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 blueprints
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "0.6.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"addon": "blueprints-v2-addon --test-app-location \"<%= options.addon.locationInverse %>/<%= options.testApp.location %>\"",
"build": "rollup --config",
"prelint:types": "type-css-modules --src src",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache",
"lint:css:fix": "stylelint \"**/*.css\" --allow-empty-input --fix",
Expand All @@ -42,7 +43,6 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"prelint:types": "type-css-modules --src src",
"lint:types": "glint",
"prepack": "rollup --config",
"start": "rollup --config --watch",
Expand All @@ -51,13 +51,13 @@
"dependencies": {
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.14"
"embroider-css-modules": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@ember/test-helpers": "^4.0.5",
"@babel/runtime": "^7.26.9",
"@ember/test-helpers": "^5.1.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -77,18 +77,18 @@
"ember-modifier": "^4.2.0",
"ember-source": "~6.2.0",
"ember-template-lint": "^6.1.0",
"eslint": "^9.20.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.14.1",
"type-css-modules": "^1.0.16",
"type-css-modules": "^1.0.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^4.0.0 || ^5.0.0",
"@ember/test-helpers": "^5.1.0",
Copy link
Owner Author

@ijlee2 ijlee2 Feb 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ember-a11y-testing@7.1.0 supports @ember/test-helpers@v5 so we can target the latest here.

"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"addon": "blueprints-v2-addon --test-app-location \"../../../test-app\"",
"build": "rollup --config",
"prelint:types": "type-css-modules --src src",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache",
"lint:css:fix": "stylelint \"**/*.css\" --allow-empty-input --fix",
Expand All @@ -42,7 +43,6 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"prelint:types": "type-css-modules --src src",
"lint:types": "glint",
"prepack": "rollup --config",
"start": "rollup --config --watch",
Expand All @@ -51,13 +51,13 @@
"dependencies": {
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.14"
"embroider-css-modules": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@ember/test-helpers": "^4.0.5",
"@babel/runtime": "^7.26.9",
"@ember/test-helpers": "^5.1.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -77,18 +77,18 @@
"ember-modifier": "^4.2.0",
"ember-source": "~6.2.0",
"ember-template-lint": "^6.1.0",
"eslint": "^9.20.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.14.1",
"type-css-modules": "^1.0.16",
"type-css-modules": "^1.0.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^4.0.0 || ^5.0.0",
"@ember/test-helpers": "^5.1.0",
"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints-v2-addon/update-blueprints.mjs
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.6.0';
const CURRENT_VERSION = '0.6.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"@codemod-utils/ast-javascript": "^1.2.13",
"@codemod-utils/blueprints": "^1.1.9",
"@codemod-utils/ember": "^2.0.4",
"@codemod-utils/files": "^2.0.8",
"@codemod-utils/files": "^2.1.0",
"@codemod-utils/json": "^1.1.14",
"yargs": "^17.7.2"
},
Expand All @@ -48,12 +48,12 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.75",
"@types/node": "^18.19.76",
"@types/yargs": "^17.0.33",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"git-diff-apply": "^6.0.6",
"prettier": "^3.5.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"addon": "blueprints-v2-addon --test-app-location \"\\<%= options.addon.locationInverse %\\>/\\<%= options.testApp.location %\\>\"",
"build": "rollup --config",
"prelint:types": "type-css-modules --src src",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache",
"lint:css:fix": "stylelint \"**/*.css\" --allow-empty-input --fix",
Expand All @@ -42,7 +43,6 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"prelint:types": "type-css-modules --src src",
"lint:types": "glint",
"prepack": "rollup --config",
"start": "rollup --config --watch",
Expand All @@ -51,13 +51,13 @@
"dependencies": {
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.14"
"embroider-css-modules": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@ember/test-helpers": "^4.0.5",
"@babel/runtime": "^7.26.9",
"@ember/test-helpers": "^5.1.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -77,18 +77,18 @@
"ember-modifier": "^4.2.0",
"ember-source": "~6.2.0",
"ember-template-lint": "^6.1.0",
"eslint": "^9.20.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.14.1",
"type-css-modules": "^1.0.16",
"type-css-modules": "^1.0.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^4.0.0 || ^5.0.0",
"@ember/test-helpers": "^5.1.0",
"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"addon": "blueprints-v2-addon --test-app-location \"../../../test-app\"",
"build": "rollup --config",
"prelint:types": "type-css-modules --src src",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache",
"lint:css:fix": "stylelint \"**/*.css\" --allow-empty-input --fix",
Expand All @@ -42,7 +43,6 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"prelint:types": "type-css-modules --src src",
"lint:types": "glint",
"prepack": "rollup --config",
"start": "rollup --config --watch",
Expand All @@ -51,13 +51,13 @@
"dependencies": {
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.14"
"embroider-css-modules": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@ember/test-helpers": "^4.0.5",
"@babel/runtime": "^7.26.9",
"@ember/test-helpers": "^5.1.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -77,18 +77,18 @@
"ember-modifier": "^4.2.0",
"ember-source": "~6.2.0",
"ember-template-lint": "^6.1.0",
"eslint": "^9.20.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.14.1",
"type-css-modules": "^1.0.16",
"type-css-modules": "^1.0.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^4.0.0 || ^5.0.0",
"@ember/test-helpers": "^5.1.0",
"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
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.6.0';
const CURRENT_VERSION = '0.6.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"type": "module",
"main": "index.cjs",
"scripts": {
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:js": "prettier \"**/*.{cjs,mjs}\" --check",
"lint:js:fix": "prettier \"**/*.{cjs,mjs}\" --write"
},
"dependencies": {
"@ijlee2-frontend-configs/ember-template-lint": "^0.4.0"
"@ijlee2-frontend-configs/ember-template-lint": "^0.4.2"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.1.2",
"prettier": "^3.5.0"
"prettier": "^3.5.2"
},
"peerDependencies": {
"ember-template-lint": "^6.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"./v2-addon": "./v2-addon/index.js"
},
"scripts": {
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix"
},
"dependencies": {
"@ijlee2-frontend-configs/eslint-config-ember": "^0.2.1"
"@ijlee2-frontend-configs/eslint-config-ember": "^0.2.3"
},
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"prettier": "^3.5.0"
"eslint": "^9.21.0",
"prettier": "^3.5.2"
},
"peerDependencies": {
"eslint": "^9.20.0",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"peerDependenciesMeta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"scripts": {
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix"
},
"dependencies": {
"@ijlee2-frontend-configs/eslint-config-node": "^0.2.1"
"@ijlee2-frontend-configs/eslint-config-node": "^0.2.3"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"prettier": "^3.5.0"
"eslint": "^9.21.0",
"prettier": "^3.5.2"
},
"peerDependencies": {
"eslint": "^9.20.0",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"peerDependenciesMeta": {
Expand Down
Loading