GoogleCloudPlatform / opentelemetry-demo

Apache License 2.0
11 stars 6 forks source link

Update config-no-service (major) #90

Open renovate-bot opened 1 month ago

renovate-bot commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/stale action major v8 -> v9 age adoption passing confidence
ava (source) dependencies major 5.3.1 -> 6.1.3 age adoption passing confidence
docker/build-push-action action major v5.0.0 -> v6.2.0 age adoption passing confidence
dotenv-expand dependencies major ^10.0.0 -> ^11.0.0 age adoption passing confidence
gradle/wrapper-validation-action action major v2.1.1 -> v3.4.2 age adoption passing confidence
node final major 21-alpine -> 22-alpine age adoption passing confidence
node stage major 21-alpine -> 22-alpine age adoption passing confidence

Release Notes

actions/stale (actions/stale) ### [`v9`](https://togithub.com/actions/stale/compare/v8...v9) [Compare Source](https://togithub.com/actions/stale/compare/v8...v9)
avajs/ava (ava) ### [`v6.1.3`](https://togithub.com/avajs/ava/releases/tag/v6.1.3) [Compare Source](https://togithub.com/avajs/ava/compare/v6.1.2...v6.1.3) #### What's Changed - Include Node.js 22 in supported engines and test matrix by [@​lenovouser](https://togithub.com/lenovouser) in [https://github.com/avajs/ava/pull/3328](https://togithub.com/avajs/ava/pull/3328) - Add VS Code debugging instructions for Yarn PnP projects by [@​bitjson](https://togithub.com/bitjson) in [https://github.com/avajs/ava/pull/3317](https://togithub.com/avajs/ava/pull/3317) - Document `serial` configuration option by [@​turadg](https://togithub.com/turadg) in [https://github.com/avajs/ava/pull/3321](https://togithub.com/avajs/ava/pull/3321) #### New Contributors - [@​bitjson](https://togithub.com/bitjson) made their first contribution in [https://github.com/avajs/ava/pull/3317](https://togithub.com/avajs/ava/pull/3317) - [@​turadg](https://togithub.com/turadg) made their first contribution in [https://github.com/avajs/ava/pull/3321](https://togithub.com/avajs/ava/pull/3321) - [@​lenovouser](https://togithub.com/lenovouser) made their first contribution in [https://github.com/avajs/ava/pull/3328](https://togithub.com/avajs/ava/pull/3328) **Full Changelog**: https://github.com/avajs/ava/compare/v6.1.2...v6.1.3 ### [`v6.1.2`](https://togithub.com/avajs/ava/releases/tag/v6.1.2) [Compare Source](https://togithub.com/avajs/ava/compare/v6.1.1...v6.1.2) #### What's Changed - Fix throws assertions rejecting falsy values when `any: true` by [@​gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3313](https://togithub.com/avajs/ava/pull/3313) **Full Changelog**: https://github.com/avajs/ava/compare/v6.1.1...v6.1.2 ### [`v6.1.1`](https://togithub.com/avajs/ava/releases/tag/v6.1.1) [Compare Source](https://togithub.com/avajs/ava/compare/v6.1.0...v6.1.1) #### What's Changed - Fix 'previous failures' in watch mode always incrementing by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3297](https://togithub.com/avajs/ava/pull/3297) **Full Changelog**: https://github.com/avajs/ava/compare/v6.1.0...v6.1.1 ### [`v6.1.0`](https://togithub.com/avajs/ava/releases/tag/v6.1.0) [Compare Source](https://togithub.com/avajs/ava/compare/v6.0.1...v6.1.0) ##### What's Changed - Implement `registerCompletionHandler()` by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3283](https://togithub.com/avajs/ava/pull/3283) AVA 6 expects test code to clean up gracefully when the tests are complete, allowing the test environment (worker thread or child process) to exit. If this does not happen, AVA will report a timeout. You can use `registerCompletionHandler()` to perform any other clean up (or indeed exit the process) after AVA has completed the test execution. See [the description here](https://togithub.com/avajs/ava/blob/main/docs/08-common-pitfalls.md#timeouts-because-a-file-failed-to-exit). - Fix potential bug with watch mode when no failed test files are written by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3287](https://togithub.com/avajs/ava/pull/3287) - Fix `ava/internal` ESM type module by [@​codetheweb](https://togithub.com/codetheweb) in [https://github.com/avajs/ava/pull/3292](https://togithub.com/avajs/ava/pull/3292) **Full Changelog**: https://github.com/avajs/ava/compare/v6.0.1...v6.1.0 ### [`v6.0.1`](https://togithub.com/avajs/ava/releases/tag/v6.0.1) [Compare Source](https://togithub.com/avajs/ava/compare/v6.0.0...v6.0.1) #### What's Changed - Ensure watch mode works outside of its integration tests by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3273](https://togithub.com/avajs/ava/pull/3273) **Full Changelog**: https://github.com/avajs/ava/compare/v6.0.0...v6.0.1 ### [`v6.0.0`](https://togithub.com/avajs/ava/releases/tag/v6.0.0) [Compare Source](https://togithub.com/avajs/ava/compare/v5.3.1...v6.0.0) ##### Breaking Changes - AVA now requires Node.js versions 18.18, 20.8 or 21. Versions 14 and 16 are no longer supported. [#​3251](https://togithub.com/avajs/ava/issues/3251) [#​3216](https://togithub.com/avajs/ava/issues/3216) - When tests finish, worker threads or child processes are no longer exited through `proces.exit()`. If your test file does not exit on its own, the test run will time out. [#​3260](https://togithub.com/avajs/ava/issues/3260) - Changes to watch mode [#​3218](https://togithub.com/avajs/ava/issues/3218): - Watch mode can no longer be started via the `ava.config.*` or `package.json` configuration. - The `ignoredByWatcher` configuration has moved to the `watchMode` object, under the `ignoreChanges` key. - Watch mode now uses the built-in [`fs.watch()`](https://nodejs.org/api/fs.html#fswatchfilename-options-listener) in recursive mode. This is supported on Linux in Node.js 20 or newer, and MacOS and Windows in Node.js 18 as well. There are [caveats](https://nodejs.org/api/fs.html#caveats) to keep in mind. - Failed assertions now throw, meaning that any subsequent code is not executed. This also impacts the type definitions. [#​3246](https://togithub.com/avajs/ava/issues/3246) - [Only native errors](https://nodejs.org/api/util.html#utiltypesisnativeerrorvalue) are now considered errors by the `t.throws()` and `t.throwsAsync()` assertions. [`Object.create(Error.prototype)` is **not** a native error](Object.create\(Error.prototype\)). [#​3229](https://togithub.com/avajs/ava/issues/3229) - Changes to modules loaded through the `require` configuration [#​3184](https://togithub.com/avajs/ava/issues/3184): - If such modules export a default function, this function is now invoked. - Local files are loaded through `@ava/typescript` if necessary. ##### Improvements ##### Rewritten watcher The watcher has been rewritten. It’s now built on [`fs.watch()`](https://nodejs.org/api/fs.html#fswatchfilename-options-listener) in recursive mode. [`@vercel/nft`](https://togithub.com/vercel/nft) is used to perform static dependency analysis, supporting ESM and CJS imports for JavaScript & TypeScript source files. This is a huge improvement over the previous runtime tracking of CJS imports, which did not support ESM. Integration with [`@ava/typescript`](https://togithub.com/avajs/typescript) has been improved. The watcher can now detect a change to a TypeScript source file, then wait for the corresponding build output to change before re-running tests. The ignoredByWatcher configuration has moved to the watchMode object, under the ignoreChanges key. See [#​3218](https://togithub.com/avajs/ava/issues/3218) and [#​3257](https://togithub.com/avajs/ava/issues/3257). ##### Failed assertions now throw Assertions now throw a `TestFailure` error when they fail. This error is not exported or documented and should not be used or thrown manually. You cannot catch this error in order to recover from a failure, use `t.try()` instead. All assertions except for `t.throws()` and `t.throwsAsync()` now return `true` when they pass. This is useful for some of the assertions in TypeScript where they can be used as a type guard. Committing a failed `t.try()` result now also throws. See [#​3246](https://togithub.com/avajs/ava/issues/3246). ##### `t.throws()` and `t.throwsAsync()` can now expect any error By default, the thrown error (or rejection reason) must be a native error. You can change the assertion to expect any kind of error by setting `any: true` in the expectation object: ```js t.throws(() => { throw 'error' }, {any: true}) ``` See [#​3245](https://togithub.com/avajs/ava/issues/3245) by [@​adiSuper94](https://togithub.com/adiSuper94). ##### The `require` configuration is now more powerful It now loads ES modules. Local files are loaded through `@ava/typescript` if necessary, so you can also write these in TypeScript. If there is a default export function, it is invoked after loading. The function is awaited so it can do asynchronous setup before further modules are loaded. Arguments from the configuration can be passed to the function (as a \[[structured clone](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone)]\(https://developer.mozilla.org/en-US/docs/Web/API/structuredClone)). See [#​3184](https://togithub.com/avajs/ava/issues/3184) by [@​sculpt0r](https://togithub.com/sculpt0r). ##### Other changes worth noting - Internal events can now be observed (experimentally). See [#​3247](https://togithub.com/avajs/ava/issues/3247) by [@​codetheweb](https://togithub.com/codetheweb). It’s experimental and undocumented. - You can now use `t.timeout.clear()` to restore a previous `t.timeout()`. [#​3221](https://togithub.com/avajs/ava/issues/3221) - Code coverage is flushed to disk at opportune moments. [#​3220](https://togithub.com/avajs/ava/issues/3220) ##### New Contributors - [@​sculpt0r](https://togithub.com/sculpt0r) made their first contribution in [https://github.com/avajs/ava/pull/3184](https://togithub.com/avajs/ava/pull/3184) - [@​ZachHaber](https://togithub.com/ZachHaber) made their first contribution in [https://github.com/avajs/ava/pull/3233](https://togithub.com/avajs/ava/pull/3233) - [@​adiSuper94](https://togithub.com/adiSuper94) made their first contribution in [https://github.com/avajs/ava/pull/3245](https://togithub.com/avajs/ava/pull/3245) - [@​bricker](https://togithub.com/bricker) made their first contribution in [https://github.com/avajs/ava/pull/3250](https://togithub.com/avajs/ava/pull/3250) **Full Changelog**: https://github.com/avajs/ava/compare/v5.3.1...v6.0.0
docker/build-push-action (docker/build-push-action) ### [`v6.2.0`](https://togithub.com/docker/build-push-action/releases/tag/v6.2.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.1.0...v6.2.0) - Use default retention days for build export artifact by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1153](https://togithub.com/docker/build-push-action/pull/1153) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in [https://github.com/docker/build-push-action/pull/1158](https://togithub.com/docker/build-push-action/pull/1158) **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://togithub.com/docker/build-push-action/compare/v6.0.2...v6.1.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.0.2...v6.1.0) ### [`v6.0.2`](https://togithub.com/docker/build-push-action/compare/v6.0.1...v6.0.2) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.0.1...v6.0.2) ### [`v6.0.1`](https://togithub.com/docker/build-push-action/compare/v6.0.0...v6.0.1) [Compare Source](https://togithub.com/docker/build-push-action/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://togithub.com/docker/build-push-action/compare/v5.4.0...v6.0.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v5.4.0...v6.0.0) ### [`v5.4.0`](https://togithub.com/docker/build-push-action/compare/v5.3.0...v5.4.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v5.3.0...v5.4.0) ### [`v5.3.0`](https://togithub.com/docker/build-push-action/releases/tag/v5.3.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v5.2.0...v5.3.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.18.0 to 0.19.0 in [https://github.com/docker/build-push-action/pull/1080](https://togithub.com/docker/build-push-action/pull/1080) **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0 ### [`v5.2.0`](https://togithub.com/docker/build-push-action/releases/tag/v5.2.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v5.1.0...v5.2.0) - Disable quotes detection for `outputs` input by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/1074](https://togithub.com/docker/build-push-action/pull/1074) - Warn about ignored inputs by [@​favonia](https://togithub.com/favonia) in [https://github.com/docker/build-push-action/pull/1019](https://togithub.com/docker/build-push-action/pull/1019) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.14.0 to 0.18.0 in [https://github.com/docker/build-push-action/pull/1070](https://togithub.com/docker/build-push-action/pull/1070) - Bump undici from 5.26.3 to 5.28.3 in [https://github.com/docker/build-push-action/pull/1057](https://togithub.com/docker/build-push-action/pull/1057) **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0 ### [`v5.1.0`](https://togithub.com/docker/build-push-action/releases/tag/v5.1.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v5.0.0...v5.1.0) - Add `annotations` input by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/992](https://togithub.com/docker/build-push-action/pull/992) - Add `secret-envs` input by [@​elias-lundgren](https://togithub.com/elias-lundgren) in [https://github.com/docker/build-push-action/pull/980](https://togithub.com/docker/build-push-action/pull/980) - Bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/build-push-action/pull/991](https://togithub.com/docker/build-push-action/pull/991) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.13.0-rc.1 to 0.14.0 in [https://github.com/docker/build-push-action/pull/990](https://togithub.com/docker/build-push-action/pull/990) [https://github.com/docker/build-push-action/pull/1006](https://togithub.com/docker/build-push-action/pull/1006) **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0
motdotla/dotenv-expand (dotenv-expand) ### [`v11.0.6`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1106-2024-02-17) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v11.0.5...v11.0.6) ##### Changed - Fix `.nyc_output` in `.npmignore` ### [`v11.0.5`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1105-2024-02-17) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v11.0.4...v11.0.5) ##### Changed - 🐞 fix recursive expansion when expansion key is sourced from `process.env` ([#​121](https://togithub.com/motdotla/dotenv-expand/pull/121)) ### [`v11.0.4`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1104-2024-02-15) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v11.0.3...v11.0.4) ##### Changed - 🐞 fix recursive expansion when expansion keys in reverse order ([#​118](https://togithub.com/motdotla/dotenv-expand/pull/118)) ### [`v11.0.3`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1103-2024-02-11) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v11.0.2...v11.0.3) ##### Changed - 🐞 bug fix when `processEnv` set to process.env rather than empty object (also test fixes which hid the bug) ([#​113](https://togithub.com/motdotla/dotenv-expand/pull/113)) ### [`v11.0.2`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1102-2024-02-10) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v11.0.1...v11.0.2) ##### Changed - Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com) ### [`v11.0.1`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1101-2024-02-10) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v11.0.0...v11.0.1) ##### Added - Added funding link in package.json ### [`v11.0.0`](https://togithub.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1100-2024-02-10) [Compare Source](https://togithub.com/motdotla/dotenv-expand/compare/v10.0.0...v11.0.0) ##### Added - Add typings for `import dotenv-expand/config` ([#​99](https://togithub.com/motdotla/dotenv-expand/pull/99)) - Support expansion of dot in env variable names like `POSTGRESQL.BASE.USER` ([#​93](https://togithub.com/motdotla/dotenv-expand/pull/93)) - Add `processEnv` option ([#​105](https://togithub.com/motdotla/dotenv-expand/pull/105)) - Add support for default format of `${VAR-default}` ([#​109](https://togithub.com/motdotla/dotenv-expand/pull/109)) ##### Changed - Do not expand prior `process.env` environment variables. NOTE: make sure to see updated README regarding `dotenv.config({ processEnv: {} })` ([#​104](https://togithub.com/motdotla/dotenv-expand/pull/104)) - 🐞 handle `$var1$var2` ([#​103](https://togithub.com/motdotla/dotenv-expand/issues/103), [#​104](https://togithub.com/motdotla/dotenv-expand/pull/104)) - 🐞 fix fatal recursive error when variable defines value with same variable `VAR=$VAR` [#​98](https://togithub.com/motdotla/dotenv-expand/issues/98) ##### Removed - Remove `ignoreProcessEnv` option (use `processEnv` option going forward)
gradle/wrapper-validation-action (gradle/wrapper-validation-action) ### [`v3.4.2`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.4.2) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.4.1...v3.4.2) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.4.2 ### [`v3.4.1`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.4.1) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.4.0...v3.4.1) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1 ### [`v3.4.0`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.4.0) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.3.2...v3.4.0) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.4.0 ### [`v3.3.2`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.2) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.3.1...v3.3.2) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2 ### [`v3.3.1`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.1) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.3.0...v3.3.1) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1 ### [`v3.3.0`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.0) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0) This is the first release of `gradle/wrapper-validation-action` available with the `v3` version tag. > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. ##### Changes from `wrapper-validation-acion@v2` There are no functional changes in this release. The jump directly to `v3` (and `v3.3.0`) serves 2 purposes: - Ensure that users explicitly switch to the new delegating action implementation - This upgrade also provides an opportunity for users to switch directly to `gradle/actions/wrapper-validation` - Allows us to have consistent version numbering between `gradle/wrapper-validation-action` and `gradle/actions/wrapper-validation` See [#​198](https://togithub.com/gradle/wrapper-validation-action/issues/198) **Full Changelog**: https://github.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0 ### [`v2.1.3`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v2.1.3) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3) #### What's Changed - Update various NPM dependencies - Update wrapper checksums to include Gradle 8.7 **Full Changelog**: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3 ### [`v2.1.2`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v2.1.2) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.1...v2.1.2) #### What's Changed - Update various NPM dependencies - Update wrapper checksums **Full Changelog**: https://github.com/gradle/wrapper-validation-action/compare/v2.1.1...v2.1.2
nodejs/node (node) ### [`v22`](https://togithub.com/nodejs/node/blob/HEAD/CHANGELOG.md#2016-03-22-Version-441-Argon-LTS--thealphanerd) Moved to doc/changelogs/CHANGELOG_V4.md#4.4.1.

Configuration

πŸ“… Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 3 weeks ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.