Skip to content

Commit

Permalink
Do not pin minor node version (gardener#1551)
Browse files Browse the repository at this point in the history
* upgrade yarn

* do not pin minor node version
  • Loading branch information
holgerkoser authored Sep 11, 2023
1 parent 9ec1520 commit 5081386
Show file tree
Hide file tree
Showing 18 changed files with 220 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dashboard:
pull-request: ~
steps:
check:
image: 'node:20.5-alpine3.18'
image: 'node:20-alpine3.18'
check-docforge:
image: 'golang:1.20.2'
release:
Expand Down
2 changes: 1 addition & 1 deletion .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

402 changes: 201 additions & 201 deletions .yarn/releases/yarn-3.6.1.cjs → .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ logFilters:
level: discard

packageExtensions:
"@pinia/testing@*":
peerDependencies:
vue: "*"
"@vue/test-utils@*":
dependencies:
"@vue/compiler-dom": "*"
"@vue/server-renderer": "*"
"@pinia/testing@*":
peerDependencies:
vue: "*"
"@vueuse/core@*":
peerDependencies:
vue: "*"
Expand Down Expand Up @@ -57,4 +57,4 @@ plugins:

pnpEnableEsmLoader: true

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# builder #############
FROM node:20.5-alpine3.18 as builder
FROM node:20-alpine3.18 as builder

WORKDIR /volume

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
3 changes: 0 additions & 3 deletions backend/test/docker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const activeNodeReleases = {
},
20: {
endOfLife: new Date('2026-04-30T23:59:59Z')
},
20.5: {
endOfLife: new Date('2026-04-30T23:59:59Z')
}
}

Expand Down
2 changes: 1 addition & 1 deletion charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gen_enforced_field(WorkspaceCwd, 'license', 'Apache-2.0').

% This rule will enforce that all packages must have certain engines fields
gen_enforced_field(WorkspaceCwd, 'engines.node', '^20.5.0').
gen_enforced_field(WorkspaceCwd, 'packageManager', '[email protected].1').
gen_enforced_field(WorkspaceCwd, 'packageManager', '[email protected].3').

% Required to make the package work with the GitHub Package Registry
gen_enforced_field(WorkspaceCwd, 'repository.type', 'git').
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"vitest": "^0.33.0",
"vitest-fetch-mock": "^0.2.2"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jest": "^27.5.1",
"node-gyp": "latest"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kube-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kube-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
}
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"<rootDir>/jest.setup.js"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"no-console": "error"
}
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^20.5.0"
}
Expand Down

0 comments on commit 5081386

Please sign in to comment.