Skip to content

Commit

Permalink
chore: update yarn/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Sep 18, 2024
1 parent 955b9be commit 6aafa99
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 332 deletions.
448 changes: 224 additions & 224 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG DIR
WORKDIR ${DIR}

COPY ./.yarn ${DIR}.yarn
COPY ./package.json ./yarn.lock ./.yarnrc.yml ${DIR}
COPY ./package.json ./yarn.lock ./.yarnrc.yml ${DIR}/

RUN yarn workspaces focus --all --production

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"debug": "^4.3.6",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"ksuid": "^3.0.0",
"make-promises-safe": "^5.1.0",
"moment": "^2.30.1",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
Expand All @@ -72,14 +72,14 @@
"@types/convict-format-with-validator": "^6.0.5",
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4",
"@types/node": "^22.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/sdks": "^3.2.0",
"assign-deep": "^1.0.1",
"ava": "6.1.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.45.0",
"eslint-config-xo-typescript": "^4.0.0",
Expand All @@ -88,9 +88,9 @@
"eslint-plugin-escompat": "^3.11.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-no-secrets": "^1.0.2",
Expand All @@ -108,13 +108,13 @@
"lodash-es": "^4.17.21",
"object-hash": "^3.0.0",
"prettier": "^3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "22.6.0"
"node": "22.9.0"
}
}
14 changes: 14 additions & 0 deletions scripts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"rootDir": ".",
"outDir": "../.test"
},
"include": ["."],
"references": [
{
"path": "../"
}
]
}
1 change: 0 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"rootDir": ".",
"outDir": "../.test"
},
Expand Down
Loading

0 comments on commit 6aafa99

Please sign in to comment.