Skip to content

Commit 599a670

Browse files
committed
chore: update yarn/node/deps
1 parent 62d783b commit 599a670

File tree

7 files changed

+1362
-1214
lines changed

7 files changed

+1362
-1214
lines changed

.yarn/releases/yarn-4.3.1.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.5.0.cjs

Lines changed: 925 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packageExtensions:
44
pkg-conf: ^3.0.0
55
chalk@5.0.1:
66
dependencies:
7-
"#ansi-styles": npm:ansi-styles@6.1.0
8-
"#supports-color": npm:supports-color@9.2.2
7+
"#ansi-styles": "npm:ansi-styles@6.1.0"
8+
"#supports-color": "npm:supports-color@9.2.2"
99

10-
yarnPath: .yarn/releases/yarn-4.3.1.cjs
10+
yarnPath: .yarn/releases/yarn-4.5.0.cjs

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG NODE_VER=20-alpine
15+
ARG NODE_VER=22-alpine
1616
ARG DIR=/usr/src/app/
1717

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

2727
COPY ./.yarn ${DIR}.yarn
28-
COPY ./package.json ./yarn.lock ./.yarnrc.yml ${DIR}
28+
COPY ./package.json ./yarn.lock ./.yarnrc.yml ${DIR}/
2929

3030
RUN chown -R node:node ${DIR}
3131
# Do not run service as root
@@ -53,4 +53,4 @@ FROM base AS production
5353
ARG DIR
5454

5555
# Copy in build code
56-
COPY --from=build ${DIR}/dist ${DIR}/dist
56+
COPY --from=build ${DIR}/dist ${DIR}/dist

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trellisfw/monitor",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "A Trellis microservice to respond to monitor pings, spawn and check things internally, and respond with success or fail",
55
"main": "dist/index.js",
66
"type": "module",
@@ -36,71 +36,71 @@
3636
"dependencies": {
3737
"@oada/client": "5.1.0",
3838
"convict": "^6.2.4",
39-
"debug": "^4.3.5",
39+
"debug": "^4.3.7",
4040
"dotenv": "^16.4.5",
41-
"express": "^4.19.2",
41+
"express": "^4.21.0",
4242
"ksuid": "^3.0.0",
43-
"micromatch": "^4.0.7",
43+
"micromatch": "^4.0.8",
4444
"moment": "^2.30.1",
4545
"node-cron": "^3.0.3",
4646
"tiny-json-http": "^7.5.1",
47-
"tslib": "^2.6.3"
47+
"tslib": "^2.7.0"
4848
},
4949
"devDependencies": {
5050
"@ava/typescript": "^5.0.0",
51-
"@sinonjs/fake-timers": "^11.2.2",
52-
"@tsconfig/node16": "^16.1.3",
51+
"@sinonjs/fake-timers": "^13.0.2",
52+
"@tsconfig/node22": "^22.0.0",
5353
"@types/convict": "^6.1.6",
5454
"@types/debug": "^4.1.12",
5555
"@types/express": "^4.17.21",
5656
"@types/micromatch": "^4.0.9",
57-
"@types/node": "20.14.11",
57+
"@types/node": "22.5.5",
5858
"@types/node-cron": "^3.0.11",
5959
"@types/sinonjs__fake-timers": "^8.1.5",
6060
"@types/tiny-json-http": "^7.3.4",
61-
"@typescript-eslint/eslint-plugin": "^7.16.1",
62-
"@typescript-eslint/parser": "^7.16.1",
63-
"@yarnpkg/sdks": "^3.1.3",
61+
"@typescript-eslint/eslint-plugin": "^7.18.0",
62+
"@typescript-eslint/parser": "^7.18.0",
63+
"@yarnpkg/sdks": "^3.2.0",
6464
"ava": "6.1.3",
6565
"ava-nock": "^2.1.0",
6666
"cross-env": "^7.0.3",
67-
"eslint": "^8.57.0",
67+
"eslint": "^8.57.1",
6868
"eslint-config-prettier": "^9.1.0",
6969
"eslint-config-xo": "^0.45.0",
7070
"eslint-config-xo-typescript": "^4.0.0",
7171
"eslint-formatter-pretty": "^6.0.1",
7272
"eslint-import-resolver-node": "^0.3.9",
73-
"eslint-plugin-array-func": "^5.0.1",
73+
"eslint-plugin-array-func": "^5.0.2",
7474
"eslint-plugin-ava": "^15.0.1",
75-
"eslint-plugin-escompat": "^3.4.0",
75+
"eslint-plugin-escompat": "^3.11.1",
7676
"eslint-plugin-eslint-comments": "^3.2.0",
7777
"eslint-plugin-filenames": "^1.3.2",
78-
"eslint-plugin-github": "^5.0.1",
78+
"eslint-plugin-github": "^5.0.2",
7979
"eslint-plugin-i18n-text": "^1.0.1",
80-
"eslint-plugin-import": "^2.29.1",
80+
"eslint-plugin-import": "^2.30.0",
8181
"eslint-plugin-no-constructor-bind": "^2.0.4",
82-
"eslint-plugin-no-only-tests": "^3.1.0",
82+
"eslint-plugin-no-only-tests": "^3.3.0",
8383
"eslint-plugin-no-secrets": "^1.0.2",
8484
"eslint-plugin-node": "^11.1.0",
8585
"eslint-plugin-notice": "^1.0.0",
8686
"eslint-plugin-optimize-regex": "^1.2.1",
87-
"eslint-plugin-prettier": "^5.1.3",
88-
"eslint-plugin-promise": "^6.4.0",
87+
"eslint-plugin-prettier": "^5.2.1",
88+
"eslint-plugin-promise": "^6.6.0",
8989
"eslint-plugin-regexp": "^2.6.0",
9090
"eslint-plugin-security": "^3.0.1",
91-
"eslint-plugin-sonarjs": "^1.0.3",
91+
"eslint-plugin-sonarjs": "^1.0.4",
9292
"eslint-plugin-unicorn": "^54.0.0",
9393
"isomorphic-timers-promises": "^1.0.1",
9494
"minimist": "^1.2.8",
95-
"nock": "^13.5.4",
95+
"nock": "^13.5.5",
9696
"prettier": "^3.3.3",
97-
"typescript": "^5.5.3"
97+
"typescript": "^5.6.2"
9898
},
9999
"resolutions": {
100100
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
101101
},
102-
"packageManager": "yarn@4.3.1",
102+
"packageManager": "yarn@4.5.0",
103103
"volta": {
104-
"node": "20.13.1"
104+
"node": "22.9.0"
105105
}
106106
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node16",
2+
"extends": "@tsconfig/node22",
33
"compilerOptions": {
44
"composite": true,
55
"module": "node16",

0 commit comments

Comments
 (0)