forked from gardener/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not pin minor node version (gardener#1551)
* upgrade yarn * do not pin minor node version
- Loading branch information
1 parent
9ec1520
commit 5081386
Showing
18 changed files
with
220 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
402 changes: 201 additions & 201 deletions
402
.yarn/releases/yarn-3.6.1.cjs → .yarn/releases/yarn-3.6.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"jest": "^27.5.1", | ||
"node-gyp": "latest" | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ | |
} | ||
} | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ | |
"<rootDir>/jest.setup.js" | ||
] | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
"no-console": "error" | ||
} | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "^20.5.0" | ||
} | ||
|