-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release 1.25.0 into 2.0.x #299
Merged
Merged
Conversation
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
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Lock file maintenance
Update actions/checkout action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | node | 20.5.1 | 20.6.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | node | 20.6.0 | 20.6.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ---------- | ------- | ----- | ------ | | npm | npm | 9.9.3 | 10.5.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update npm to v10
…n-5.x Update docker/build-push-action action to v5
| datasource | package | from | to | | ---------- | ---------- | ------ | ------- | | docker | node | 20.6.1 | 20.12.2 | | npm | typescript | 5.2.2 | 5.4.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v2 | v3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v2 | v3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/setup-qemu-action | v2 | v3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update docker/login-action action to v3
…ion-3.x Update docker/setup-buildx-action action to v3
…n-3.x Update docker/setup-qemu-action action to v3
Update all non-major dependencies
Update actions/setup-node action to v4
| datasource | package | from | to | | ---------- | ------- | ------- | ------ | | docker | node | 20.12.2 | 21.7.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update node Docker tag to v21
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ----------- | ------------------------| ---- | -- | | github-tags | actions/upload-artifact | v3 | v4 | Signed-off-by: Maximilian Bösing <[email protected]>
…ct-4.x Update actions/download-artifact and actions/upload-artifact action to v4
| datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | npm | source-map-loader | 4.0.1 | 5.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ct-4.x Update actions/download-artifact and actions/upload-artifact action to v4
…ock-up-to-date` That new job uses `package-lock-utd` package to verify `package-lock.json` is up2date with what `package.json` requires. Signed-off-by: Maximilian Bösing <[email protected]>
Update dependency source-map-loader to v5
… `package.json` engine version range Signed-off-by: Maximilian Bösing <[email protected]>
…-dockerfile Synchronize `package.json` and `package-lock.json` with `Dockerfile` version of `node`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 1.25.0
1.25.0
Enhancement
package.json
andpackage-lock.json
withDockerfile
version ofnode
thanks to @boesingrenovate