Skip to content

Commit

Permalink
chore: update yarn/node/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Sep 18, 2024
1 parent 62d783b commit 599a670
Show file tree
Hide file tree
Showing 7 changed files with 1,362 additions and 1,214 deletions.
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.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packageExtensions:
pkg-conf: ^3.0.0
chalk@5.0.1:
dependencies:
"#ansi-styles": npm:ansi-styles@6.1.0
"#supports-color": npm:supports-color@9.2.2
"#ansi-styles": "npm:ansi-styles@6.1.0"
"#supports-color": "npm:supports-color@9.2.2"

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
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trellisfw/monitor",
"version": "2.2.4",
"version": "2.2.5",
"description": "A Trellis microservice to respond to monitor pings, spawn and check things internally, and respond with success or fail",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -36,71 +36,71 @@
"dependencies": {
"@oada/client": "5.1.0",
"convict": "^6.2.4",
"debug": "^4.3.5",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.0",
"ksuid": "^3.0.0",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"moment": "^2.30.1",
"node-cron": "^3.0.3",
"tiny-json-http": "^7.5.1",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@sinonjs/fake-timers": "^11.2.2",
"@tsconfig/node16": "^16.1.3",
"@sinonjs/fake-timers": "^13.0.2",
"@tsconfig/node22": "^22.0.0",
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/micromatch": "^4.0.9",
"@types/node": "20.14.11",
"@types/node": "22.5.5",
"@types/node-cron": "^3.0.11",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/tiny-json-http": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@yarnpkg/sdks": "^3.1.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/sdks": "^3.2.0",
"ava": "6.1.3",
"ava-nock": "^2.1.0",
"cross-env": "^7.0.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",
"eslint-formatter-pretty": "^6.0.1",
"eslint-import-resolver-node": "^0.3.9",
"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",
"isomorphic-timers-promises": "^1.0.1",
"minimist": "^1.2.8",
"nock": "^13.5.4",
"nock": "^13.5.5",
"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.13.1"
"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/node16",
"extends": "@tsconfig/node22",
"compilerOptions": {
"composite": true,
"module": "node16",
Expand Down
Loading

0 comments on commit 599a670

Please sign in to comment.