-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to latest versions of deps (#320)
* chore: bump to latest versions of deps * move to dep * use turbo * remove accidentally added files * get more working * fix ref * fix secret * fix
- Loading branch information
Showing
15 changed files
with
804 additions
and
4,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ testem.log | |
/packages/*/package.json.ember-try | ||
|
||
.idea/ | ||
.turbo/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "flexi-root", | ||
"private": true, | ||
"version": "2.1.0", | ||
"version": "3.0.0-alpha.0", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
|
@@ -28,7 +28,7 @@ | |
"lint:js": "eslint --cache --ext=js,ts .", | ||
"lint:prettier": "prettier --check --cache --cache-location=.prettier-cache --log-level=warn .", | ||
"lint:prettier:fix": "prettier --write --cache --cache-location=.prettier-cache --log-level=warn .", | ||
"test:development": "lerna run --stream --parallel --no-private test:development" | ||
"test:development": "pnpm turbo test:development" | ||
}, | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
|
@@ -40,6 +40,14 @@ | |
"npm": "use pnpm", | ||
"yarn": "use pnpm" | ||
}, | ||
"overrides": { | ||
"ember-cli-babel": "8.2.0", | ||
"ember-cli-htmlbars": "6.3.0", | ||
"ember-auto-import": "2.9.0", | ||
"broccoli-funnel": "3.0.8", | ||
"broccoli-merge-trees": "4.2.0", | ||
"@embroider/macros": "1.16.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.25.9", | ||
"@babel/plugin-proposal-decorators": "^7.25.9", | ||
|
@@ -55,7 +63,7 @@ | |
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"eslint-plugin-unicorn": "56.0.0", | ||
"eslint-plugin-unused-imports": "^4.1.4", | ||
"lerna": "^4.0.0", | ||
"turbo": "^2.2.3", | ||
"prettier": "^3.3.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,6 @@ | |
"edition": "octane" | ||
}, | ||
"volta": { | ||
"extends": "../package.json" | ||
"extends": "../../package.json" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.