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 c0ce66f commit 51149dc
Show file tree
Hide file tree
Showing 8 changed files with 1,301 additions and 1,227 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .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.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG NODE_VER=20-alpine
ARG NODE_VER=22-alpine
ARG DIR=/usr/src/app/

FROM node:$NODE_VER AS base
Expand All @@ -25,7 +25,7 @@ RUN apk add --no-cache \
WORKDIR ${DIR}

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

RUN chown -R node:node ${DIR}
# Do not run service as root
Expand Down Expand Up @@ -53,4 +53,4 @@ FROM base AS production
ARG DIR

# Copy in build code
COPY --from=build ${DIR}/dist ${DIR}/dist
COPY --from=build ${DIR}/dist ${DIR}/dist
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"files": [
"src/**/*",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/elasticsearch": "^8.14.0",
"@elastic/elasticsearch": "^8.15.0",
"@oada/client": "^5.1.0",
"@oada/jobs": "^4.5.2",
"@oada/lib-config": "^3.9.1",
Expand All @@ -60,59 +60,59 @@
"@oada/pino-debug": "^3.10.0",
"@oada/types": "^3.5.3",
"convict-format-with-moment": "^6.2.0",
"debug": "^4.3.5",
"debug": "^4.3.7",
"es-main": "^1.3.0",
"fuse.js": "^7.0.0",
"js-sha256": "^0.11.0",
"json-ptr": "^3.1.1",
"match-json": "^1.3.7",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/clone-deep": "^4.0.4",
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@yarnpkg/sdks": "^3.1.3",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/sdks": "^3.2.0",
"ava": "6.1.3",
"c8": "^10.1.2",
"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",
"eslint-plugin-array-func": "^5.0.1",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-escompat": "^3.4.0",
"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.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^54.0.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.6.2"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "20.14.0"
"node": "22.9.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node20",
"extends": "@tsconfig/node22",
"compilerOptions": {
"composite": true,
"module": "node16",
Expand Down
Loading

0 comments on commit 51149dc

Please sign in to comment.