Skip to content

Commit 92d68b6

Browse files
chore(deps): update all non-major dependencies (main) (minor) (#6106)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | [`5.1.3` -> `5.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.1.3/5.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-prettier/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-prettier/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-prettier/5.1.3/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-prettier/5.1.3/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-react](https://togithub.com/jsx-eslint/eslint-plugin-react) | [`7.34.4` -> `7.35.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.4/7.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react/7.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react/7.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react/7.34.4/7.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react/7.34.4/7.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [husky](https://togithub.com/typicode/husky) | [`9.0.11` -> `9.1.1`](https://renovatebot.com/diffs/npm/husky/9.0.11/9.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/husky/9.0.11/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/husky/9.0.11/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/eslint-plugin-prettier (eslint-plugin-prettier)</summary> ### [`v5.2.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#521) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) ##### Patch Changes - [#&#8203;668](https://togithub.com/prettier/eslint-plugin-prettier/pull/668) [`ac036cc`](https://togithub.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586) Thanks [@&#8203;OrlovAlexei](https://togithub.com/OrlovAlexei)! - build(deps): Bump synckit from 0.8.6 to 0.9.1 </details> <details> <summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary> ### [`v7.35.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7350---20240719) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0) ##### Added - support eslint v9 ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic)) - export flat configs from plugin root and fix flat config crash ([#&#8203;3694][] [@&#8203;bradzacher](https://togithub.com/bradzacher) [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic)) - add \[`jsx-props-no-spread-multi`] ([#&#8203;3724][] [@&#8203;SimonSchick](https://togithub.com/SimonSchick)) - \[`forbid-component-props`]: add `propNamePattern` to allow / disallow prop name patterns ([#&#8203;3774][] [@&#8203;akulsr0](https://togithub.com/akulsr0)) - \[`jsx-handler-names`]: support ignoring component names ([#&#8203;3772][] [@&#8203;akulsr0](https://togithub.com/akulsr0)) - version settings: Allow react defaultVersion to be configurable ([#&#8203;3771][] [@&#8203;onlywei](https://togithub.com/onlywei)) - \[`jsx-closing-tag-location`]: add `line-aligned` option ([#&#8203;3777] [@&#8203;kimtaejin3](https://togithub.com/kimtaejin3)) - \[`no-danger`]: add `customComponentNames` option ([#&#8203;3748][] [@&#8203;akulsr0](https://togithub.com/akulsr0)) ##### Fixed - \[`no-invalid-html-attribute`]: substitute placeholders in suggestion messages ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic)) - \[`sort-prop-types`]: single line type ending without semicolon ([#&#8203;3784][] [@&#8203;akulsr0](https://togithub.com/akulsr0)) - \[`require-default-props`]: report when required props have default value ([#&#8203;3785][] [@&#8203;akulsr0](https://togithub.com/akulsr0)) ##### Changed - \[Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup ([#&#8203;3782][] [@&#8203;DanielRosenwasser](https://togithub.com/DanielRosenwasser)) [7.35.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0 [#&#8203;3785]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3785 [#&#8203;3784]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3784 [#&#8203;3782]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3782 [#&#8203;3777]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3777 [#&#8203;3774]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3774 [#&#8203;3772]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3772 [#&#8203;3771]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3771 [#&#8203;3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759 [#&#8203;3748]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3748 [#&#8203;3724]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3724 [#&#8203;3694]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3694 </details> <details> <summary>typicode/husky (husky)</summary> ### [`v9.1.1`](https://togithub.com/typicode/husky/compare/v9.1.0...2968998755465f69069f297b5bb603e26d6b1772) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/typicode/husky/releases/tag/v9.1.0) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.11...v9.1.0) <p> <img src="https://github.com/user-attachments/assets/72a03e68-e9c3-4644-94f9-d5ceb343aca5" height="500px" alt="" /> </p> *Super saiyan ~~god~~ dog! It's over 9.0.0!* *There's a bug with this release which prevents the deprecation notice to appear and requires to remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.* ### What's new You can now run package commands directly, no need for `npx` or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️ ```diff ### .husky/pre-commit - npx jest + jest # ~0.2s faster ``` A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it. ```shell ### .husky/pre-commit prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown git update-index --again ``` For more advanced use cases, see [lint-staged](https://togithub.com/lint-staged/lint-staged). ### Fixes - `bunx husky init` command - Workaround for some hooks implementation on Windows 🤷 ### Deprecations - Remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` from your hooks - Move your code from `~/.huskyrc` to `.config/husky/init.sh` Support for these will be removed in v10, notices have been added. ### Friendly reminder If Git hooks don't fit your workflow, you can disable Husky globally. Just add `export HUSKY=0` to `.config/husky/init.sh`. I've seen some confusion about this on X, so just a heads-up! ### Sponsoring Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: [GitHub Sponsors](https://togithub.com/sponsors/typicode). **Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Notheis <[email protected]>
1 parent 2a602a4 commit 92d68b6

File tree

2 files changed

+26
-146
lines changed

2 files changed

+26
-146
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn lint-staged
1+
lint-staged

yarn.lock

Lines changed: 25 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -4635,17 +4635,10 @@ __metadata:
46354635
languageName: node
46364636
linkType: hard
46374637

4638-
"@pkgr/utils@npm:^2.4.2":
4639-
version: 2.4.2
4640-
resolution: "@pkgr/utils@npm:2.4.2"
4641-
dependencies:
4642-
cross-spawn: "npm:^7.0.3"
4643-
fast-glob: "npm:^3.3.0"
4644-
is-glob: "npm:^4.0.3"
4645-
open: "npm:^9.1.0"
4646-
picocolors: "npm:^1.0.0"
4647-
tslib: "npm:^2.6.0"
4648-
checksum: 10c0/7c3e68f6405a1d4c51f418d8d580e71d7bade2683d5db07e8413d8e57f7e389047eda44a2341f77a1b3085895fca7676a9d45e8812a58312524f8c4c65d501be
4638+
"@pkgr/core@npm:^0.1.0":
4639+
version: 0.1.1
4640+
resolution: "@pkgr/core@npm:0.1.1"
4641+
checksum: 10c0/3f7536bc7f57320ab2cf96f8973664bef624710c403357429fbf680a5c3b4843c1dbd389bb43daa6b1f6f1f007bb082f5abcb76bb2b5dc9f421647743b71d3d8
46494642
languageName: node
46504643
linkType: hard
46514644

@@ -7957,18 +7950,6 @@ __metadata:
79577950
languageName: node
79587951
linkType: hard
79597952

7960-
"array.prototype.toreversed@npm:^1.1.2":
7961-
version: 1.1.2
7962-
resolution: "array.prototype.toreversed@npm:1.1.2"
7963-
dependencies:
7964-
call-bind: "npm:^1.0.2"
7965-
define-properties: "npm:^1.2.0"
7966-
es-abstract: "npm:^1.22.1"
7967-
es-shim-unscopables: "npm:^1.0.0"
7968-
checksum: 10c0/2b7627ea85eae1e80ecce665a500cc0f3355ac83ee4a1a727562c7c2a1d5f1c0b4dd7b65c468ec6867207e452ba01256910a2c0b41486bfdd11acf875a7a3435
7969-
languageName: node
7970-
linkType: hard
7971-
79727953
"array.prototype.tosorted@npm:^1.1.4":
79737954
version: 1.1.4
79747955
resolution: "array.prototype.tosorted@npm:1.1.4"
@@ -8547,15 +8528,6 @@ __metadata:
85478528
languageName: node
85488529
linkType: hard
85498530

8550-
"bundle-name@npm:^3.0.0":
8551-
version: 3.0.0
8552-
resolution: "bundle-name@npm:3.0.0"
8553-
dependencies:
8554-
run-applescript: "npm:^5.0.0"
8555-
checksum: 10c0/57bc7f8b025d83961b04db2f1eff6a87f2363c2891f3542a4b82471ff8ebb5d484af48e9784fcdb28ef1d48bb01f03d891966dc3ef58758e46ea32d750ce40f8
8556-
languageName: node
8557-
linkType: hard
8558-
85598531
"byte-size@npm:8.1.1":
85608532
version: 8.1.1
85618533
resolution: "byte-size@npm:8.1.1"
@@ -10399,7 +10371,7 @@ __metadata:
1039910371
languageName: node
1040010372
linkType: hard
1040110373

10402-
"default-browser-id@npm:3.0.0, default-browser-id@npm:^3.0.0":
10374+
"default-browser-id@npm:3.0.0":
1040310375
version: 3.0.0
1040410376
resolution: "default-browser-id@npm:3.0.0"
1040510377
dependencies:
@@ -10409,18 +10381,6 @@ __metadata:
1040910381
languageName: node
1041010382
linkType: hard
1041110383

10412-
"default-browser@npm:^4.0.0":
10413-
version: 4.0.0
10414-
resolution: "default-browser@npm:4.0.0"
10415-
dependencies:
10416-
bundle-name: "npm:^3.0.0"
10417-
default-browser-id: "npm:^3.0.0"
10418-
execa: "npm:^7.1.1"
10419-
titleize: "npm:^3.0.0"
10420-
checksum: 10c0/7c8848badc139ecf9d878e562bc4e7ab4301e51ba120b24d8dcb14739c30152115cc612065ac3ab73c02aace4afa29db5a044257b2f0cf234f16e3a58f6c925e
10421-
languageName: node
10422-
linkType: hard
10423-
1042410384
"default-require-extensions@npm:^3.0.0":
1042510385
version: 3.0.1
1042610386
resolution: "default-require-extensions@npm:3.0.1"
@@ -10475,13 +10435,6 @@ __metadata:
1047510435
languageName: node
1047610436
linkType: hard
1047710437

10478-
"define-lazy-prop@npm:^3.0.0":
10479-
version: 3.0.0
10480-
resolution: "define-lazy-prop@npm:3.0.0"
10481-
checksum: 10c0/5ab0b2bf3fa58b3a443140bbd4cd3db1f91b985cc8a246d330b9ac3fc0b6a325a6d82bddc0b055123d745b3f9931afeea74a5ec545439a1630b9c8512b0eeb49
10482-
languageName: node
10483-
linkType: hard
10484-
1048510438
"define-properties@npm:^1.1.3, define-properties@npm:^1.1.4, define-properties@npm:^1.2.0":
1048610439
version: 1.2.0
1048710440
resolution: "define-properties@npm:1.2.0"
@@ -11836,11 +11789,11 @@ __metadata:
1183611789
linkType: hard
1183711790

1183811791
"eslint-plugin-prettier@npm:^5.0.0":
11839-
version: 5.1.3
11840-
resolution: "eslint-plugin-prettier@npm:5.1.3"
11792+
version: 5.2.1
11793+
resolution: "eslint-plugin-prettier@npm:5.2.1"
1184111794
dependencies:
1184211795
prettier-linter-helpers: "npm:^1.0.0"
11843-
synckit: "npm:^0.8.6"
11796+
synckit: "npm:^0.9.1"
1184411797
peerDependencies:
1184511798
"@types/eslint": ">=8.0.0"
1184611799
eslint: ">=8.0.0"
@@ -11851,7 +11804,7 @@ __metadata:
1185111804
optional: true
1185211805
eslint-config-prettier:
1185311806
optional: true
11854-
checksum: 10c0/f45d5fc1fcfec6b0cf038a7a65ddd10a25df4fe3f9e1f6b7f0d5100e66f046a26a2492e69ee765dddf461b93c114cf2e1eb18d4970aafa6f385448985c136e09
11807+
checksum: 10c0/4bc8bbaf5bb556c9c501dcdff369137763c49ccaf544f9fa91400360ed5e3a3f1234ab59690e06beca5b1b7e6f6356978cdd3b02af6aba3edea2ffe69ca6e8b2
1185511808
languageName: node
1185611809
linkType: hard
1185711810

@@ -11865,13 +11818,12 @@ __metadata:
1186511818
linkType: hard
1186611819

1186711820
"eslint-plugin-react@npm:^7.32.2":
11868-
version: 7.34.4
11869-
resolution: "eslint-plugin-react@npm:7.34.4"
11821+
version: 7.35.0
11822+
resolution: "eslint-plugin-react@npm:7.35.0"
1187011823
dependencies:
1187111824
array-includes: "npm:^3.1.8"
1187211825
array.prototype.findlast: "npm:^1.2.5"
1187311826
array.prototype.flatmap: "npm:^1.3.2"
11874-
array.prototype.toreversed: "npm:^1.1.2"
1187511827
array.prototype.tosorted: "npm:^1.1.4"
1187611828
doctrine: "npm:^2.1.0"
1187711829
es-iterator-helpers: "npm:^1.0.19"
@@ -11888,8 +11840,8 @@ __metadata:
1188811840
string.prototype.matchall: "npm:^4.0.11"
1188911841
string.prototype.repeat: "npm:^1.0.0"
1189011842
peerDependencies:
11891-
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
11892-
checksum: 10c0/5b87cfefc7e83ee5f122bf4c4f14af62856561b4b51d84aa35056ba7ee1081b80e3331ef1e89d94e7989e349561492a6fb84944c7d7c798e91bf039366c011b0
11843+
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
11844+
checksum: 10c0/eedcc33de4b2cda91d56ae517a4f771a0c76da9c1e26c95543969012871381e11d4d6cffdf6fa8423036585c289eb3500f3f93fb1d314fb2624e0aa1e463305e
1189311845
languageName: node
1189411846
linkType: hard
1189511847

@@ -12263,23 +12215,6 @@ __metadata:
1226312215
languageName: node
1226412216
linkType: hard
1226512217

12266-
"execa@npm:^7.1.1":
12267-
version: 7.2.0
12268-
resolution: "execa@npm:7.2.0"
12269-
dependencies:
12270-
cross-spawn: "npm:^7.0.3"
12271-
get-stream: "npm:^6.0.1"
12272-
human-signals: "npm:^4.3.0"
12273-
is-stream: "npm:^3.0.0"
12274-
merge-stream: "npm:^2.0.0"
12275-
npm-run-path: "npm:^5.1.0"
12276-
onetime: "npm:^6.0.0"
12277-
signal-exit: "npm:^3.0.7"
12278-
strip-final-newline: "npm:^3.0.0"
12279-
checksum: 10c0/098cd6a1bc26d509e5402c43f4971736450b84d058391820c6f237aeec6436963e006fd8423c9722f148c53da86aa50045929c7278b5522197dff802d10f9885
12280-
languageName: node
12281-
linkType: hard
12282-
1228312218
"execa@npm:~8.0.1":
1228412219
version: 8.0.1
1228512220
resolution: "execa@npm:8.0.1"
@@ -12452,7 +12387,7 @@ __metadata:
1245212387
languageName: node
1245312388
linkType: hard
1245412389

12455-
"fast-glob@npm:^3.1.1, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.2":
12390+
"fast-glob@npm:^3.1.1, fast-glob@npm:^3.3.2":
1245612391
version: 3.3.2
1245712392
resolution: "fast-glob@npm:3.3.2"
1245812393
dependencies:
@@ -13150,7 +13085,7 @@ __metadata:
1315013085
languageName: node
1315113086
linkType: hard
1315213087

13153-
"get-stream@npm:^6.0.0, get-stream@npm:^6.0.1":
13088+
"get-stream@npm:^6.0.0":
1315413089
version: 6.0.1
1315513090
resolution: "get-stream@npm:6.0.1"
1315613091
checksum: 10c0/49825d57d3fd6964228e6200a58169464b8e8970489b3acdc24906c782fb7f01f9f56f8e6653c4a50713771d6658f7cfe051e5eb8c12e334138c9c918b296341
@@ -13971,13 +13906,6 @@ __metadata:
1397113906
languageName: node
1397213907
linkType: hard
1397313908

13974-
"human-signals@npm:^4.3.0":
13975-
version: 4.3.1
13976-
resolution: "human-signals@npm:4.3.1"
13977-
checksum: 10c0/40498b33fe139f5cc4ef5d2f95eb1803d6318ac1b1c63eaf14eeed5484d26332c828de4a5a05676b6c83d7b9e57727c59addb4b1dea19cb8d71e83689e5b336c
13978-
languageName: node
13979-
linkType: hard
13980-
1398113909
"human-signals@npm:^5.0.0":
1398213910
version: 5.0.0
1398313911
resolution: "human-signals@npm:5.0.0"
@@ -13995,11 +13923,11 @@ __metadata:
1399513923
linkType: hard
1399613924

1399713925
"husky@npm:^9.0.6":
13998-
version: 9.0.11
13999-
resolution: "husky@npm:9.0.11"
13926+
version: 9.1.1
13927+
resolution: "husky@npm:9.1.1"
1400013928
bin:
14001-
husky: bin.mjs
14002-
checksum: 10c0/2c787dcf74a837fc9a4fea7da907509d4bd9a289f4ea10ecc9d86279e4d4542b0f5f6443a619bccae19e265f2677172cc2b86aae5c932a35a330cc227d914605
13929+
husky: bin.js
13930+
checksum: 10c0/56394f5a08201badece23a8599bd76fe8c41e4510a956022fe54897645900c5c5a96a740ffb0604e99e808dffc3714bae982f1cbda4a069082cc713414f17ad3
1400313931
languageName: node
1400413932
linkType: hard
1400513933

@@ -14445,15 +14373,6 @@ __metadata:
1444514373
languageName: node
1444614374
linkType: hard
1444714375

14448-
"is-docker@npm:^3.0.0":
14449-
version: 3.0.0
14450-
resolution: "is-docker@npm:3.0.0"
14451-
bin:
14452-
is-docker: cli.js
14453-
checksum: 10c0/d2c4f8e6d3e34df75a5defd44991b6068afad4835bb783b902fa12d13ebdb8f41b2a199dcb0b5ed2cb78bfee9e4c0bbdb69c2d9646f4106464674d3e697a5856
14454-
languageName: node
14455-
linkType: hard
14456-
1445714376
"is-extglob@npm:^2.1.1":
1445814377
version: 2.1.1
1445914378
resolution: "is-extglob@npm:2.1.1"
@@ -14525,17 +14444,6 @@ __metadata:
1452514444
languageName: node
1452614445
linkType: hard
1452714446

14528-
"is-inside-container@npm:^1.0.0":
14529-
version: 1.0.0
14530-
resolution: "is-inside-container@npm:1.0.0"
14531-
dependencies:
14532-
is-docker: "npm:^3.0.0"
14533-
bin:
14534-
is-inside-container: cli.js
14535-
checksum: 10c0/a8efb0e84f6197e6ff5c64c52890fa9acb49b7b74fed4da7c95383965da6f0fa592b4dbd5e38a79f87fc108196937acdbcd758fcefc9b140e479b39ce1fcd1cd
14536-
languageName: node
14537-
linkType: hard
14538-
1453914447
"is-installed-globally@npm:~0.4.0":
1454014448
version: 0.4.0
1454114449
resolution: "is-installed-globally@npm:0.4.0"
@@ -18197,18 +18105,6 @@ __metadata:
1819718105
languageName: node
1819818106
linkType: hard
1819918107

18200-
"open@npm:^9.1.0":
18201-
version: 9.1.0
18202-
resolution: "open@npm:9.1.0"
18203-
dependencies:
18204-
default-browser: "npm:^4.0.0"
18205-
define-lazy-prop: "npm:^3.0.0"
18206-
is-inside-container: "npm:^1.0.0"
18207-
is-wsl: "npm:^2.2.0"
18208-
checksum: 10c0/8073ec0dd8994a7a7d9bac208bd17d093993a65ce10f2eb9b62b6d3a91c9366ae903938a237c275493c130171d339f6dcbdd2a2de7e32953452c0867b97825af
18209-
languageName: node
18210-
linkType: hard
18211-
1821218108
"optionator@npm:^0.8.1":
1821318109
version: 0.8.3
1821418110
resolution: "optionator@npm:0.8.3"
@@ -20844,15 +20740,6 @@ __metadata:
2084420740
languageName: node
2084520741
linkType: hard
2084620742

20847-
"run-applescript@npm:^5.0.0":
20848-
version: 5.0.0
20849-
resolution: "run-applescript@npm:5.0.0"
20850-
dependencies:
20851-
execa: "npm:^5.0.0"
20852-
checksum: 10c0/f9977db5770929f3f0db434b8e6aa266498c70dec913c84320c0a06add510cf44e3a048c44da088abee312006f9cbf572fd065cdc8f15d7682afda8755f4114c
20853-
languageName: node
20854-
linkType: hard
20855-
2085620743
"run-async@npm:^2.4.0":
2085720744
version: 2.4.1
2085820745
resolution: "run-async@npm:2.4.1"
@@ -22033,13 +21920,13 @@ __metadata:
2203321920
languageName: node
2203421921
linkType: hard
2203521922

22036-
"synckit@npm:^0.8.6":
22037-
version: 0.8.6
22038-
resolution: "synckit@npm:0.8.6"
21923+
"synckit@npm:^0.9.1":
21924+
version: 0.9.1
21925+
resolution: "synckit@npm:0.9.1"
2203921926
dependencies:
22040-
"@pkgr/utils": "npm:^2.4.2"
21927+
"@pkgr/core": "npm:^0.1.0"
2204121928
tslib: "npm:^2.6.2"
22042-
checksum: 10c0/200528062e3915a0190a4c6b1e01436fcfdf812e2e8d977746746f3998bb4182d758af760e51b06a64f8323e705735aff7b4b3efc4a0ab5f75eaccc044a8cfcc
21929+
checksum: 10c0/d8b89e1bf30ba3ffb469d8418c836ad9c0c062bf47028406b4d06548bc66af97155ea2303b96c93bf5c7c0f0d66153a6fbd6924c76521b434e6a9898982abc2e
2204321930
languageName: node
2204421931
linkType: hard
2204521932

@@ -22227,13 +22114,6 @@ __metadata:
2222722114
languageName: node
2222822115
linkType: hard
2222922116

22230-
"titleize@npm:^3.0.0":
22231-
version: 3.0.0
22232-
resolution: "titleize@npm:3.0.0"
22233-
checksum: 10c0/5ae6084ba299b5782f95e3fe85ea9f0fa4d74b8ae722b6b3208157e975589fbb27733aeba4e5080fa9314a856044ef52caa61b87caea4b1baade951a55c06336
22234-
languageName: node
22235-
linkType: hard
22236-
2223722117
"tmp@npm:^0.0.33":
2223822118
version: 0.0.33
2223922119
resolution: "tmp@npm:0.0.33"
@@ -22432,7 +22312,7 @@ __metadata:
2243222312
languageName: node
2243322313
linkType: hard
2243422314

22435-
"tslib@npm:^2.6.0, tslib@npm:^2.6.2":
22315+
"tslib@npm:^2.6.2":
2243622316
version: 2.6.2
2243722317
resolution: "tslib@npm:2.6.2"
2243822318
checksum: 10c0/e03a8a4271152c8b26604ed45535954c0a45296e32445b4b87f8a5abdb2421f40b59b4ca437c4346af0f28179780d604094eb64546bee2019d903d01c6c19bdb

0 commit comments

Comments
 (0)