sjinks / wp-two-factor-provider-webauthn

WebAuthn Provider for Two Factor plugin
https://wordpress.org/plugins/two-factor-provider-webauthn/
MIT License
14 stars 5 forks source link

chore(deps): update devdependencies (non-major) #784

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-env (source) 7.24.5 -> 7.24.7 age adoption passing confidence
@playwright/test (source) 1.44.0 -> 1.44.1 age adoption passing confidence
@types/jquery (source) 3.5.29 -> 3.5.30 age adoption passing confidence
@types/node (source) 20.12.10 -> 20.14.6 age adoption passing confidence
@wordpress/babel-plugin-makepot (source) 5.41.0 -> 5.42.0 age adoption passing confidence
@wordpress/eslint-plugin (source) 18.0.0 -> 18.1.0 age adoption passing confidence
@wordpress/i18n (source) 4.57.0 -> 4.58.0 age adoption passing confidence
eslint-formatter-gha 1.4.3 -> 1.5.0 age adoption passing confidence
eslint-plugin-playwright 1.6.0 -> 1.6.2 age adoption passing confidence
johnpbloch/wordpress-core (source) 6.5.2 -> 6.5.4 age adoption passing confidence
php-stubs/wordpress-stubs 6.5.2 -> 6.5.3 age adoption passing confidence
playwright-core (source) 1.44.0 -> 1.44.1 age adoption passing confidence
rollup (source) 4.17.2 -> 4.18.0 age adoption passing confidence
vimeo/psalm 5.24.0 -> 5.25.0 age adoption passing confidence
wp-phpunit/wp-phpunit (source) 6.5.2 -> 6.5.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/preset-env) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson)) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung))
microsoft/playwright (@​playwright/test) ### [`v1.44.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.44.1) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.0...v1.44.1) ##### Highlights [https://github.com/microsoft/playwright/issues/30779](https://togithub.com/microsoft/playwright/issues/30779) - \[REGRESSION]: When using `video: 'on'` with VSCode extension the browser got closed [https://github.com/microsoft/playwright/issues/30755](https://togithub.com/microsoft/playwright/issues/30755) - \[REGRESSION]: Electron launch with spaces inside executablePath didn't work[https://github.com/microsoft/playwright/issues/30770](https://togithub.com/microsoft/playwright/issues/30770)0 - \[REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't wor[https://github.com/microsoft/playwright/issues/30858](https://togithub.com/microsoft/playwright/issues/30858)58 - \[REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report #### Browser Versions - Chromium 125.0.6422.14 - Mozilla Firefox 125.0.1 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 124 - Microsoft Edge 124
WordPress/gutenberg (@​wordpress/babel-plugin-makepot) ### [`v5.42.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/babel-plugin-makepot/CHANGELOG.md#5420-2024-05-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/babel-plugin-makepot@5.41.0...@wordpress/babel-plugin-makepot@5.42.0)
WordPress/gutenberg (@​wordpress/eslint-plugin) ### [`v18.1.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#1810-2024-05-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/eslint-plugin@18.0.0...@wordpress/eslint-plugin@18.1.0) ##### Internal - Replaced `classnames` package with the faster and smaller `clsx` package ([#​61138](https://togithub.com/WordPress/gutenberg/pull/61138)).
WordPress/gutenberg (@​wordpress/i18n) ### [`v4.58.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/i18n/CHANGELOG.md#4580-2024-05-16) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/i18n@4.57.0...@wordpress/i18n@4.58.0)
sjinks/eslint-gha-formatter (eslint-formatter-gha) ### [`v1.5.0`](https://togithub.com/sjinks/eslint-gha-formatter/releases/tag/v1.5.0) [Compare Source](https://togithub.com/sjinks/eslint-gha-formatter/compare/1.4.3...v1.5.0) #### What's Changed - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.8.10 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/646](https://togithub.com/sjinks/eslint-gha-formatter/pull/646) - chore(deps): update dependency [@​myrotvorets/eslint-config-myrotvorets-ts](https://togithub.com/myrotvorets/eslint-config-myrotvorets-ts) to v2.23.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/647](https://togithub.com/sjinks/eslint-gha-formatter/pull/647) - chore(deps): update dependency [@​myrotvorets/eslint-config-myrotvorets-ts](https://togithub.com/myrotvorets/eslint-config-myrotvorets-ts) to v2.24.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/648](https://togithub.com/sjinks/eslint-gha-formatter/pull/648) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/649](https://togithub.com/sjinks/eslint-gha-formatter/pull/649) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.44.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/650](https://togithub.com/sjinks/eslint-gha-formatter/pull/650) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.9.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/651](https://togithub.com/sjinks/eslint-gha-formatter/pull/651) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/652](https://togithub.com/sjinks/eslint-gha-formatter/pull/652) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/653](https://togithub.com/sjinks/eslint-gha-formatter/pull/653) - chore(deps): update github/codeql-action digest to [`689fdc5`](https://togithub.com/sjinks/eslint-gha-formatter/commit/689fdc5) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/654](https://togithub.com/sjinks/eslint-gha-formatter/pull/654) - chore(deps): update github/codeql-action digest to [`66b90a5`](https://togithub.com/sjinks/eslint-gha-formatter/commit/66b90a5) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/655](https://togithub.com/sjinks/eslint-gha-formatter/pull/655) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.9.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/656](https://togithub.com/sjinks/eslint-gha-formatter/pull/656) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.9.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/657](https://togithub.com/sjinks/eslint-gha-formatter/pull/657) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/658](https://togithub.com/sjinks/eslint-gha-formatter/pull/658) - chore(deps): update dependency typescript to v5.3.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/659](https://togithub.com/sjinks/eslint-gha-formatter/pull/659) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.9.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/660](https://togithub.com/sjinks/eslint-gha-formatter/pull/660) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.9.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/661](https://togithub.com/sjinks/eslint-gha-formatter/pull/661) - chore(deps): update github/codeql-action digest to [`407ffaf`](https://togithub.com/sjinks/eslint-gha-formatter/commit/407ffaf) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/662](https://togithub.com/sjinks/eslint-gha-formatter/pull/662) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.9.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/663](https://togithub.com/sjinks/eslint-gha-formatter/pull/663) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/664](https://togithub.com/sjinks/eslint-gha-formatter/pull/664) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/665](https://togithub.com/sjinks/eslint-gha-formatter/pull/665) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/666](https://togithub.com/sjinks/eslint-gha-formatter/pull/666) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.44.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/667](https://togithub.com/sjinks/eslint-gha-formatter/pull/667) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/668](https://togithub.com/sjinks/eslint-gha-formatter/pull/668) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/669](https://togithub.com/sjinks/eslint-gha-formatter/pull/669) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/670](https://togithub.com/sjinks/eslint-gha-formatter/pull/670) - chore(deps): update dependency typescript to v5.3.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/671](https://togithub.com/sjinks/eslint-gha-formatter/pull/671) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/672](https://togithub.com/sjinks/eslint-gha-formatter/pull/672) - chore(deps): update github/codeql-action digest to [`c0d1daa`](https://togithub.com/sjinks/eslint-gha-formatter/commit/c0d1daa) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/673](https://togithub.com/sjinks/eslint-gha-formatter/pull/673) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/674](https://togithub.com/sjinks/eslint-gha-formatter/pull/674) - chore(deps): update github/codeql-action digest to [`305f654`](https://togithub.com/sjinks/eslint-gha-formatter/commit/305f654) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/675](https://togithub.com/sjinks/eslint-gha-formatter/pull/675) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.44.9 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/676](https://togithub.com/sjinks/eslint-gha-formatter/pull/676) - chore(deps): update github/codeql-action action to v3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/677](https://togithub.com/sjinks/eslint-gha-formatter/pull/677) - chore(deps): update actions/download-artifact action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/678](https://togithub.com/sjinks/eslint-gha-formatter/pull/678) - chore(deps): update actions/upload-artifact action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/679](https://togithub.com/sjinks/eslint-gha-formatter/pull/679) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/680](https://togithub.com/sjinks/eslint-gha-formatter/pull/680) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/681](https://togithub.com/sjinks/eslint-gha-formatter/pull/681) - chore(deps): update actions/setup-node action to v4.0.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/682](https://togithub.com/sjinks/eslint-gha-formatter/pull/682) - chore(deps): update actions/download-artifact digest to [`f44cd7b`](https://togithub.com/sjinks/eslint-gha-formatter/commit/f44cd7b) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/683](https://togithub.com/sjinks/eslint-gha-formatter/pull/683) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/684](https://togithub.com/sjinks/eslint-gha-formatter/pull/684) - chore(deps): update github/codeql-action digest to [`012739e`](https://togithub.com/sjinks/eslint-gha-formatter/commit/012739e) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/685](https://togithub.com/sjinks/eslint-gha-formatter/pull/685) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/686](https://togithub.com/sjinks/eslint-gha-formatter/pull/686) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/687](https://togithub.com/sjinks/eslint-gha-formatter/pull/687) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/688](https://togithub.com/sjinks/eslint-gha-formatter/pull/688) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/689](https://togithub.com/sjinks/eslint-gha-formatter/pull/689) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/690](https://togithub.com/sjinks/eslint-gha-formatter/pull/690) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/691](https://togithub.com/sjinks/eslint-gha-formatter/pull/691) - chore(deps): update github/codeql-action digest to [`e5f05b8`](https://togithub.com/sjinks/eslint-gha-formatter/commit/e5f05b8) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/692](https://togithub.com/sjinks/eslint-gha-formatter/pull/692) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.10.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/693](https://togithub.com/sjinks/eslint-gha-formatter/pull/693) - chore(deps): update actions/download-artifact digest to [`6b208ae`](https://togithub.com/sjinks/eslint-gha-formatter/commit/6b208ae) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/694](https://togithub.com/sjinks/eslint-gha-formatter/pull/694) - chore(deps): update devdependencies (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/695](https://togithub.com/sjinks/eslint-gha-formatter/pull/695) - chore(deps): update actions/upload-artifact digest to [`1eb3cb2`](https://togithub.com/sjinks/eslint-gha-formatter/commit/1eb3cb2) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/696](https://togithub.com/sjinks/eslint-gha-formatter/pull/696) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/697](https://togithub.com/sjinks/eslint-gha-formatter/pull/697) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/698](https://togithub.com/sjinks/eslint-gha-formatter/pull/698) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/699](https://togithub.com/sjinks/eslint-gha-formatter/pull/699) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/700](https://togithub.com/sjinks/eslint-gha-formatter/pull/700) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/701](https://togithub.com/sjinks/eslint-gha-formatter/pull/701) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/702](https://togithub.com/sjinks/eslint-gha-formatter/pull/702) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/703](https://togithub.com/sjinks/eslint-gha-formatter/pull/703) - chore(deps): update github/codeql-action digest to [`0b21cf2`](https://togithub.com/sjinks/eslint-gha-formatter/commit/0b21cf2) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/704](https://togithub.com/sjinks/eslint-gha-formatter/pull/704) - chore(deps): update actions/upload-artifact digest to [`694cdab`](https://togithub.com/sjinks/eslint-gha-formatter/commit/694cdab) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/705](https://togithub.com/sjinks/eslint-gha-formatter/pull/705) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/706](https://togithub.com/sjinks/eslint-gha-formatter/pull/706) - chore(deps): update actions/upload-artifact digest to [`26f96df`](https://togithub.com/sjinks/eslint-gha-formatter/commit/26f96df) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/707](https://togithub.com/sjinks/eslint-gha-formatter/pull/707) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/708](https://togithub.com/sjinks/eslint-gha-formatter/pull/708) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/709](https://togithub.com/sjinks/eslint-gha-formatter/pull/709) - chore(deps): update github/codeql-action digest to [`b7bf0a3`](https://togithub.com/sjinks/eslint-gha-formatter/commit/b7bf0a3) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/710](https://togithub.com/sjinks/eslint-gha-formatter/pull/710) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/711](https://togithub.com/sjinks/eslint-gha-formatter/pull/711) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.9 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/712](https://togithub.com/sjinks/eslint-gha-formatter/pull/712) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.10 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/713](https://togithub.com/sjinks/eslint-gha-formatter/pull/713) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.11 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/714](https://togithub.com/sjinks/eslint-gha-formatter/pull/714) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.13 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/715](https://togithub.com/sjinks/eslint-gha-formatter/pull/715) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.14 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/716](https://togithub.com/sjinks/eslint-gha-formatter/pull/716) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.15 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/717](https://togithub.com/sjinks/eslint-gha-formatter/pull/717) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.16 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/718](https://togithub.com/sjinks/eslint-gha-formatter/pull/718) - chore(deps): update github/codeql-action digest to [`e8893c5`](https://togithub.com/sjinks/eslint-gha-formatter/commit/e8893c5) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/719](https://togithub.com/sjinks/eslint-gha-formatter/pull/719) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/720](https://togithub.com/sjinks/eslint-gha-formatter/pull/720) - chore(deps): update actions/download-artifact digest to [`eaceaf8`](https://togithub.com/sjinks/eslint-gha-formatter/commit/eaceaf8) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/721](https://togithub.com/sjinks/eslint-gha-formatter/pull/721) - chore(deps): update actions/upload-artifact digest to [`5d5d22a`](https://togithub.com/sjinks/eslint-gha-formatter/commit/5d5d22a) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/722](https://togithub.com/sjinks/eslint-gha-formatter/pull/722) - chore(deps): update actions/setup-node action to v4.0.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/723](https://togithub.com/sjinks/eslint-gha-formatter/pull/723) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.17 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/724](https://togithub.com/sjinks/eslint-gha-formatter/pull/724) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/725](https://togithub.com/sjinks/eslint-gha-formatter/pull/725) - chore(deps): update github/codeql-action digest to [`e675ced`](https://togithub.com/sjinks/eslint-gha-formatter/commit/e675ced) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/726](https://togithub.com/sjinks/eslint-gha-formatter/pull/726) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.18 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/727](https://togithub.com/sjinks/eslint-gha-formatter/pull/727) - chore(deps): update github/codeql-action digest to [`3796146`](https://togithub.com/sjinks/eslint-gha-formatter/commit/3796146) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/728](https://togithub.com/sjinks/eslint-gha-formatter/pull/728) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.19 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/729](https://togithub.com/sjinks/eslint-gha-formatter/pull/729) - chore(deps): update dependency [@​myrotvorets/eslint-config-myrotvorets-ts](https://togithub.com/myrotvorets/eslint-config-myrotvorets-ts) to v2.25.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/730](https://togithub.com/sjinks/eslint-gha-formatter/pull/730) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/731](https://togithub.com/sjinks/eslint-gha-formatter/pull/731) - chore(deps): update github/codeql-action digest to [`e2e140a`](https://togithub.com/sjinks/eslint-gha-formatter/commit/e2e140a) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/732](https://togithub.com/sjinks/eslint-gha-formatter/pull/732) - chore(deps): update devdependencies (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/733](https://togithub.com/sjinks/eslint-gha-formatter/pull/733) - chore(deps): update github/codeql-action digest to [`47b3d88`](https://togithub.com/sjinks/eslint-gha-formatter/commit/47b3d88) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/734](https://togithub.com/sjinks/eslint-gha-formatter/pull/734) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/735](https://togithub.com/sjinks/eslint-gha-formatter/pull/735) - chore(deps): update actions/download-artifact digest to [`87c5514`](https://togithub.com/sjinks/eslint-gha-formatter/commit/87c5514) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/736](https://togithub.com/sjinks/eslint-gha-formatter/pull/736) - chore(deps): update devdependencies (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/737](https://togithub.com/sjinks/eslint-gha-formatter/pull/737) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.22 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/738](https://togithub.com/sjinks/eslint-gha-formatter/pull/738) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/739](https://togithub.com/sjinks/eslint-gha-formatter/pull/739) - chore(deps): update github/codeql-action digest to [`8a470fd`](https://togithub.com/sjinks/eslint-gha-formatter/commit/8a470fd) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/741](https://togithub.com/sjinks/eslint-gha-formatter/pull/741) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.24 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/740](https://togithub.com/sjinks/eslint-gha-formatter/pull/740) - chore(deps): update actions/download-artifact digest to [`c850b93`](https://togithub.com/sjinks/eslint-gha-formatter/commit/c850b93) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/742](https://togithub.com/sjinks/eslint-gha-formatter/pull/742) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/743](https://togithub.com/sjinks/eslint-gha-formatter/pull/743) - chore(deps): update devdependencies (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/744](https://togithub.com/sjinks/eslint-gha-formatter/pull/744) - chore(deps): update softprops/action-gh-release action to v2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/745](https://togithub.com/sjinks/eslint-gha-formatter/pull/745) - chore(deps): update softprops/action-gh-release action to v2.0.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/746](https://togithub.com/sjinks/eslint-gha-formatter/pull/746) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/747](https://togithub.com/sjinks/eslint-gha-formatter/pull/747) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.26 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/749](https://togithub.com/sjinks/eslint-gha-formatter/pull/749) - chore(deps): update softprops/action-gh-release action to v2.0.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/748](https://togithub.com/sjinks/eslint-gha-formatter/pull/748) - chore(deps): update github/codeql-action digest to [`3ab4101`](https://togithub.com/sjinks/eslint-gha-formatter/commit/3ab4101) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/751](https://togithub.com/sjinks/eslint-gha-formatter/pull/751) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.27 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/753](https://togithub.com/sjinks/eslint-gha-formatter/pull/753) - chore(deps): update softprops/action-gh-release action to v2.0.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/752](https://togithub.com/sjinks/eslint-gha-formatter/pull/752) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.28 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/754](https://togithub.com/sjinks/eslint-gha-formatter/pull/754) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/755](https://togithub.com/sjinks/eslint-gha-formatter/pull/755) - chore(deps): update github/codeql-action digest to [`05963f4`](https://togithub.com/sjinks/eslint-gha-formatter/commit/05963f4) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/756](https://togithub.com/sjinks/eslint-gha-formatter/pull/756) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.11.29 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/757](https://togithub.com/sjinks/eslint-gha-formatter/pull/757) - chore(deps): update devdependencies (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/758](https://togithub.com/sjinks/eslint-gha-formatter/pull/758) - chore(deps): update dependency typescript to v5.4.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/759](https://togithub.com/sjinks/eslint-gha-formatter/pull/759) - chore(deps): update github/codeql-action digest to [`1b1aada`](https://togithub.com/sjinks/eslint-gha-formatter/commit/1b1aada) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/760](https://togithub.com/sjinks/eslint-gha-formatter/pull/760) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/761](https://togithub.com/sjinks/eslint-gha-formatter/pull/761) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/762](https://togithub.com/sjinks/eslint-gha-formatter/pull/762) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/763](https://togithub.com/sjinks/eslint-gha-formatter/pull/763) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/764](https://togithub.com/sjinks/eslint-gha-formatter/pull/764) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/765](https://togithub.com/sjinks/eslint-gha-formatter/pull/765) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/766](https://togithub.com/sjinks/eslint-gha-formatter/pull/766) - Bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/sjinks/eslint-gha-formatter/pull/767](https://togithub.com/sjinks/eslint-gha-formatter/pull/767) - chore(deps): update devdependencies (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/768](https://togithub.com/sjinks/eslint-gha-formatter/pull/768) - chore(deps): update github/codeql-action digest to [`4355270`](https://togithub.com/sjinks/eslint-gha-formatter/commit/4355270) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/769](https://togithub.com/sjinks/eslint-gha-formatter/pull/769) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/770](https://togithub.com/sjinks/eslint-gha-formatter/pull/770) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/771](https://togithub.com/sjinks/eslint-gha-formatter/pull/771) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/772](https://togithub.com/sjinks/eslint-gha-formatter/pull/772) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/773](https://togithub.com/sjinks/eslint-gha-formatter/pull/773) - chore(deps): update dependency typescript to v5.4.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/774](https://togithub.com/sjinks/eslint-gha-formatter/pull/774) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/775](https://togithub.com/sjinks/eslint-gha-formatter/pull/775) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.9 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/776](https://togithub.com/sjinks/eslint-gha-formatter/pull/776) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/777](https://togithub.com/sjinks/eslint-gha-formatter/pull/777) - chore(deps): update github/codeql-action digest to [`df5a14d`](https://togithub.com/sjinks/eslint-gha-formatter/commit/df5a14d) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/778](https://togithub.com/sjinks/eslint-gha-formatter/pull/778) - chore(deps): update github/codeql-action digest to [`c7f9125`](https://togithub.com/sjinks/eslint-gha-formatter/commit/c7f9125) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/779](https://togithub.com/sjinks/eslint-gha-formatter/pull/779) - chore(deps): update actions/download-artifact digest to [`8caf195`](https://togithub.com/sjinks/eslint-gha-formatter/commit/8caf195) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/780](https://togithub.com/sjinks/eslint-gha-formatter/pull/780) - chore(deps): update actions/upload-artifact digest to [`1746f4a`](https://togithub.com/sjinks/eslint-gha-formatter/commit/1746f4a) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/781](https://togithub.com/sjinks/eslint-gha-formatter/pull/781) - chore(deps): update dependency [@​types/eslint](https://togithub.com/types/eslint) to v8.56.10 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/782](https://togithub.com/sjinks/eslint-gha-formatter/pull/782) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/783](https://togithub.com/sjinks/eslint-gha-formatter/pull/783) - chore(deps): update actions/checkout action to v4.1.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/784](https://togithub.com/sjinks/eslint-gha-formatter/pull/784) - chore(deps): update actions/download-artifact digest to [`9c19ed7`](https://togithub.com/sjinks/eslint-gha-formatter/commit/9c19ed7) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/785](https://togithub.com/sjinks/eslint-gha-formatter/pull/785) - chore(deps): update actions/upload-artifact digest to [`6546280`](https://togithub.com/sjinks/eslint-gha-formatter/commit/6546280) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/786](https://togithub.com/sjinks/eslint-gha-formatter/pull/786) - chore(deps): update github/codeql-action digest to [`8f596b4`](https://togithub.com/sjinks/eslint-gha-formatter/commit/8f596b4) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/787](https://togithub.com/sjinks/eslint-gha-formatter/pull/787) - chore(deps): update actions/download-artifact digest to [`65a9edc`](https://togithub.com/sjinks/eslint-gha-formatter/commit/65a9edc) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/788](https://togithub.com/sjinks/eslint-gha-formatter/pull/788) - chore(deps): update actions/checkout action to v4.1.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/789](https://togithub.com/sjinks/eslint-gha-formatter/pull/789) - chore(deps): update github/codeql-action digest to [`d39d31e`](https://togithub.com/sjinks/eslint-gha-formatter/commit/d39d31e) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/790](https://togithub.com/sjinks/eslint-gha-formatter/pull/790) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/791](https://togithub.com/sjinks/eslint-gha-formatter/pull/791) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/792](https://togithub.com/sjinks/eslint-gha-formatter/pull/792) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/sjinks/eslint-gha-formatter/pull/793](https://togithub.com/sjinks/eslint-gha-formatter/pull/793) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.10 by [@​re

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
composer/symfony/polyfill-php73 1.30.0 :green_circle: 4
Details
CheckScoreReason
Code-Review:warning: 0Found 0/30 approved changesets -- score normalized to 0
Maintained:warning: 12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Signed-Releases:warning: -1no releases found
Dangerous-Workflow:warning: -1no workflows found
Token-Permissions:warning: -1No tokens found
SAST:warning: 0no SAST tool detected
Pinned-Dependencies:warning: -1no dependencies found
Packaging:warning: -1packaging workflow not detected
Binary-Artifacts:green_circle: 10no binaries found in the repo
Branch-Protection:warning: 0branch protection not enabled on development/release branches
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
Fuzzing:warning: 0project is not fuzzed
Security-Policy:green_circle: 10security policy file detected
composer/symfony/polyfill-php80 1.30.0 :green_circle: 4
Details
CheckScoreReason
Code-Review:warning: 0Found 0/30 approved changesets -- score normalized to 0
Maintained:warning: 12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Signed-Releases:warning: -1no releases found
SAST:warning: 0no SAST tool detected
Dangerous-Workflow:warning: -1no workflows found
Token-Permissions:warning: -1No tokens found
Packaging:warning: -1packaging workflow not detected
Pinned-Dependencies:warning: -1no dependencies found
Binary-Artifacts:green_circle: 10no binaries found in the repo
Branch-Protection:warning: 0branch protection not enabled on development/release branches
Fuzzing:warning: 0project is not fuzzed
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
Security-Policy:green_circle: 10security policy file detected
composer/symfony/polyfill-php73 1.29.0 :green_circle: 4
Details
CheckScoreReason
Code-Review:warning: 0Found 0/30 approved changesets -- score normalized to 0
Maintained:warning: 12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Signed-Releases:warning: -1no releases found
Dangerous-Workflow:warning: -1no workflows found
Token-Permissions:warning: -1No tokens found
SAST:warning: 0no SAST tool detected
Pinned-Dependencies:warning: -1no dependencies found
Packaging:warning: -1packaging workflow not detected
Binary-Artifacts:green_circle: 10no binaries found in the repo
Branch-Protection:warning: 0branch protection not enabled on development/release branches
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
Fuzzing:warning: 0project is not fuzzed
Security-Policy:green_circle: 10security policy file detected
composer/symfony/polyfill-php80 1.29.0 :green_circle: 4
Details
CheckScoreReason
Code-Review:warning: 0Found 0/30 approved changesets -- score normalized to 0
Maintained:warning: 12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Signed-Releases:warning: -1no releases found
SAST:warning: 0no SAST tool detected
Dangerous-Workflow:warning: -1no workflows found
Token-Permissions:warning: -1No tokens found
Packaging:warning: -1packaging workflow not detected
Pinned-Dependencies:warning: -1no dependencies found
Binary-Artifacts:green_circle: 10no binaries found in the repo
Branch-Protection:warning: 0branch protection not enabled on development/release branches
Fuzzing:warning: 0project is not fuzzed
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
Security-Policy:green_circle: 10security policy file detected

Scanned Manifest Files

composer.lock
  • composer/pcre@3.1.4
  • composer/xdebug-handler@3.0.5
  • johnpbloch/wordpress-core@6.5.4
  • php-stubs/wordpress-stubs@6.5.3
  • phpdocumentor/reflection-docblock@5.4.1
  • phpstan/phpdoc-parser@1.29.1
  • symfony/console@5.4.40
  • symfony/filesystem@5.4.40
  • symfony/polyfill-ctype@1.30.0
  • symfony/polyfill-intl-grapheme@1.30.0
  • symfony/polyfill-intl-normalizer@1.30.0
  • symfony/polyfill-mbstring@1.30.0
  • symfony/polyfill-php73@1.30.0
  • symfony/polyfill-php80@1.30.0
  • symfony/string@5.4.40
  • vimeo/psalm@5.25.0
  • wp-phpunit/wp-phpunit@6.5.4
  • composer/pcre@3.1.3
  • composer/xdebug-handler@3.0.4
  • johnpbloch/wordpress-core@6.5.2
  • php-stubs/wordpress-stubs@6.5.2
  • phpdocumentor/reflection-docblock@5.4.0
  • phpstan/phpdoc-parser@1.28.0
  • symfony/console@5.4.39
  • symfony/filesystem@5.4.39
  • symfony/polyfill-ctype@1.29.0
  • symfony/polyfill-intl-grapheme@1.29.0
  • symfony/polyfill-intl-normalizer@1.29.0
  • symfony/polyfill-mbstring@1.29.0
  • symfony/polyfill-php73@1.29.0
  • symfony/polyfill-php80@1.29.0
  • symfony/process@5.4.39
  • symfony/string@5.4.39
  • vimeo/psalm@5.24.0
  • wp-phpunit/wp-phpunit@6.5.2
package-lock.json
  • @babel/code-frame@7.24.7
  • @babel/compat-data@7.24.7
  • @babel/generator@7.24.7
  • @babel/helper-annotate-as-pure@7.24.7
  • @babel/helper-builder-binary-assignment-operator-visitor@7.24.7
  • @babel/helper-compilation-targets@7.24.7
  • @babel/helper-create-class-features-plugin@7.24.7
  • @babel/helper-create-regexp-features-plugin@7.24.7
  • @babel/helper-environment-visitor@7.24.7
  • @babel/helper-function-name@7.24.7
  • @babel/helper-hoist-variables@7.24.7
  • @babel/helper-member-expression-to-functions@7.24.7
  • @babel/helper-module-imports@7.24.7
  • @babel/helper-module-transforms@7.24.7
  • @babel/helper-optimise-call-expression@7.24.7
  • @babel/helper-plugin-utils@7.24.7
  • @babel/helper-remap-async-to-generator@7.24.7
  • @babel/helper-replace-supers@7.24.7
  • @babel/helper-simple-access@7.24.7
  • @babel/helper-skip-transparent-expression-wrappers@7.24.7
  • @babel/helper-split-export-declaration@7.24.7
  • @babel/helper-string-parser@7.24.7
  • @babel/helper-validator-identifier@7.24.7
  • @babel/helper-validator-option@7.24.7
  • @babel/helper-wrap-function@7.24.7
  • @babel/highlight@7.24.7
  • @babel/parser@7.24.7
  • @babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7
  • @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7
  • @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7
  • @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7
  • @babel/plugin-syntax-import-assertions@7.24.7
  • @babel/plugin-syntax-import-attributes@7.24.7
  • @babel/plugin-transform-arrow-functions@7.24.7
  • @babel/plugin-transform-async-generator-functions@7.24.7
  • @babel/plugin-transform-async-to-generator@7.24.7
  • @babel/plugin-transform-block-scoped-functions@7.24.7
  • @babel/plugin-transform-block-scoping@7.24.7
  • @babel/plugin-transform-class-properties@7.24.7
  • @babel/plugin-transform-class-static-block@7.24.7
  • @babel/plugin-transform-classes@7.24.7
  • @babel/plugin-transform-computed-properties@7.24.7
  • @babel/plugin-transform-destructuring@7.24.7
  • @babel/plugin-transform-dotall-regex@7.24.7
  • @babel/plugin-transform-duplicate-keys@7.24.7
  • @babel/plugin-transform-dynamic-import@7.24.7
  • @babel/plugin-transform-exponentiation-operator@7.24.7
  • @babel/plugin-transform-export-namespace-from@7.24.7
  • @babel/plugin-transform-for-of@7.24.7
  • @babel/plugin-transform-function-name@7.24.7
  • @babel/plugin-transform-json-strings@7.24.7
  • @babel/plugin-transform-literals@7.24.7
  • @babel/plugin-transform-logical-assignment-operators@7.24.7
  • @babel/plugin-transform-member-expression-literals@7.24.7
  • @babel/plugin-transform-modules-amd@7.24.7
  • @babel/plugin-transform-modules-commonjs@7.24.7
  • @babel/plugin-transform-modules-systemjs@7.24.7
  • @babel/plugin-transform-modules-umd@7.24.7
  • @babel/plugin-transform-named-capturing-groups-regex@7.24.7
  • @babel/plugin-transform-new-target@7.24.7
  • @babel/plugin-transform-nullish-coalescing-operator@7.24.7
  • @babel/plugin-transform-numeric-separator@7.24.7
  • @babel/plugin-transform-object-rest-spread@7.24.7
  • @babel/plugin-transform-object-super@7.24.7
  • @babel/plugin-transform-optional-catch-binding@7.24.7
  • @babel/plugin-transform-optional-chaining@7.24.7
  • @babel/plugin-transform-parameters@7.24.7
  • @babel/plugin-transform-private-methods@7.24.7
  • @babel/plugin-transform-private-property-in-object@7.24.7
  • @babel/plugin-transform-property-literals@7.24.7
  • @babel/plugin-transform-regenerator@7.24.7
  • @babel/plugin-transform-reserved-words@7.24.7
  • @babel/plugin-transform-shorthand-properties@7.24.7
  • @babel/plugin-transform-spread@7.24.7
  • @babel/plugin-transform-sticky-regex@7.24.7
  • @babel/plugin-transform-template-literals@7.24.7
  • @babel/plugin-transform-typeof-symbol@7.24.7
  • @babel/plugin-transform-unicode-escapes@7.24.7
  • @babel/plugin-transform-unicode-property-regex@7.24.7
  • @babel/plugin-transform-unicode-regex@7.24.7
  • @babel/plugin-transform-unicode-sets-regex@7.24.7
  • @babel/preset-env@7.24.7
  • @babel/template@7.24.7
  • @babel/traverse@7.24.7
  • @babel/types@7.24.7
  • @playwright/test@1.44.1
  • @rollup/rollup-android-arm-eabi@4.18.0
  • @rollup/rollup-android-arm64@4.18.0
  • @rollup/rollup-darwin-arm64@4.18.0
  • @rollup/rollup-darwin-x64@4.18.0
  • @rollup/rollup-linux-arm-gnueabihf@4.18.0
  • @rollup/rollup-linux-arm-musleabihf@4.18.0
  • @rollup/rollup-linux-arm64-gnu@4.18.0
  • @rollup/rollup-linux-arm64-musl@4.18.0
  • @rollup/rollup-linux-powerpc64le-gnu@4.18.0
  • @rollup/rollup-linux-riscv64-gnu@4.18.0
  • @rollup/rollup-linux-s390x-gnu@4.18.0
  • @rollup/rollup-linux-x64-gnu@4.18.0
  • @rollup/rollup-linux-x64-musl@4.18.0
  • @rollup/rollup-win32-arm64-msvc@4.18.0
  • @rollup/rollup-win32-ia32-msvc@4.18.0
  • @rollup/rollup-win32-x64-msvc@4.18.0
  • @types/jquery@3.5.30
  • @types/node@20.14.6
  • @wordpress/babel-plugin-import-jsx-pragma@4.41.0
  • @wordpress/babel-plugin-makepot@5.42.0
  • @wordpress/babel-preset-default@7.42.0
  • @wordpress/browserslist-config@5.41.0
  • @wordpress/eslint-plugin@18.1.0
  • @wordpress/hooks@3.58.0
  • @wordpress/i18n@4.58.0
  • @wordpress/prettier-config@3.15.0
  • @wordpress/warning@2.58.0
  • eslint-formatter-gha@1.5.0
  • eslint-plugin-playwright@1.6.2
  • playwright@1.44.1
  • playwright-core@1.44.1
  • rollup@4.18.0
  • @actions/core@1.10.1
  • @actions/http-client@2.2.1
  • @babel/code-frame@7.24.2
  • @babel/compat-data@7.24.4
  • @babel/generator@7.24.5
  • @babel/helper-annotate-as-pure@7.22.5
  • @babel/helper-builder-binary-assignment-operator-visitor@7.22.15
  • @babel/helper-compilation-targets@7.23.6
  • @babel/helper-create-class-features-plugin@7.24.5
  • @babel/helper-create-regexp-features-plugin@7.22.15
  • @babel/helper-environment-visitor@7.22.20
  • @babel/helper-function-name@7.23.0
  • @babel/helper-hoist-variables@7.22.5
  • @babel/helper-member-expression-to-functions@7.24.5
  • @babel/helper-module-imports@7.24.3
  • @babel/helper-module-transforms@7.24.5
  • @babel/helper-optimise-call-expression@7.22.5
  • @babel/helper-plugin-utils@7.24.5
  • @babel/helper-remap-async-to-generator@7.22.20
  • @babel/helper-replace-supers@7.24.1
  • @babel/helper-simple-access@7.24.5
  • @babel/helper-skip-transparent-expression-wrappers@7.22.5
  • @babel/helper-split-export-declaration@7.24.5
  • @babel/helper-string-parser@7.24.1
  • @babel/helper-validator-identifier@7.24.5
  • @babel/helper-validator-option@7.23.5
  • @babel/helper-wrap-function@7.24.5
  • @babel/highlight@7.24.5
  • @babel/parser@7.24.5
  • @babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5
  • @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1
  • @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1
  • @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1
  • @babel/plugin-syntax-import-assertions@7.24.1
  • @babel/plugin-syntax-import-attributes@7.24.1
  • @babel/plugin-transform-arrow-functions@7.24.1
  • @babel/plugin-transform-async-generator-functions@7.24.3
  • @babel/plugin-transform-async-to-generator@7.24.1
  • @babel/plugin-transform-block-scoped-functions@7.24.1
  • @babel/plugin-transform-block-scoping@7.24.5
  • @babel/plugin-transform-class-properties@7.24.1
  • @babel/plugin-transform-class-static-block@7.24.4
  • @babel/plugin-transform-classes@7.24.5
  • @babel/plugin-transform-computed-properties@7.24.1
  • @babel/plugin-transform-destructuring@7.24.5
  • @babel/plugin-transform-dotall-regex@7.24.1
  • @babel/plugin-transform-duplicate-keys@7.24.1
  • @babel/plugin-transform-dynamic-import@7.24.1
  • @babel/plugin-transform-exponentiation-operator@7.24.1
  • @babel/plugin-transform-export-namespace-from@7.24.1
  • @babel/plugin-transform-for-of@7.24.1
  • @babel/plugin-transform-function-name@7.24.1
  • @babel/plugin-transform-json-strings@7.24.1
  • @babel/plugin-transform-literals@7.24.1
  • @babel/plugin-transform-logical-assignment-operators@7.24.1
  • @babel/plugin-transform-member-expression-literals@7.24.1
  • @babel/plugin-transform-modules-amd@7.24.1
  • @babel/plugin-transform-modules-commonjs@7.24.1
  • @babel/plugin-transform-modules-systemjs@7.24.1
  • @babel/plugin-transform-modules-umd@7.24.1
  • @babel/plugin-transform-named-capturing-groups-regex@7.22.5
  • @babel/plugin-transform-new-target@7.24.1
  • @babel/plugin-transform-nullish-coalescing-operator@7.24.1
  • @babel/plugin-transform-numeric-separator@7.24.1
  • @babel/plugin-transform-object-rest-spread@7.24.5
  • @babel/plugin-transform-object-super@7.24.1
  • @babel/plugin-transform-optional-catch-binding@7.24.1
  • @babel/plugin-transform-optional-chaining@7.24.5
  • @babel/plugin-transform-parameters@7.24.5
  • @babel/plugin-transform-private-methods@7.24.1
  • @babel/plugin-transform-private-property-in-object@7.24.5
  • @babel/plugin-transform-property-literals@7.24.1
  • @babel/plugin-transform-regenerator@7.24.1
  • @babel/plugin-transform-reserved-words@7.24.1
  • @babel/plugin-transform-shorthand-properties@7.24.1
  • @babel/plugin-transform-spread@7.24.1
  • @babel/plugin-transform-sticky-regex@7.24.1
  • @babel/plugin-transform-template-literals@7.24.1
  • @babel/plugin-transform-typeof-symbol@7.24.5
  • @babel/plugin-transform-unicode-escapes@7.24.1
  • @babel/plugin-transform-unicode-property-regex@7.24.1
  • @babel/plugin-transform-unicode-regex@7.24.1
  • @babel/plugin-transform-unicode-sets-regex@7.24.1
  • @babel/preset-env@7.24.5
  • @babel/template@7.24.0
  • @babel/traverse@7.24.5
  • @babel/types@7.24.5
  • @fastify/busboy@2.1.1
  • @playwright/test@1.44.0
  • @rollup/rollup-android-arm-eabi@4.17.2
  • @rollup/rollup-android-arm64@4.17.2
  • @rollup/rollup-darwin-arm64@4.17.2
  • @rollup/rollup-darwin-x64@4.17.2
  • @rollup/rollup-linux-arm-gnueabihf@4.17.2
  • @rollup/rollup-linux-arm-musleabihf@4.17.2
  • @rollup/rollup-linux-arm64-gnu@4.17.2
  • @rollup/rollup-linux-arm64-musl@4.17.2
  • @rollup/rollup-linux-powerpc64le-gnu@4.17.2
  • @rollup/rollup-linux-riscv64-gnu@4.17.2
  • @rollup/rollup-linux-s390x-gnu@4.17.2
  • @rollup/rollup-linux-x64-gnu@4.17.2
  • @rollup/rollup-linux-x64-musl@4.17.2
  • @rollup/rollup-win32-arm64-msvc@4.17.2
  • @rollup/rollup-win32-ia32-msvc@4.17.2
  • @rollup/rollup-win32-x64-msvc@4.17.2
  • @types/jquery@3.5.29
  • @types/node@20.12.10
  • @wordpress/babel-plugin-import-jsx-pragma@4.40.0
  • @wordpress/babel-plugin-makepot@5.41.0
  • @wordpress/babel-preset-default@7.41.0
  • @wordpress/browserslist-config@5.40.0
  • @wordpress/eslint-plugin@18.0.0
  • @wordpress/hooks@3.57.0
  • @wordpress/i18n@4.57.0
  • @wordpress/prettier-config@3.14.0
  • @wordpress/warning@2.57.0
  • eslint-formatter-gha@1.4.3
  • eslint-plugin-playwright@1.6.0
  • playwright@1.44.0
  • playwright-core@1.44.0
  • rollup@4.17.2
  • tunnel@0.0.6
  • undici@5.28.4
  • uuid@8.3.2