Skip to content

Commit

Permalink
Updated dependencies (#61)
Browse files Browse the repository at this point in the history
* chore: Updated dependencies

* chore: Added lockfile

* chore: Addressed breaking change in [email protected]

* chore: Ran update-blueprints-v2-addon

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Nov 12, 2024
1 parent 5a9ef9e commit 2f8cdab
Show file tree
Hide file tree
Showing 17 changed files with 331 additions and 397 deletions.
7 changes: 7 additions & 0 deletions .changeset/nervous-rings-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"analyze-ember-project-dependencies": patch
"create-v2-addon-repo": patch
"blueprints-v2-addon": patch
---

Updated 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": "^9.0.1",
"concurrently": "^9.1.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions configs/eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-ember": "^12.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand All @@ -27,12 +27,12 @@
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"concurrently": "^9.1.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.3"
},
Expand Down
16 changes: 8 additions & 8 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"lint:js:fix": "prettier --write '**/*.js'"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "7.25.7",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "7.25.9",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"concurrently": "^9.1.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.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": "^9.0.1",
"concurrently": "^9.1.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": "^9.0.1",
"concurrently": "^9.1.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
"prettier": "^3.3.3",
"stylelint": "^16.9.0"
"stylelint": "^16.10.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": "^9.0.1",
"concurrently": "^9.1.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/analyze-ember-project-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@codemod-utils/ember": "^2.0.0",
"@codemod-utils/files": "^2.0.4",
"@codemod-utils/json": "^1.1.9",
"content-tag": "^2.0.2",
"content-tag": "^3.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -46,10 +46,10 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.64",
"@types/yargs": "^17.0.32",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { Preprocessor } from 'content-tag';
export function extractClass(file: string): string {
const preprocessor = new Preprocessor();

return preprocessor.process(file);
return preprocessor.process(file).code;
}
6 changes: 3 additions & 3 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.3.0",
"version": "0.3.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.64",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
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.3.0';
const CURRENT_VERSION = '0.3.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
6 changes: 3 additions & 3 deletions packages/create-v2-addon-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.64",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.64",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
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.3.0';
const CURRENT_VERSION = '0.3.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.3.0",
"version": "0.3.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.64",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
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.3.0';
const CURRENT_VERSION = '0.3.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Loading

0 comments on commit 2f8cdab

Please sign in to comment.