From 3d292720fc56c781f71c6953729e00a453ff6036 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 5 May 2025 03:35:25 +0000
Subject: [PATCH 01/38] chore(deps): update dependency vite to v6.2.7
[security] (#4977)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`6.2.6` ->
`6.2.7`](https://renovatebot.com/diffs/npm/vite/6.2.6/6.2.7) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
### GitHub Vulnerability Alerts
####
[CVE-2025-46565](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-859w-5945-r5v3)
### Summary
The contents of files in [the project
`root`](https://vite.dev/config/shared-options.html#root) that are
denied by a file matching pattern can be returned to the browser.
### Impact
Only apps explicitly exposing the Vite dev server to the network (using
--host or [server.host config
option](https://vitejs.dev/config/server-options.html#server-host)) are
affected.
Only files that are under [project
`root`](https://vite.dev/config/shared-options.html#root) and are denied
by a file matching pattern can be bypassed.
- Examples of file matching patterns: `.env`, `.env.*`, `*.{crt,pem}`,
`**/.env`
- Examples of other patterns: `**/.git/**`, `.git/**`, `.git/**/*`
### Details
[`server.fs.deny`](https://vite.dev/config/server-options.html#server-fs-deny)
can contain patterns matching against files (by default it includes
`.env`, `.env.*`, `*.{crt,pem}` as such patterns).
These patterns were able to bypass for files under `root` by using a
combination of slash and dot (`/.`).
### PoC
```
npm create vite@latest
cd vite-project/
cat "secret" > .env
npm install
npm run dev
curl --request-target /.env/. http://localhost:5173
```


---
### Release Notes
vitejs/vite (vite)
###
[`v6.2.7`](https://redirect.github.com/vitejs/vite/releases/tag/v6.2.7)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.2.6...v6.2.7)
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md)
for details.
---
### Configuration
📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6ff1f52fe5..e7009c9de3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -330,7 +330,7 @@ importers:
version: 1.0.4
vite:
specifier: ^6
- version: 6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
vitest:
specifier: ^3
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.4)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1)
@@ -9864,8 +9864,8 @@ packages:
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
- vite@6.2.6:
- resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==}
+ vite@6.2.7:
+ resolution: {integrity: sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
@@ -13766,13 +13766,13 @@ snapshots:
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.1.1(vite@6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))':
+ '@vitest/mocker@3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))':
dependencies:
'@vitest/spy': 3.1.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
'@vitest/pretty-format@3.1.1':
dependencies:
@@ -21443,7 +21443,7 @@ snapshots:
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
- vite: 6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -21458,7 +21458,7 @@ snapshots:
- tsx
- yaml
- vite@6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1):
+ vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1):
dependencies:
esbuild: 0.25.3
postcss: 8.5.3
@@ -21473,7 +21473,7 @@ snapshots:
vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.4)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1):
dependencies:
'@vitest/expect': 3.1.1
- '@vitest/mocker': 3.1.1(vite@6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))
+ '@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
@@ -21489,7 +21489,7 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.2.6(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
vite-node: 3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
why-is-node-running: 2.3.0
optionalDependencies:
From 23f89da8e482760f6df8df1e6bebf5e0943e3424 Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Sun, 4 May 2025 23:45:20 -0400
Subject: [PATCH 02/38] fix(@formatjs/cli): support space for in-file
---
packages/cli-lib/src/cli.ts | 2 +-
.../extract/__snapshots__/integration.test.ts.snap | 3 +++
packages/cli/integration-tests/extract/inFile.txt | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/packages/cli-lib/src/cli.ts b/packages/cli-lib/src/cli.ts
index 33c076d547..8418a6e22f 100644
--- a/packages/cli-lib/src/cli.ts
+++ b/packages/cli-lib/src/cli.ts
@@ -137,7 +137,7 @@ sentences are not translator-friendly.`
const inFile = readFileSync(cmdObj.inFile, 'utf8')
files.push(
...inFile
- .split('\n')
+ .split(/\n|\s+/)
.filter(Boolean)
.map(f => resolve(f))
)
diff --git a/packages/cli/integration-tests/extract/__snapshots__/integration.test.ts.snap b/packages/cli/integration-tests/extract/__snapshots__/integration.test.ts.snap
index 792e970c5c..be2857e7db 100644
--- a/packages/cli/integration-tests/extract/__snapshots__/integration.test.ts.snap
+++ b/packages/cli/integration-tests/extract/__snapshots__/integration.test.ts.snap
@@ -342,6 +342,9 @@ exports[`basic case: inFile 2`] = `
"defaultMessage": "{count, plural, =0 {😭} one {# kitten} other {# kittens}}",
"description": "Counts kittens",
},
+ "bar": {
+ "defaultMessage": "Bar",
+ },
"escaped.apostrophe": {
"defaultMessage": "A quoted value ''{value}'",
"description": "Escaped apostrophe",
diff --git a/packages/cli/integration-tests/extract/inFile.txt b/packages/cli/integration-tests/extract/inFile.txt
index 42bfef397b..4bd9b18629 100644
--- a/packages/cli/integration-tests/extract/inFile.txt
+++ b/packages/cli/integration-tests/extract/inFile.txt
@@ -1,2 +1,2 @@
defineMessages/actual.js
-duplicated/file1.tsx
\ No newline at end of file
+inFile/file1.tsx inFile/file2.tsx
\ No newline at end of file
From d26fe5a0d2d17c8d6d669ba95989aeb83fc9a0ef Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Sun, 4 May 2025 23:45:48 -0400
Subject: [PATCH 03/38] build: publish
- @formatjs/cli-lib@7.4.1
- @formatjs/cli@6.7.1
---
packages/cli-lib/CHANGELOG.md | 6 ++++++
packages/cli-lib/package.json | 2 +-
packages/cli/CHANGELOG.md | 6 ++++++
packages/cli/package.json | 2 +-
4 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/packages/cli-lib/CHANGELOG.md b/packages/cli-lib/CHANGELOG.md
index 1a20fc9eef..6a29841008 100644
--- a/packages/cli-lib/CHANGELOG.md
+++ b/packages/cli-lib/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [7.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@7.4.0...@formatjs/cli-lib@7.4.1) (2025-05-05)
+
+### Bug Fixes
+
+* **@formatjs/cli:** support space for in-file ([23f89da](https://github.com/formatjs/formatjs/commit/23f89da8e482760f6df8df1e6bebf5e0943e3424)) - by @longlho
+
# [7.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@7.3.4...@formatjs/cli-lib@7.4.0) (2025-05-05)
### Features
diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json
index a9c5f7dae8..501451ec1c 100644
--- a/packages/cli-lib/package.json
+++ b/packages/cli-lib/package.json
@@ -1,7 +1,7 @@
{
"name": "@formatjs/cli-lib",
"description": "Lib for CLI for formatjs.",
- "version": "7.4.0",
+ "version": "7.4.1",
"license": "MIT",
"author": "Linjie Ding ",
"engines": {
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 6321927518..d2eac74ed5 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.7.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.7.0...@formatjs/cli@6.7.1) (2025-05-05)
+
+### Bug Fixes
+
+* **@formatjs/cli:** support space for in-file ([23f89da](https://github.com/formatjs/formatjs/commit/23f89da8e482760f6df8df1e6bebf5e0943e3424)) - by @longlho
+
# [6.7.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.6.4...@formatjs/cli@6.7.0) (2025-05-05)
### Features
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 922cd433a6..dbbc0a10bb 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@formatjs/cli",
"description": "A CLI for formatjs.",
- "version": "6.7.0",
+ "version": "6.7.1",
"license": "MIT",
"author": "Linjie Ding ",
"engines": {
From 77e51b236c0c2344155d6afccf412b4f2d8a2eae Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Sun, 4 May 2025 23:46:32 -0400
Subject: [PATCH 04/38] chore: fix tests
---
.../cli/integration-tests/extract/inFile/file1.tsx | 10 ++++++++++
.../cli/integration-tests/extract/inFile/file2.tsx | 10 ++++++++++
2 files changed, 20 insertions(+)
create mode 100644 packages/cli/integration-tests/extract/inFile/file1.tsx
create mode 100644 packages/cli/integration-tests/extract/inFile/file2.tsx
diff --git a/packages/cli/integration-tests/extract/inFile/file1.tsx b/packages/cli/integration-tests/extract/inFile/file1.tsx
new file mode 100644
index 0000000000..e57efb13f1
--- /dev/null
+++ b/packages/cli/integration-tests/extract/inFile/file1.tsx
@@ -0,0 +1,10 @@
+import React from 'react'
+import {FormattedMessage} from 'react-intl'
+
+export function Foo() {
+ return (
+
+
+
+ )
+}
diff --git a/packages/cli/integration-tests/extract/inFile/file2.tsx b/packages/cli/integration-tests/extract/inFile/file2.tsx
new file mode 100644
index 0000000000..b177d6387d
--- /dev/null
+++ b/packages/cli/integration-tests/extract/inFile/file2.tsx
@@ -0,0 +1,10 @@
+import React from 'react'
+import {FormattedMessage} from 'react-intl'
+
+export function Bar() {
+ return (
+
+
+
+ )
+}
From 36c7969d3fb819a366112fc9f9ea261dd12f8bf1 Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Wed, 21 May 2025 11:54:48 -0400
Subject: [PATCH 05/38] chore: check in ISO4217 file since it keeps changing
(#4982)
---
MODULE.bazel | 6 -
data/BUILD.bazel | 8 +
data/list-one.xml | 1956 +++++++++++++++++
packages/utils/BUILD | 2 +-
.../src/currencyMinorUnits.generated.json | 2 +-
5 files changed, 1966 insertions(+), 8 deletions(-)
create mode 100644 data/BUILD.bazel
create mode 100644 data/list-one.xml
diff --git a/MODULE.bazel b/MODULE.bazel
index 32450f878f..79a778218f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -187,9 +187,3 @@ http_file(
sha256 = "ad985d5721f3fa6b45495663dfe44180f2f68976100dee0ea7451ef1a8f838e8",
url = "https://www.unicode.org/Public/16.0.0/ucd/auxiliary/WordBreakTest.txt",
)
-
-http_file(
- name = "ISO4217",
- sha256 = "9c3ba6947bd6d2f5261d90af2dc5118542c452bb7dd5765179fd8be1bc004a2f",
- url = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml",
-)
diff --git a/data/BUILD.bazel b/data/BUILD.bazel
new file mode 100644
index 0000000000..933c19e996
--- /dev/null
+++ b/data/BUILD.bazel
@@ -0,0 +1,8 @@
+exports_files(
+ [
+ # This comes from https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml
+ # We check this in bc the don't version this file
+ "list-one.xml",
+ ],
+ visibility = ["//visibility:public"],
+)
diff --git a/data/list-one.xml b/data/list-one.xml
new file mode 100644
index 0000000000..76e99cde2b
--- /dev/null
+++ b/data/list-one.xml
@@ -0,0 +1,1956 @@
+
+
+
+
+ AFGHANISTAN
+ Afghani
+ AFN
+ 971
+ 2
+
+
+ ÅLAND ISLANDS
+ Euro
+ EUR
+ 978
+ 2
+
+
+ ALBANIA
+ Lek
+ ALL
+ 008
+ 2
+
+
+ ALGERIA
+ Algerian Dinar
+ DZD
+ 012
+ 2
+
+
+ AMERICAN SAMOA
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ ANDORRA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ ANGOLA
+ Kwanza
+ AOA
+ 973
+ 2
+
+
+ ANGUILLA
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ ANTARCTICA
+ No universal currency
+
+
+ ANTIGUA AND BARBUDA
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ ARAB MONETARY FUND
+ Arab Accounting Dinar
+ XAD
+ 396
+ 2
+
+
+ ARGENTINA
+ Argentine Peso
+ ARS
+ 032
+ 2
+
+
+ ARMENIA
+ Armenian Dram
+ AMD
+ 051
+ 2
+
+
+ ARUBA
+ Aruban Florin
+ AWG
+ 533
+ 2
+
+
+ AUSTRALIA
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ AUSTRIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ AZERBAIJAN
+ Azerbaijan Manat
+ AZN
+ 944
+ 2
+
+
+ BAHAMAS (THE)
+ Bahamian Dollar
+ BSD
+ 044
+ 2
+
+
+ BAHRAIN
+ Bahraini Dinar
+ BHD
+ 048
+ 3
+
+
+ BANGLADESH
+ Taka
+ BDT
+ 050
+ 2
+
+
+ BARBADOS
+ Barbados Dollar
+ BBD
+ 052
+ 2
+
+
+ BELARUS
+ Belarusian Ruble
+ BYN
+ 933
+ 2
+
+
+ BELGIUM
+ Euro
+ EUR
+ 978
+ 2
+
+
+ BELIZE
+ Belize Dollar
+ BZD
+ 084
+ 2
+
+
+ BENIN
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ BERMUDA
+ Bermudian Dollar
+ BMD
+ 060
+ 2
+
+
+ BHUTAN
+ Indian Rupee
+ INR
+ 356
+ 2
+
+
+ BHUTAN
+ Ngultrum
+ BTN
+ 064
+ 2
+
+
+ BOLIVIA (PLURINATIONAL STATE OF)
+ Boliviano
+ BOB
+ 068
+ 2
+
+
+ BOLIVIA (PLURINATIONAL STATE OF)
+ Mvdol
+ BOV
+ 984
+ 2
+
+
+ BONAIRE, SINT EUSTATIUS AND SABA
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ BOSNIA AND HERZEGOVINA
+ Convertible Mark
+ BAM
+ 977
+ 2
+
+
+ BOTSWANA
+ Pula
+ BWP
+ 072
+ 2
+
+
+ BOUVET ISLAND
+ Norwegian Krone
+ NOK
+ 578
+ 2
+
+
+ BRAZIL
+ Brazilian Real
+ BRL
+ 986
+ 2
+
+
+ BRITISH INDIAN OCEAN TERRITORY (THE)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ BRUNEI DARUSSALAM
+ Brunei Dollar
+ BND
+ 096
+ 2
+
+
+ BULGARIA
+ Bulgarian Lev
+ BGN
+ 975
+ 2
+
+
+ BURKINA FASO
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ BURUNDI
+ Burundi Franc
+ BIF
+ 108
+ 0
+
+
+ CABO VERDE
+ Cabo Verde Escudo
+ CVE
+ 132
+ 2
+
+
+ CAMBODIA
+ Riel
+ KHR
+ 116
+ 2
+
+
+ CAMEROON
+ CFA Franc BEAC
+ XAF
+ 950
+ 0
+
+
+ CANADA
+ Canadian Dollar
+ CAD
+ 124
+ 2
+
+
+ CAYMAN ISLANDS (THE)
+ Cayman Islands Dollar
+ KYD
+ 136
+ 2
+
+
+ CENTRAL AFRICAN REPUBLIC (THE)
+ CFA Franc BEAC
+ XAF
+ 950
+ 0
+
+
+ CHAD
+ CFA Franc BEAC
+ XAF
+ 950
+ 0
+
+
+ CHILE
+ Chilean Peso
+ CLP
+ 152
+ 0
+
+
+ CHILE
+ Unidad de Fomento
+ CLF
+ 990
+ 4
+
+
+ CHINA
+ Yuan Renminbi
+ CNY
+ 156
+ 2
+
+
+ CHRISTMAS ISLAND
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ COCOS (KEELING) ISLANDS (THE)
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ COLOMBIA
+ Colombian Peso
+ COP
+ 170
+ 2
+
+
+ COLOMBIA
+ Unidad de Valor Real
+ COU
+ 970
+ 2
+
+
+ COMOROS (THE)
+ Comorian Franc
+ KMF
+ 174
+ 0
+
+
+ CONGO (THE DEMOCRATIC REPUBLIC OF THE)
+ Congolese Franc
+ CDF
+ 976
+ 2
+
+
+ CONGO (THE)
+ CFA Franc BEAC
+ XAF
+ 950
+ 0
+
+
+ COOK ISLANDS (THE)
+ New Zealand Dollar
+ NZD
+ 554
+ 2
+
+
+ COSTA RICA
+ Costa Rican Colon
+ CRC
+ 188
+ 2
+
+
+ CÔTE D'IVOIRE
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ CROATIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ CUBA
+ Cuban Peso
+ CUP
+ 192
+ 2
+
+
+ CURAÇAO
+ Caribbean Guilder
+ XCG
+ 532
+ 2
+
+
+ CYPRUS
+ Euro
+ EUR
+ 978
+ 2
+
+
+ CZECHIA
+ Czech Koruna
+ CZK
+ 203
+ 2
+
+
+ DENMARK
+ Danish Krone
+ DKK
+ 208
+ 2
+
+
+ DJIBOUTI
+ Djibouti Franc
+ DJF
+ 262
+ 0
+
+
+ DOMINICA
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ DOMINICAN REPUBLIC (THE)
+ Dominican Peso
+ DOP
+ 214
+ 2
+
+
+ ECUADOR
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ EGYPT
+ Egyptian Pound
+ EGP
+ 818
+ 2
+
+
+ EL SALVADOR
+ El Salvador Colon
+ SVC
+ 222
+ 2
+
+
+ EL SALVADOR
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ EQUATORIAL GUINEA
+ CFA Franc BEAC
+ XAF
+ 950
+ 0
+
+
+ ERITREA
+ Nakfa
+ ERN
+ 232
+ 2
+
+
+ ESTONIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ ESWATINI
+ Lilangeni
+ SZL
+ 748
+ 2
+
+
+ ETHIOPIA
+ Ethiopian Birr
+ ETB
+ 230
+ 2
+
+
+ EUROPEAN UNION
+ Euro
+ EUR
+ 978
+ 2
+
+
+ FALKLAND ISLANDS (THE) [MALVINAS]
+ Falkland Islands Pound
+ FKP
+ 238
+ 2
+
+
+ FAROE ISLANDS (THE)
+ Danish Krone
+ DKK
+ 208
+ 2
+
+
+ FIJI
+ Fiji Dollar
+ FJD
+ 242
+ 2
+
+
+ FINLAND
+ Euro
+ EUR
+ 978
+ 2
+
+
+ FRANCE
+ Euro
+ EUR
+ 978
+ 2
+
+
+ FRENCH GUIANA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ FRENCH POLYNESIA
+ CFP Franc
+ XPF
+ 953
+ 0
+
+
+ FRENCH SOUTHERN TERRITORIES (THE)
+ Euro
+ EUR
+ 978
+ 2
+
+
+ GABON
+ CFA Franc BEAC
+ XAF
+ 950
+ 0
+
+
+ GAMBIA (THE)
+ Dalasi
+ GMD
+ 270
+ 2
+
+
+ GEORGIA
+ Lari
+ GEL
+ 981
+ 2
+
+
+ GERMANY
+ Euro
+ EUR
+ 978
+ 2
+
+
+ GHANA
+ Ghana Cedi
+ GHS
+ 936
+ 2
+
+
+ GIBRALTAR
+ Gibraltar Pound
+ GIP
+ 292
+ 2
+
+
+ GREECE
+ Euro
+ EUR
+ 978
+ 2
+
+
+ GREENLAND
+ Danish Krone
+ DKK
+ 208
+ 2
+
+
+ GRENADA
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ GUADELOUPE
+ Euro
+ EUR
+ 978
+ 2
+
+
+ GUAM
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ GUATEMALA
+ Quetzal
+ GTQ
+ 320
+ 2
+
+
+ GUERNSEY
+ Pound Sterling
+ GBP
+ 826
+ 2
+
+
+ GUINEA
+ Guinean Franc
+ GNF
+ 324
+ 0
+
+
+ GUINEA-BISSAU
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ GUYANA
+ Guyana Dollar
+ GYD
+ 328
+ 2
+
+
+ HAITI
+ Gourde
+ HTG
+ 332
+ 2
+
+
+ HAITI
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ HEARD ISLAND AND McDONALD ISLANDS
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ HOLY SEE (THE)
+ Euro
+ EUR
+ 978
+ 2
+
+
+ HONDURAS
+ Lempira
+ HNL
+ 340
+ 2
+
+
+ HONG KONG
+ Hong Kong Dollar
+ HKD
+ 344
+ 2
+
+
+ HUNGARY
+ Forint
+ HUF
+ 348
+ 2
+
+
+ ICELAND
+ Iceland Krona
+ ISK
+ 352
+ 0
+
+
+ INDIA
+ Indian Rupee
+ INR
+ 356
+ 2
+
+
+ INDONESIA
+ Rupiah
+ IDR
+ 360
+ 2
+
+
+ INTERNATIONAL MONETARY FUND (IMF)
+ SDR (Special Drawing Right)
+ XDR
+ 960
+ N.A.
+
+
+ IRAN (ISLAMIC REPUBLIC OF)
+ Iranian Rial
+ IRR
+ 364
+ 2
+
+
+ IRAQ
+ Iraqi Dinar
+ IQD
+ 368
+ 3
+
+
+ IRELAND
+ Euro
+ EUR
+ 978
+ 2
+
+
+ ISLE OF MAN
+ Pound Sterling
+ GBP
+ 826
+ 2
+
+
+ ISRAEL
+ New Israeli Sheqel
+ ILS
+ 376
+ 2
+
+
+ ITALY
+ Euro
+ EUR
+ 978
+ 2
+
+
+ JAMAICA
+ Jamaican Dollar
+ JMD
+ 388
+ 2
+
+
+ JAPAN
+ Yen
+ JPY
+ 392
+ 0
+
+
+ JERSEY
+ Pound Sterling
+ GBP
+ 826
+ 2
+
+
+ JORDAN
+ Jordanian Dinar
+ JOD
+ 400
+ 3
+
+
+ KAZAKHSTAN
+ Tenge
+ KZT
+ 398
+ 2
+
+
+ KENYA
+ Kenyan Shilling
+ KES
+ 404
+ 2
+
+
+ KIRIBATI
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF)
+ North Korean Won
+ KPW
+ 408
+ 2
+
+
+ KOREA (THE REPUBLIC OF)
+ Won
+ KRW
+ 410
+ 0
+
+
+ KUWAIT
+ Kuwaiti Dinar
+ KWD
+ 414
+ 3
+
+
+ KYRGYZSTAN
+ Som
+ KGS
+ 417
+ 2
+
+
+ LAO PEOPLE’S DEMOCRATIC REPUBLIC (THE)
+ Lao Kip
+ LAK
+ 418
+ 2
+
+
+ LATVIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ LEBANON
+ Lebanese Pound
+ LBP
+ 422
+ 2
+
+
+ LESOTHO
+ Loti
+ LSL
+ 426
+ 2
+
+
+ LESOTHO
+ Rand
+ ZAR
+ 710
+ 2
+
+
+ LIBERIA
+ Liberian Dollar
+ LRD
+ 430
+ 2
+
+
+ LIBYA
+ Libyan Dinar
+ LYD
+ 434
+ 3
+
+
+ LIECHTENSTEIN
+ Swiss Franc
+ CHF
+ 756
+ 2
+
+
+ LITHUANIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ LUXEMBOURG
+ Euro
+ EUR
+ 978
+ 2
+
+
+ MACAO
+ Pataca
+ MOP
+ 446
+ 2
+
+
+ NORTH MACEDONIA
+ Denar
+ MKD
+ 807
+ 2
+
+
+ MADAGASCAR
+ Malagasy Ariary
+ MGA
+ 969
+ 2
+
+
+ MALAWI
+ Malawi Kwacha
+ MWK
+ 454
+ 2
+
+
+ MALAYSIA
+ Malaysian Ringgit
+ MYR
+ 458
+ 2
+
+
+ MALDIVES
+ Rufiyaa
+ MVR
+ 462
+ 2
+
+
+ MALI
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ MALTA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ MARSHALL ISLANDS (THE)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ MARTINIQUE
+ Euro
+ EUR
+ 978
+ 2
+
+
+ MAURITANIA
+ Ouguiya
+ MRU
+ 929
+ 2
+
+
+ MAURITIUS
+ Mauritius Rupee
+ MUR
+ 480
+ 2
+
+
+ MAYOTTE
+ Euro
+ EUR
+ 978
+ 2
+
+
+ MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP
+ ADB Unit of Account
+ XUA
+ 965
+ N.A.
+
+
+ MEXICO
+ Mexican Peso
+ MXN
+ 484
+ 2
+
+
+ MEXICO
+ Mexican Unidad de Inversion (UDI)
+ MXV
+ 979
+ 2
+
+
+ MICRONESIA (FEDERATED STATES OF)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ MOLDOVA (THE REPUBLIC OF)
+ Moldovan Leu
+ MDL
+ 498
+ 2
+
+
+ MONACO
+ Euro
+ EUR
+ 978
+ 2
+
+
+ MONGOLIA
+ Tugrik
+ MNT
+ 496
+ 2
+
+
+ MONTENEGRO
+ Euro
+ EUR
+ 978
+ 2
+
+
+ MONTSERRAT
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ MOROCCO
+ Moroccan Dirham
+ MAD
+ 504
+ 2
+
+
+ MOZAMBIQUE
+ Mozambique Metical
+ MZN
+ 943
+ 2
+
+
+ MYANMAR
+ Kyat
+ MMK
+ 104
+ 2
+
+
+ NAMIBIA
+ Namibia Dollar
+ NAD
+ 516
+ 2
+
+
+ NAMIBIA
+ Rand
+ ZAR
+ 710
+ 2
+
+
+ NAURU
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ NEPAL
+ Nepalese Rupee
+ NPR
+ 524
+ 2
+
+
+ NETHERLANDS (THE)
+ Euro
+ EUR
+ 978
+ 2
+
+
+ NEW CALEDONIA
+ CFP Franc
+ XPF
+ 953
+ 0
+
+
+ NEW ZEALAND
+ New Zealand Dollar
+ NZD
+ 554
+ 2
+
+
+ NICARAGUA
+ Cordoba Oro
+ NIO
+ 558
+ 2
+
+
+ NIGER (THE)
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ NIGERIA
+ Naira
+ NGN
+ 566
+ 2
+
+
+ NIUE
+ New Zealand Dollar
+ NZD
+ 554
+ 2
+
+
+ NORFOLK ISLAND
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ NORTHERN MARIANA ISLANDS (THE)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ NORWAY
+ Norwegian Krone
+ NOK
+ 578
+ 2
+
+
+ OMAN
+ Rial Omani
+ OMR
+ 512
+ 3
+
+
+ PAKISTAN
+ Pakistan Rupee
+ PKR
+ 586
+ 2
+
+
+ PALAU
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ PALESTINE, STATE OF
+ No universal currency
+
+
+ PANAMA
+ Balboa
+ PAB
+ 590
+ 2
+
+
+ PANAMA
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ PAPUA NEW GUINEA
+ Kina
+ PGK
+ 598
+ 2
+
+
+ PARAGUAY
+ Guarani
+ PYG
+ 600
+ 0
+
+
+ PERU
+ Sol
+ PEN
+ 604
+ 2
+
+
+ PHILIPPINES (THE)
+ Philippine Peso
+ PHP
+ 608
+ 2
+
+
+ PITCAIRN
+ New Zealand Dollar
+ NZD
+ 554
+ 2
+
+
+ POLAND
+ Zloty
+ PLN
+ 985
+ 2
+
+
+ PORTUGAL
+ Euro
+ EUR
+ 978
+ 2
+
+
+ PUERTO RICO
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ QATAR
+ Qatari Rial
+ QAR
+ 634
+ 2
+
+
+ RÉUNION
+ Euro
+ EUR
+ 978
+ 2
+
+
+ ROMANIA
+ Romanian Leu
+ RON
+ 946
+ 2
+
+
+ RUSSIAN FEDERATION (THE)
+ Russian Ruble
+ RUB
+ 643
+ 2
+
+
+ RWANDA
+ Rwanda Franc
+ RWF
+ 646
+ 0
+
+
+ SAINT BARTHÉLEMY
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA
+ Saint Helena Pound
+ SHP
+ 654
+ 2
+
+
+ SAINT KITTS AND NEVIS
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ SAINT LUCIA
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ SAINT MARTIN (FRENCH PART)
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SAINT PIERRE AND MIQUELON
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SAINT VINCENT AND THE GRENADINES
+ East Caribbean Dollar
+ XCD
+ 951
+ 2
+
+
+ SAMOA
+ Tala
+ WST
+ 882
+ 2
+
+
+ SAN MARINO
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SAO TOME AND PRINCIPE
+ Dobra
+ STN
+ 930
+ 2
+
+
+ SAUDI ARABIA
+ Saudi Riyal
+ SAR
+ 682
+ 2
+
+
+ SENEGAL
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ SERBIA
+ Serbian Dinar
+ RSD
+ 941
+ 2
+
+
+ SEYCHELLES
+ Seychelles Rupee
+ SCR
+ 690
+ 2
+
+
+ SIERRA LEONE
+ Leone
+ SLE
+ 925
+ 2
+
+
+ SINGAPORE
+ Singapore Dollar
+ SGD
+ 702
+ 2
+
+
+ SINT MAARTEN (DUTCH PART)
+ Caribbean Guilder
+ XCG
+ 532
+ 2
+
+
+ SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS "SUCRE"
+ Sucre
+ XSU
+ 994
+ N.A.
+
+
+ SLOVAKIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SLOVENIA
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SOLOMON ISLANDS
+ Solomon Islands Dollar
+ SBD
+ 090
+ 2
+
+
+ SOMALIA
+ Somali Shilling
+ SOS
+ 706
+ 2
+
+
+ SOUTH AFRICA
+ Rand
+ ZAR
+ 710
+ 2
+
+
+ SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
+ No universal currency
+
+
+ SOUTH SUDAN
+ South Sudanese Pound
+ SSP
+ 728
+ 2
+
+
+ SPAIN
+ Euro
+ EUR
+ 978
+ 2
+
+
+ SRI LANKA
+ Sri Lanka Rupee
+ LKR
+ 144
+ 2
+
+
+ SUDAN (THE)
+ Sudanese Pound
+ SDG
+ 938
+ 2
+
+
+ SURINAME
+ Surinam Dollar
+ SRD
+ 968
+ 2
+
+
+ SVALBARD AND JAN MAYEN
+ Norwegian Krone
+ NOK
+ 578
+ 2
+
+
+ SWEDEN
+ Swedish Krona
+ SEK
+ 752
+ 2
+
+
+ SWITZERLAND
+ Swiss Franc
+ CHF
+ 756
+ 2
+
+
+ SWITZERLAND
+ WIR Euro
+ CHE
+ 947
+ 2
+
+
+ SWITZERLAND
+ WIR Franc
+ CHW
+ 948
+ 2
+
+
+ SYRIAN ARAB REPUBLIC
+ Syrian Pound
+ SYP
+ 760
+ 2
+
+
+ TAIWAN (PROVINCE OF CHINA)
+ New Taiwan Dollar
+ TWD
+ 901
+ 2
+
+
+ TAJIKISTAN
+ Somoni
+ TJS
+ 972
+ 2
+
+
+ TANZANIA, UNITED REPUBLIC OF
+ Tanzanian Shilling
+ TZS
+ 834
+ 2
+
+
+ THAILAND
+ Baht
+ THB
+ 764
+ 2
+
+
+ TIMOR-LESTE
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ TOGO
+ CFA Franc BCEAO
+ XOF
+ 952
+ 0
+
+
+ TOKELAU
+ New Zealand Dollar
+ NZD
+ 554
+ 2
+
+
+ TONGA
+ Pa’anga
+ TOP
+ 776
+ 2
+
+
+ TRINIDAD AND TOBAGO
+ Trinidad and Tobago Dollar
+ TTD
+ 780
+ 2
+
+
+ TUNISIA
+ Tunisian Dinar
+ TND
+ 788
+ 3
+
+
+ TÜRKİYE
+ Turkish Lira
+ TRY
+ 949
+ 2
+
+
+ TURKMENISTAN
+ Turkmenistan New Manat
+ TMT
+ 934
+ 2
+
+
+ TURKS AND CAICOS ISLANDS (THE)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ TUVALU
+ Australian Dollar
+ AUD
+ 036
+ 2
+
+
+ UGANDA
+ Uganda Shilling
+ UGX
+ 800
+ 0
+
+
+ UKRAINE
+ Hryvnia
+ UAH
+ 980
+ 2
+
+
+ UNITED ARAB EMIRATES (THE)
+ UAE Dirham
+ AED
+ 784
+ 2
+
+
+ UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)
+ Pound Sterling
+ GBP
+ 826
+ 2
+
+
+ UNITED STATES MINOR OUTLYING ISLANDS (THE)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ UNITED STATES OF AMERICA (THE)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ UNITED STATES OF AMERICA (THE)
+ US Dollar (Next day)
+ USN
+ 997
+ 2
+
+
+ URUGUAY
+ Peso Uruguayo
+ UYU
+ 858
+ 2
+
+
+ URUGUAY
+ Uruguay Peso en Unidades Indexadas (UI)
+ UYI
+ 940
+ 0
+
+
+ URUGUAY
+ Unidad Previsional
+ UYW
+ 927
+ 4
+
+
+ UZBEKISTAN
+ Uzbekistan Sum
+ UZS
+ 860
+ 2
+
+
+ VANUATU
+ Vatu
+ VUV
+ 548
+ 0
+
+
+ VENEZUELA (BOLIVARIAN REPUBLIC OF)
+ Bolívar Soberano
+ VES
+ 928
+ 2
+
+
+ VENEZUELA (BOLIVARIAN REPUBLIC OF)
+ Bolívar Soberano
+ VED
+ 926
+ 2
+
+
+ VIET NAM
+ Dong
+ VND
+ 704
+ 0
+
+
+ VIRGIN ISLANDS (BRITISH)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ VIRGIN ISLANDS (U.S.)
+ US Dollar
+ USD
+ 840
+ 2
+
+
+ WALLIS AND FUTUNA
+ CFP Franc
+ XPF
+ 953
+ 0
+
+
+ WESTERN SAHARA
+ Moroccan Dirham
+ MAD
+ 504
+ 2
+
+
+ YEMEN
+ Yemeni Rial
+ YER
+ 886
+ 2
+
+
+ ZAMBIA
+ Zambian Kwacha
+ ZMW
+ 967
+ 2
+
+
+ ZIMBABWE
+ Zimbabwe Gold
+ ZWG
+ 924
+ 2
+
+
+ ZZ01_Bond Markets Unit European_EURCO
+ Bond Markets Unit European Composite Unit (EURCO)
+ XBA
+ 955
+ N.A.
+
+
+ ZZ02_Bond Markets Unit European_EMU-6
+ Bond Markets Unit European Monetary Unit (E.M.U.-6)
+ XBB
+ 956
+ N.A.
+
+
+ ZZ03_Bond Markets Unit European_EUA-9
+ Bond Markets Unit European Unit of Account 9 (E.U.A.-9)
+ XBC
+ 957
+ N.A.
+
+
+ ZZ04_Bond Markets Unit European_EUA-17
+ Bond Markets Unit European Unit of Account 17 (E.U.A.-17)
+ XBD
+ 958
+ N.A.
+
+
+ ZZ06_Testing_Code
+ Codes specifically reserved for testing purposes
+ XTS
+ 963
+ N.A.
+
+
+ ZZ07_No_Currency
+ The codes assigned for transactions where no currency is involved
+ XXX
+ 999
+ N.A.
+
+
+ ZZ08_Gold
+ Gold
+ XAU
+ 959
+ N.A.
+
+
+ ZZ09_Palladium
+ Palladium
+ XPD
+ 964
+ N.A.
+
+
+ ZZ10_Platinum
+ Platinum
+ XPT
+ 962
+ N.A.
+
+
+ ZZ11_Silver
+ Silver
+ XAG
+ 961
+ N.A.
+
+
+
\ No newline at end of file
diff --git a/packages/utils/BUILD b/packages/utils/BUILD
index dd8a0b4778..f2a6c1324a 100644
--- a/packages/utils/BUILD
+++ b/packages/utils/BUILD
@@ -82,7 +82,7 @@ generate_src_file(
copy_file(
name = "iso-4217",
- src = "@ISO4217//file",
+ src = "//data:list-one.xml",
out = "iso4217.xml",
)
diff --git a/packages/utils/src/currencyMinorUnits.generated.json b/packages/utils/src/currencyMinorUnits.generated.json
index 87315b90eb..38767504f4 100644
--- a/packages/utils/src/currencyMinorUnits.generated.json
+++ b/packages/utils/src/currencyMinorUnits.generated.json
@@ -1 +1 @@
-{"AFN":2,"EUR":2,"ALL":2,"DZD":2,"USD":2,"AOA":2,"XCD":2,"ARS":2,"AMD":2,"AWG":2,"AUD":2,"AZN":2,"BSD":2,"BHD":3,"BDT":2,"BBD":2,"BYN":2,"BZD":2,"XOF":0,"BMD":2,"INR":2,"BTN":2,"BOB":2,"BOV":2,"BAM":2,"BWP":2,"NOK":2,"BRL":2,"BND":2,"BGN":2,"BIF":0,"CVE":2,"KHR":2,"XAF":0,"CAD":2,"KYD":2,"CLP":0,"CLF":4,"CNY":2,"COP":2,"COU":2,"KMF":0,"CDF":2,"NZD":2,"CRC":2,"CUP":2,"XCG":2,"CZK":2,"DKK":2,"DJF":0,"DOP":2,"EGP":2,"SVC":2,"ERN":2,"SZL":2,"ETB":2,"FKP":2,"FJD":2,"XPF":0,"GMD":2,"GEL":2,"GHS":2,"GIP":2,"GTQ":2,"GBP":2,"GNF":0,"GYD":2,"HTG":2,"HNL":2,"HKD":2,"HUF":2,"ISK":0,"IDR":2,"IRR":2,"IQD":3,"ILS":2,"JMD":2,"JPY":0,"JOD":3,"KZT":2,"KES":2,"KPW":2,"KRW":0,"KWD":3,"KGS":2,"LAK":2,"LBP":2,"LSL":2,"ZAR":2,"LRD":2,"LYD":3,"CHF":2,"MOP":2,"MKD":2,"MGA":2,"MWK":2,"MYR":2,"MVR":2,"MRU":2,"MUR":2,"MXN":2,"MXV":2,"MDL":2,"MNT":2,"MAD":2,"MZN":2,"MMK":2,"NAD":2,"NPR":2,"NIO":2,"NGN":2,"OMR":3,"PKR":2,"PAB":2,"PGK":2,"PYG":0,"PEN":2,"PHP":2,"PLN":2,"QAR":2,"RON":2,"RUB":2,"RWF":0,"SHP":2,"WST":2,"STN":2,"SAR":2,"RSD":2,"SCR":2,"SLE":2,"SGD":2,"SBD":2,"SOS":2,"SSP":2,"LKR":2,"SDG":2,"SRD":2,"SEK":2,"CHE":2,"CHW":2,"SYP":2,"TWD":2,"TJS":2,"TZS":2,"THB":2,"TOP":2,"TTD":2,"TND":3,"TRY":2,"TMT":2,"UGX":0,"UAH":2,"AED":2,"USN":2,"UYU":2,"UYI":0,"UYW":4,"UZS":2,"VUV":0,"VES":2,"VED":2,"VND":0,"YER":2,"ZMW":2,"ZWG":2}
+{"AFN":2,"EUR":2,"ALL":2,"DZD":2,"USD":2,"AOA":2,"XCD":2,"XAD":2,"ARS":2,"AMD":2,"AWG":2,"AUD":2,"AZN":2,"BSD":2,"BHD":3,"BDT":2,"BBD":2,"BYN":2,"BZD":2,"XOF":0,"BMD":2,"INR":2,"BTN":2,"BOB":2,"BOV":2,"BAM":2,"BWP":2,"NOK":2,"BRL":2,"BND":2,"BGN":2,"BIF":0,"CVE":2,"KHR":2,"XAF":0,"CAD":2,"KYD":2,"CLP":0,"CLF":4,"CNY":2,"COP":2,"COU":2,"KMF":0,"CDF":2,"NZD":2,"CRC":2,"CUP":2,"XCG":2,"CZK":2,"DKK":2,"DJF":0,"DOP":2,"EGP":2,"SVC":2,"ERN":2,"SZL":2,"ETB":2,"FKP":2,"FJD":2,"XPF":0,"GMD":2,"GEL":2,"GHS":2,"GIP":2,"GTQ":2,"GBP":2,"GNF":0,"GYD":2,"HTG":2,"HNL":2,"HKD":2,"HUF":2,"ISK":0,"IDR":2,"IRR":2,"IQD":3,"ILS":2,"JMD":2,"JPY":0,"JOD":3,"KZT":2,"KES":2,"KPW":2,"KRW":0,"KWD":3,"KGS":2,"LAK":2,"LBP":2,"LSL":2,"ZAR":2,"LRD":2,"LYD":3,"CHF":2,"MOP":2,"MKD":2,"MGA":2,"MWK":2,"MYR":2,"MVR":2,"MRU":2,"MUR":2,"MXN":2,"MXV":2,"MDL":2,"MNT":2,"MAD":2,"MZN":2,"MMK":2,"NAD":2,"NPR":2,"NIO":2,"NGN":2,"OMR":3,"PKR":2,"PAB":2,"PGK":2,"PYG":0,"PEN":2,"PHP":2,"PLN":2,"QAR":2,"RON":2,"RUB":2,"RWF":0,"SHP":2,"WST":2,"STN":2,"SAR":2,"RSD":2,"SCR":2,"SLE":2,"SGD":2,"SBD":2,"SOS":2,"SSP":2,"LKR":2,"SDG":2,"SRD":2,"SEK":2,"CHE":2,"CHW":2,"SYP":2,"TWD":2,"TJS":2,"TZS":2,"THB":2,"TOP":2,"TTD":2,"TND":3,"TRY":2,"TMT":2,"UGX":0,"UAH":2,"AED":2,"USN":2,"UYU":2,"UYI":0,"UYW":4,"UZS":2,"VUV":0,"VES":2,"VED":2,"VND":0,"YER":2,"ZMW":2,"ZWG":2}
From 2a672651b2af22bd4eadccc2c4160081e0d1ac0c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 16:01:52 +0000
Subject: [PATCH 06/38] chore(deps): update dependency @types/lodash to
v4.17.17 (#4929)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash))
| [`4.17.15` ->
`4.17.17`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.15/4.17.17)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 152 ++++++++++++++++++++++++-------------------------
1 file changed, 76 insertions(+), 76 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e7009c9de3..1da37172aa 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -138,7 +138,7 @@ importers:
version: 1.1.0
'@types/lodash':
specifier: ^4.17.12
- version: 4.17.15
+ version: 4.17.17
'@types/minimist':
specifier: ^1.2.5
version: 1.2.5
@@ -987,19 +987,19 @@ importers:
devDependencies:
'@docusaurus/core':
specifier: ^3.7.0
- version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/plugin-google-analytics':
specifier: ^3.7.0
- version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/preset-classic':
specifier: ^3.7.0
- version: 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.2)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)
+ version: 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)
'@docusaurus/theme-common':
specifier: ^3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-live-codeblock':
specifier: ^3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/types':
specifier: ^3.7.0
version: 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -1008,7 +1008,7 @@ importers:
version: link:../packages/icu-messageformat-parser
'@mdx-js/react':
specifier: ^3.1.0
- version: 3.1.0(@types/react@19.1.2)(react@19.0.0)
+ version: 3.1.0(@types/react@19.1.5)(react@19.0.0)
classnames:
specifier: ^2
version: 2.5.1
@@ -1017,7 +1017,7 @@ importers:
version: 2.1.1
docusaurus-lunr-search:
specifier: ^3.5.0
- version: 3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
http-server:
specifier: ^14.1.1
version: 14.1.1
@@ -3338,8 +3338,8 @@ packages:
'@types/keyv@3.1.4':
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
- '@types/lodash@4.17.15':
- resolution: {integrity: sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==}
+ '@types/lodash@4.17.17':
+ resolution: {integrity: sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
@@ -3410,8 +3410,8 @@ packages:
'@types/react@19.0.12':
resolution: {integrity: sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==}
- '@types/react@19.1.2':
- resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==}
+ '@types/react@19.1.5':
+ resolution: {integrity: sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==}
'@types/regenerate@1.4.3':
resolution: {integrity: sha512-56IFSbwI8P0FswkxlEQhUq8HwF50scnIcskcvU0yy8jx/A1e+upJSiiTw2RD1QxCHvJQZdH7HVoKWF0n4fbQJA==}
@@ -11619,14 +11619,14 @@ snapshots:
'@docsearch/css@3.8.2': {}
- '@docsearch/react@3.8.2(@algolia/client-search@5.19.0)(@types/react@19.1.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)':
+ '@docsearch/react@3.8.2(@algolia/client-search@5.19.0)(@types/react@19.1.5)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)':
dependencies:
'@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.19.0)(algoliasearch@5.19.0)(search-insights@2.17.2)
'@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.19.0)(algoliasearch@5.19.0)
'@docsearch/css': 3.8.2
algoliasearch: 5.19.0
optionalDependencies:
- '@types/react': 19.1.2
+ '@types/react': 19.1.5
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
search-insights: 2.17.2
@@ -11705,7 +11705,7 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
'@docusaurus/babel': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/bundler': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
@@ -11714,7 +11714,7 @@ snapshots:
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@mdx-js/react': 3.1.0(@types/react@19.1.2)(react@19.0.0)
+ '@mdx-js/react': 3.1.0(@types/react@19.1.5)(react@19.0.0)
boxen: 6.2.1
chalk: 4.1.2
chokidar: 3.6.0
@@ -11839,13 +11839,13 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11883,13 +11883,13 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11925,9 +11925,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11958,9 +11958,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
fs-extra: 11.3.0
@@ -11989,9 +11989,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
@@ -12018,9 +12018,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/gtag.js': 0.0.12
@@ -12048,9 +12048,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
@@ -12077,9 +12077,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/logger': 3.7.0
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -12111,9 +12111,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -12144,21 +12144,21 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.2)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.2)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.2)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)
+ '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)':
+ dependencies:
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -12188,25 +12188,25 @@ snapshots:
'@docusaurus/react-loadable@6.0.0(react@19.0.0)':
dependencies:
- '@types/react': 19.1.2
+ '@types/react': 19.1.5
react: 19.0.0
- '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.2)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@mdx-js/react': 3.1.0(@types/react@19.1.2)(react@19.0.0)
+ '@mdx-js/react': 3.1.0(@types/react@19.1.5)(react@19.0.0)
clsx: 2.1.1
copy-text-to-clipboard: 3.2.0
infima: 0.2.0-alpha.45
@@ -12242,11 +12242,11 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/history': 4.7.11
@@ -12267,10 +12267,10 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/theme-live-codeblock@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/theme-live-codeblock@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@philpl/buble': 0.19.7
@@ -12302,13 +12302,13 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.2)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)':
+ '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)':
dependencies:
- '@docsearch/react': 3.8.2(@algolia/client-search@5.19.0)(@types/react@19.1.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docsearch/react': 3.8.2(@algolia/client-search@5.19.0)(@types/react@19.1.5)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
'@docusaurus/logger': 3.7.0
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -12907,10 +12907,10 @@ snapshots:
- acorn
- supports-color
- '@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0)':
+ '@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0)':
dependencies:
'@types/mdx': 2.0.13
- '@types/react': 19.1.2
+ '@types/react': 19.1.5
react: 19.0.0
'@napi-rs/wasm-runtime@0.2.7':
@@ -13538,7 +13538,7 @@ snapshots:
dependencies:
'@types/node': 22.13.10
- '@types/lodash@4.17.15': {}
+ '@types/lodash@4.17.17': {}
'@types/mdast@4.0.4':
dependencies:
@@ -13619,7 +13619,7 @@ snapshots:
dependencies:
csstype: 3.1.3
- '@types/react@19.1.2':
+ '@types/react@19.1.5':
dependencies:
csstype: 3.1.3
@@ -15480,9 +15480,9 @@ snapshots:
dependencies:
'@leichtgewicht/ip-codec': 2.0.5
- docusaurus-lunr-search@3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
+ docusaurus-lunr-search@3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
autocomplete.js: 0.37.1
clsx: 2.1.1
gauge: 3.0.2
From 2b39258a650b5d2a30abe6884a2af17513d01f67 Mon Sep 17 00:00:00 2001
From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Date: Mon, 19 May 2025 15:59:19 -0400
Subject: [PATCH 07/38] Remove @glimmer/validator, @glimmer/reference, and
@glimmer/env -- these are not dependencies that are used for anything at
runtime
---
package.json | 3 --
packages/cli-lib/BUILD | 3 --
packages/cli-lib/package.json | 3 --
packages/cli/integration-tests/BUILD | 3 --
packages/cli/package.json | 3 --
pnpm-lock.yaml | 57 ----------------------------
6 files changed, 72 deletions(-)
diff --git a/package.json b/package.json
index cd3bc690cb..6ee60deec3 100644
--- a/package.json
+++ b/package.json
@@ -30,10 +30,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@commitlint/config-angular-type-enum": "^19.5.0",
- "@glimmer/env": "^0.1.7",
- "@glimmer/reference": "^0.94.0",
"@glimmer/syntax": "^0.94.9",
- "@glimmer/validator": "^0.94.0",
"@jest/globals": "^29.7.0",
"@jest/transform": "^29.7.0",
"@jest/types": "^29.6.3",
diff --git a/packages/cli-lib/BUILD b/packages/cli-lib/BUILD
index e632ea9600..09b30bccdb 100644
--- a/packages/cli-lib/BUILD
+++ b/packages/cli-lib/BUILD
@@ -37,10 +37,7 @@ VUE_DEPS = [
]
GLIMMER_HBS_DEPS = [
- "//:node_modules/@glimmer/env",
- "//:node_modules/@glimmer/reference",
"//:node_modules/@glimmer/syntax",
- "//:node_modules/@glimmer/validator",
"//:node_modules/content-tag",
"//:node_modules/ember-template-recast",
]
diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json
index 501451ec1c..7faae7583d 100644
--- a/packages/cli-lib/package.json
+++ b/packages/cli-lib/package.json
@@ -25,10 +25,7 @@
"typescript": "^5.6.0"
},
"peerDependencies": {
- "@glimmer/env": "^0.1.7",
- "@glimmer/reference": "^0.94.0",
"@glimmer/syntax": "^0.94.9",
- "@glimmer/validator": "^0.94.0",
"@vue/compiler-core": "^3.5.12",
"content-tag": "^3.0.0",
"ember-template-recast": "^6.1.5",
diff --git a/packages/cli/integration-tests/BUILD b/packages/cli/integration-tests/BUILD
index 16b7662738..d7f06baab2 100644
--- a/packages/cli/integration-tests/BUILD
+++ b/packages/cli/integration-tests/BUILD
@@ -5,10 +5,7 @@ load("//tools:vitest.bzl", "vitest")
npm_link_all_packages()
GLIMMER_HBS_DEPS = [
- "//:node_modules/@glimmer/env",
- "//:node_modules/@glimmer/reference",
"//:node_modules/@glimmer/syntax",
- "//:node_modules/@glimmer/validator",
"//:node_modules/content-tag",
"//:node_modules/ember-template-recast",
]
diff --git a/packages/cli/package.json b/packages/cli/package.json
index dbbc0a10bb..9c478cc006 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -11,10 +11,7 @@
"@formatjs/cli-lib": "workspace:*"
},
"peerDependencies": {
- "@glimmer/env": "^0.1.7",
- "@glimmer/reference": "^0.94.0",
"@glimmer/syntax": "^0.94.9",
- "@glimmer/validator": "^0.94.0",
"@vue/compiler-core": "^3.5.12",
"content-tag": "^3.0.0",
"ember-template-recast": "^6.1.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1da37172aa..09c2591dc3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -67,18 +67,9 @@ importers:
'@commitlint/config-angular-type-enum':
specifier: ^19.5.0
version: 19.8.0
- '@glimmer/env':
- specifier: ^0.1.7
- version: 0.1.7
- '@glimmer/reference':
- specifier: ^0.94.0
- version: 0.94.6
'@glimmer/syntax':
specifier: 0.94.9
version: 0.94.9
- '@glimmer/validator':
- specifier: ^0.94.0
- version: 0.94.6
'@jest/globals':
specifier: ^29.7.0
version: 29.7.0
@@ -394,18 +385,9 @@ importers:
packages/cli:
dependencies:
- '@glimmer/env':
- specifier: ^0.1.7
- version: 0.1.7
- '@glimmer/reference':
- specifier: ^0.94.0
- version: 0.94.6
'@glimmer/syntax':
specifier: 0.94.9
version: 0.94.9
- '@glimmer/validator':
- specifier: ^0.94.0
- version: 0.94.6
'@vue/compiler-core':
specifier: ^3.5.12
version: 3.5.13
@@ -434,18 +416,9 @@ importers:
'@formatjs/ts-transformer':
specifier: workspace:*
version: link:../ts-transformer
- '@glimmer/env':
- specifier: ^0.1.7
- version: 0.1.7
- '@glimmer/reference':
- specifier: ^0.94.0
- version: 0.94.6
'@glimmer/syntax':
specifier: 0.94.9
version: 0.94.9
- '@glimmer/validator':
- specifier: ^0.94.0
- version: 0.94.6
'@types/estree':
specifier: ^1.0.6
version: 1.0.6
@@ -2543,36 +2516,24 @@ packages:
'@glimmer/global-context@0.84.3':
resolution: {integrity: sha512-8Oy9Wg5IZxMEeAnVmzD2NkObf89BeHoFSzJgJROE/deutd3rxg83mvlOez4zBBGYwnTb+VGU2LYRpet92egJjA==}
- '@glimmer/global-context@0.93.2':
- resolution: {integrity: sha512-U5Fdf5nPBrfj8fcoM15u1NTT+/xttiRhR7MXcG1klEjliI9mfnQ5B/WgdeeEkkvVrwgKFTRmI16bt8n3n42Plg==}
-
'@glimmer/interfaces@0.94.6':
resolution: {integrity: sha512-sp/1WePvB/8O+jrcUHwjboNPTKrdGicuHKA9T/lh0vkYK2qM5Xz4i25lQMQ38tEMiw7KixrjHiTUiaXRld+IwA==}
'@glimmer/reference@0.84.3':
resolution: {integrity: sha512-lV+p/aWPVC8vUjmlvYVU7WQJsLh319SdXuAWoX/SE3pq340BJlAJiEcAc6q52y9JNhT57gMwtjMX96W5Xcx/qw==}
- '@glimmer/reference@0.94.6':
- resolution: {integrity: sha512-iNGbiIgVdTyeaUzRiDbCfBDjmq9TMWbZPNmdujKVOC4Zy9dB57OUQYc21mYXxU3SNb8sT8C9oM5lFDy8h5zImQ==}
-
'@glimmer/syntax@0.94.9':
resolution: {integrity: sha512-OBw8DqMzKO4LX4kJBhwfTUqtpbd7O9amQXNTfb1aS7pufio5Vu5Qi6mRTfdFj6RyJ//aSI/l0kxWt6beYW0Apg==}
'@glimmer/util@0.84.3':
resolution: {integrity: sha512-qFkh6s16ZSRuu2rfz3T4Wp0fylFj3HBsONGXQcrAdZjdUaIS6v3pNj6mecJ71qRgcym9Hbaq/7/fefIwECUiKw==}
- '@glimmer/util@0.94.6':
- resolution: {integrity: sha512-UDUP4/nHz4/qORWxl9ebc5ZhysKJFhJrY14GAMLBxbXomYtj7liMiht4v5TVW4Law5ziPmpTFQ70RJOOG7ksBg==}
-
'@glimmer/util@0.94.8':
resolution: {integrity: sha512-HfCKeZ74clF9BsPDBOqK/yRNa/ke6niXFPM6zRn9OVYw+ZAidLs7V8He/xljUHlLRL322kaZZY8XxRW7ALEwyg==}
'@glimmer/validator@0.84.3':
resolution: {integrity: sha512-RTBV4TokUB0vI31UC7ikpV7lOYpWUlyqaKV//pRC4pexYMlmqnVhkFrdiimB/R1XyNdUOQUmnIAcdic39NkbhQ==}
- '@glimmer/validator@0.94.6':
- resolution: {integrity: sha512-s0pzTB+lHXa6eQCSJe57YNNgPsjaY+EmOLH6OsJrWetszltV5fSy2PVjk+2NavsZ6wjaxLKwTd0q3PGPXz/rlQ==}
-
'@glimmer/wire-format@0.94.8':
resolution: {integrity: sha512-A+Cp5m6vZMAEu0Kg/YwU2dJZXyYxVJs2zI57d3CP6NctmX7FsT8WjViiRUmt5abVmMmRH5b8BUovqY6GSMAdrw==}
@@ -12589,8 +12550,6 @@ snapshots:
dependencies:
'@glimmer/env': 0.1.7
- '@glimmer/global-context@0.93.2': {}
-
'@glimmer/interfaces@0.94.6':
dependencies:
'@simple-dom/interface': 1.4.0
@@ -12604,13 +12563,6 @@ snapshots:
'@glimmer/util': 0.84.3
'@glimmer/validator': 0.84.3
- '@glimmer/reference@0.94.6':
- dependencies:
- '@glimmer/global-context': 0.93.2
- '@glimmer/interfaces': 0.94.6
- '@glimmer/util': 0.94.6
- '@glimmer/validator': 0.94.6
-
'@glimmer/syntax@0.94.9':
dependencies:
'@glimmer/interfaces': 0.94.6
@@ -12625,10 +12577,6 @@ snapshots:
'@glimmer/interfaces': 0.94.6
'@simple-dom/interface': 1.4.0
- '@glimmer/util@0.94.6':
- dependencies:
- '@glimmer/interfaces': 0.94.6
-
'@glimmer/util@0.94.8':
dependencies:
'@glimmer/interfaces': 0.94.6
@@ -12638,11 +12586,6 @@ snapshots:
'@glimmer/env': 0.1.7
'@glimmer/global-context': 0.84.3
- '@glimmer/validator@0.94.6':
- dependencies:
- '@glimmer/global-context': 0.93.2
- '@glimmer/interfaces': 0.94.6
-
'@glimmer/wire-format@0.94.8':
dependencies:
'@glimmer/interfaces': 0.94.6
From 875a89eaeeb2c031c22bfe74287688c78180c662 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 12:13:35 -0400
Subject: [PATCH 08/38] fix(deps): update dependency @types/estree to v1.0.7
(#4952)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/estree](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/estree))
| [`1.0.6` ->
`1.0.7`](https://renovatebot.com/diffs/npm/@types%2festree/1.0.6/1.0.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled because a matching PR was automerged
previously.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
From cd4957d214c10eb6facb0ab24a9e73ea08fabf94 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 12:19:06 -0400
Subject: [PATCH 09/38] chore(deps): update commitlint monorepo to v19.8.1
(#4984)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/)
([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli))
| [`19.8.0` ->
`19.8.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.8.0/19.8.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@commitlint/config-angular](https://commitlint.js.org/)
([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular))
| [`19.8.0` ->
`19.8.1`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-angular/19.8.0/19.8.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@commitlint/config-angular-type-enum](https://commitlint.js.org/)
([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular-type-enum))
| [`19.8.0` ->
`19.8.1`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-angular-type-enum/19.8.0/19.8.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
conventional-changelog/commitlint
(@commitlint/cli)
###
[`v19.8.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1981-2025-05-08)
[Compare
Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1)
##### Bug Fixes
- update dependency tinyexec to v1
([#4332](https://redirect.github.com/conventional-changelog/commitlint/issues/4332))
([e49449f](https://redirect.github.com/conventional-changelog/commitlint/commit/e49449fa9452069cdbf194f94d536194d362a299))
conventional-changelog/commitlint
(@commitlint/config-angular)
###
[`v19.8.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-angular/CHANGELOG.md#1981-2025-05-08)
[Compare
Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1)
**Note:** Version bump only for package
[@commitlint/config-angular](https://redirect.github.com/commitlint/config-angular)
conventional-changelog/commitlint
(@commitlint/config-angular-type-enum)
###
[`v19.8.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-angular-type-enum/CHANGELOG.md#1981-2025-05-08)
[Compare
Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1)
**Note:** Version bump only for package
[@commitlint/config-angular-type-enum](https://redirect.github.com/commitlint/config-angular-type-enum)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 224 +++++++++++++++++++++++++++----------------------
1 file changed, 124 insertions(+), 100 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 09c2591dc3..836bb2ef06 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -60,13 +60,13 @@ importers:
version: 6.3.1
'@commitlint/cli':
specifier: ^19.5.0
- version: 19.8.0(@types/node@22.13.10)(typescript@5.8.2)
+ version: 19.8.1(@types/node@22.13.10)(typescript@5.8.2)
'@commitlint/config-angular':
specifier: ^19.5.0
- version: 19.8.0
+ version: 19.8.1
'@commitlint/config-angular-type-enum':
specifier: ^19.5.0
- version: 19.8.0
+ version: 19.8.1
'@glimmer/syntax':
specifier: 0.94.9
version: 0.94.9
@@ -1782,77 +1782,77 @@ packages:
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
engines: {node: '>=0.1.90'}
- '@commitlint/cli@19.8.0':
- resolution: {integrity: sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==}
+ '@commitlint/cli@19.8.1':
+ resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==}
engines: {node: '>=v18'}
hasBin: true
- '@commitlint/config-angular-type-enum@19.8.0':
- resolution: {integrity: sha512-CAFHGAgUeOGNuU5DSX1ALXvJio82NZUGPPNFFDZU7BDf6q/A2U8vT1sjZQ56JTuFBpqTRF5Qk3IfSwmp0/zsCA==}
+ '@commitlint/config-angular-type-enum@19.8.1':
+ resolution: {integrity: sha512-JKEINTDQcH5+qSq0Fcp/gzT7SQ3RvY74SNXiMABNTsseocB33TKMzPwDJHZbl/hyRemWEE97Qbxz+ILnJ+9AZQ==}
engines: {node: '>=v18'}
- '@commitlint/config-angular@19.8.0':
- resolution: {integrity: sha512-YVXDVUbmtsA9pv6QaRp+riQJd22zv4qvQ6Yjy5GB+pRClncX9PPNOhzPMITPyquF05QX6hC9me6ADrvrSzQ1xw==}
+ '@commitlint/config-angular@19.8.1':
+ resolution: {integrity: sha512-5OAVgqwg6m4iXP2FkrswKZjrgzyQetR5Jkyt5SajlxLfKzZOzdB3hSqVJQdtvF/AxiMwz9Ey5BIXTCfSIrvZGg==}
engines: {node: '>=v18'}
- '@commitlint/config-validator@19.8.0':
- resolution: {integrity: sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==}
+ '@commitlint/config-validator@19.8.1':
+ resolution: {integrity: sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==}
engines: {node: '>=v18'}
- '@commitlint/ensure@19.8.0':
- resolution: {integrity: sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==}
+ '@commitlint/ensure@19.8.1':
+ resolution: {integrity: sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==}
engines: {node: '>=v18'}
- '@commitlint/execute-rule@19.8.0':
- resolution: {integrity: sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==}
+ '@commitlint/execute-rule@19.8.1':
+ resolution: {integrity: sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==}
engines: {node: '>=v18'}
- '@commitlint/format@19.8.0':
- resolution: {integrity: sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==}
+ '@commitlint/format@19.8.1':
+ resolution: {integrity: sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==}
engines: {node: '>=v18'}
- '@commitlint/is-ignored@19.8.0':
- resolution: {integrity: sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==}
+ '@commitlint/is-ignored@19.8.1':
+ resolution: {integrity: sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==}
engines: {node: '>=v18'}
- '@commitlint/lint@19.8.0':
- resolution: {integrity: sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==}
+ '@commitlint/lint@19.8.1':
+ resolution: {integrity: sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==}
engines: {node: '>=v18'}
- '@commitlint/load@19.8.0':
- resolution: {integrity: sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==}
+ '@commitlint/load@19.8.1':
+ resolution: {integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==}
engines: {node: '>=v18'}
- '@commitlint/message@19.8.0':
- resolution: {integrity: sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==}
+ '@commitlint/message@19.8.1':
+ resolution: {integrity: sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==}
engines: {node: '>=v18'}
- '@commitlint/parse@19.8.0':
- resolution: {integrity: sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==}
+ '@commitlint/parse@19.8.1':
+ resolution: {integrity: sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==}
engines: {node: '>=v18'}
- '@commitlint/read@19.8.0':
- resolution: {integrity: sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==}
+ '@commitlint/read@19.8.1':
+ resolution: {integrity: sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==}
engines: {node: '>=v18'}
- '@commitlint/resolve-extends@19.8.0':
- resolution: {integrity: sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==}
+ '@commitlint/resolve-extends@19.8.1':
+ resolution: {integrity: sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==}
engines: {node: '>=v18'}
- '@commitlint/rules@19.8.0':
- resolution: {integrity: sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==}
+ '@commitlint/rules@19.8.1':
+ resolution: {integrity: sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==}
engines: {node: '>=v18'}
- '@commitlint/to-lines@19.8.0':
- resolution: {integrity: sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==}
+ '@commitlint/to-lines@19.8.1':
+ resolution: {integrity: sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==}
engines: {node: '>=v18'}
- '@commitlint/top-level@19.8.0':
- resolution: {integrity: sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==}
+ '@commitlint/top-level@19.8.1':
+ resolution: {integrity: sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==}
engines: {node: '>=v18'}
- '@commitlint/types@19.8.0':
- resolution: {integrity: sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==}
+ '@commitlint/types@19.8.1':
+ resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==}
engines: {node: '>=v18'}
'@csstools/cascade-layer-name-parser@2.0.4':
@@ -3326,6 +3326,9 @@ packages:
'@types/node@22.13.10':
resolution: {integrity: sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==}
+ '@types/node@22.15.21':
+ resolution: {integrity: sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==}
+
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -8881,6 +8884,11 @@ packages:
engines: {node: '>=10'}
hasBin: true
+ semver@7.7.2:
+ resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
+ engines: {node: '>=10'}
+ hasBin: true
+
send@0.19.0:
resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
engines: {node: '>= 0.8.0'}
@@ -9413,6 +9421,9 @@ packages:
tinyexec@0.3.2:
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
+ tinyexec@1.0.1:
+ resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==}
+
tinypool@1.0.2:
resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -9614,6 +9625,9 @@ packages:
undici-types@6.20.0:
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
+ undici-types@6.21.0:
+ resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
+
unicode-canonical-property-names-ecmascript@2.0.1:
resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
engines: {node: '>=4'}
@@ -10223,8 +10237,8 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- yocto-queue@1.1.1:
- resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
+ yocto-queue@1.2.1:
+ resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==}
engines: {node: '>=12.20'}
zip-stream@4.1.1:
@@ -11213,64 +11227,64 @@ snapshots:
'@colors/colors@1.5.0': {}
- '@commitlint/cli@19.8.0(@types/node@22.13.10)(typescript@5.8.2)':
+ '@commitlint/cli@19.8.1(@types/node@22.13.10)(typescript@5.8.2)':
dependencies:
- '@commitlint/format': 19.8.0
- '@commitlint/lint': 19.8.0
- '@commitlint/load': 19.8.0(@types/node@22.13.10)(typescript@5.8.2)
- '@commitlint/read': 19.8.0
- '@commitlint/types': 19.8.0
- tinyexec: 0.3.2
+ '@commitlint/format': 19.8.1
+ '@commitlint/lint': 19.8.1
+ '@commitlint/load': 19.8.1(@types/node@22.13.10)(typescript@5.8.2)
+ '@commitlint/read': 19.8.1
+ '@commitlint/types': 19.8.1
+ tinyexec: 1.0.1
yargs: 17.7.2
transitivePeerDependencies:
- '@types/node'
- typescript
- '@commitlint/config-angular-type-enum@19.8.0': {}
+ '@commitlint/config-angular-type-enum@19.8.1': {}
- '@commitlint/config-angular@19.8.0':
+ '@commitlint/config-angular@19.8.1':
dependencies:
- '@commitlint/config-angular-type-enum': 19.8.0
+ '@commitlint/config-angular-type-enum': 19.8.1
- '@commitlint/config-validator@19.8.0':
+ '@commitlint/config-validator@19.8.1':
dependencies:
- '@commitlint/types': 19.8.0
+ '@commitlint/types': 19.8.1
ajv: 8.17.1
- '@commitlint/ensure@19.8.0':
+ '@commitlint/ensure@19.8.1':
dependencies:
- '@commitlint/types': 19.8.0
+ '@commitlint/types': 19.8.1
lodash.camelcase: 4.3.0
lodash.kebabcase: 4.1.1
lodash.snakecase: 4.1.1
lodash.startcase: 4.4.0
lodash.upperfirst: 4.3.1
- '@commitlint/execute-rule@19.8.0': {}
+ '@commitlint/execute-rule@19.8.1': {}
- '@commitlint/format@19.8.0':
+ '@commitlint/format@19.8.1':
dependencies:
- '@commitlint/types': 19.8.0
+ '@commitlint/types': 19.8.1
chalk: 5.4.1
- '@commitlint/is-ignored@19.8.0':
+ '@commitlint/is-ignored@19.8.1':
dependencies:
- '@commitlint/types': 19.8.0
- semver: 7.7.1
+ '@commitlint/types': 19.8.1
+ semver: 7.7.2
- '@commitlint/lint@19.8.0':
+ '@commitlint/lint@19.8.1':
dependencies:
- '@commitlint/is-ignored': 19.8.0
- '@commitlint/parse': 19.8.0
- '@commitlint/rules': 19.8.0(patch_hash=32857ba6744bdf3ab77821aa5d5d0e5f732889320b2971c9056ddb6052661302)
- '@commitlint/types': 19.8.0
+ '@commitlint/is-ignored': 19.8.1
+ '@commitlint/parse': 19.8.1
+ '@commitlint/rules': 19.8.1(patch_hash=32857ba6744bdf3ab77821aa5d5d0e5f732889320b2971c9056ddb6052661302)
+ '@commitlint/types': 19.8.1
- '@commitlint/load@19.8.0(@types/node@22.13.10)(typescript@5.8.2)':
+ '@commitlint/load@19.8.1(@types/node@22.13.10)(typescript@5.8.2)':
dependencies:
- '@commitlint/config-validator': 19.8.0
- '@commitlint/execute-rule': 19.8.0
- '@commitlint/resolve-extends': 19.8.0
- '@commitlint/types': 19.8.0
+ '@commitlint/config-validator': 19.8.1
+ '@commitlint/execute-rule': 19.8.1
+ '@commitlint/resolve-extends': 19.8.1
+ '@commitlint/types': 19.8.1
chalk: 5.4.1
cosmiconfig: 9.0.0(typescript@5.8.2)
cosmiconfig-typescript-loader: 6.1.0(@types/node@22.13.10)(cosmiconfig@9.0.0(typescript@5.8.2))(typescript@5.8.2)
@@ -11281,45 +11295,45 @@ snapshots:
- '@types/node'
- typescript
- '@commitlint/message@19.8.0': {}
+ '@commitlint/message@19.8.1': {}
- '@commitlint/parse@19.8.0':
+ '@commitlint/parse@19.8.1':
dependencies:
- '@commitlint/types': 19.8.0
+ '@commitlint/types': 19.8.1
conventional-changelog-angular: 7.0.0
conventional-commits-parser: 5.0.0
- '@commitlint/read@19.8.0':
+ '@commitlint/read@19.8.1':
dependencies:
- '@commitlint/top-level': 19.8.0
- '@commitlint/types': 19.8.0
+ '@commitlint/top-level': 19.8.1
+ '@commitlint/types': 19.8.1
git-raw-commits: 4.0.0
minimist: 1.2.8
- tinyexec: 0.3.2
+ tinyexec: 1.0.1
- '@commitlint/resolve-extends@19.8.0':
+ '@commitlint/resolve-extends@19.8.1':
dependencies:
- '@commitlint/config-validator': 19.8.0
- '@commitlint/types': 19.8.0
+ '@commitlint/config-validator': 19.8.1
+ '@commitlint/types': 19.8.1
global-directory: 4.0.1
import-meta-resolve: 4.1.0
lodash.mergewith: 4.6.2
resolve-from: 5.0.0
- '@commitlint/rules@19.8.0(patch_hash=32857ba6744bdf3ab77821aa5d5d0e5f732889320b2971c9056ddb6052661302)':
+ '@commitlint/rules@19.8.1(patch_hash=32857ba6744bdf3ab77821aa5d5d0e5f732889320b2971c9056ddb6052661302)':
dependencies:
- '@commitlint/ensure': 19.8.0
- '@commitlint/message': 19.8.0
- '@commitlint/to-lines': 19.8.0
- '@commitlint/types': 19.8.0
+ '@commitlint/ensure': 19.8.1
+ '@commitlint/message': 19.8.1
+ '@commitlint/to-lines': 19.8.1
+ '@commitlint/types': 19.8.1
- '@commitlint/to-lines@19.8.0': {}
+ '@commitlint/to-lines@19.8.1': {}
- '@commitlint/top-level@19.8.0':
+ '@commitlint/top-level@19.8.1':
dependencies:
find-up: 7.0.0
- '@commitlint/types@19.8.0':
+ '@commitlint/types@19.8.1':
dependencies:
'@types/conventional-commits-parser': 5.0.1
chalk: 5.4.1
@@ -12947,7 +12961,7 @@ snapshots:
extract-zip: 2.0.1
progress: 2.0.3
proxy-agent: 6.4.0
- semver: 7.7.1
+ semver: 7.7.2
tar-fs: 3.0.6
unbzip2-stream: 1.4.3
yargs: 17.7.2
@@ -13332,7 +13346,7 @@ snapshots:
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 22.13.10
+ '@types/node': 22.15.21
'@types/bonjour@3.5.13':
dependencies:
@@ -13352,7 +13366,7 @@ snapshots:
'@types/connect@3.4.38':
dependencies:
- '@types/node': 22.13.10
+ '@types/node': 22.15.21
'@types/conventional-commits-parser@5.0.1':
dependencies:
@@ -13393,7 +13407,7 @@ snapshots:
'@types/express-serve-static-core@4.19.6':
dependencies:
- '@types/node': 22.13.10
+ '@types/node': 22.15.21
'@types/qs': 6.9.18
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -13446,7 +13460,7 @@ snapshots:
'@types/http-proxy@1.17.15':
dependencies:
- '@types/node': 22.13.10
+ '@types/node': 22.15.21
'@types/istanbul-lib-coverage@2.0.6': {}
@@ -13497,7 +13511,7 @@ snapshots:
'@types/node-forge@1.3.11':
dependencies:
- '@types/node': 22.13.10
+ '@types/node': 22.15.21
'@types/node@17.0.45': {}
@@ -13505,6 +13519,10 @@ snapshots:
dependencies:
undici-types: 6.20.0
+ '@types/node@22.15.21':
+ dependencies:
+ undici-types: 6.21.0
+
'@types/normalize-package-data@2.4.4': {}
'@types/parse-json@4.0.2': {}
@@ -13576,7 +13594,7 @@ snapshots:
'@types/sax@1.2.7':
dependencies:
- '@types/node': 22.13.10
+ '@types/node': 17.0.45
'@types/send@0.17.4':
dependencies:
@@ -17215,7 +17233,7 @@ snapshots:
'@babel/parser': 7.26.10
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
- semver: 7.7.1
+ semver: 7.7.2
transitivePeerDependencies:
- supports-color
@@ -18013,7 +18031,7 @@ snapshots:
make-dir@4.0.0:
dependencies:
- semver: 7.7.1
+ semver: 7.7.2
make-error@1.3.6: {}
@@ -18908,7 +18926,7 @@ snapshots:
p-limit@4.0.0:
dependencies:
- yocto-queue: 1.1.1
+ yocto-queue: 1.2.1
p-locate@3.0.0:
dependencies:
@@ -20328,6 +20346,8 @@ snapshots:
semver@7.7.1: {}
+ semver@7.7.2: {}
+
send@0.19.0:
dependencies:
debug: 2.6.9
@@ -20988,6 +21008,8 @@ snapshots:
tinyexec@0.3.2: {}
+ tinyexec@1.0.1: {}
+
tinypool@1.0.2: {}
tinyrainbow@2.0.0: {}
@@ -21146,6 +21168,8 @@ snapshots:
undici-types@6.20.0: {}
+ undici-types@6.21.0: {}
+
unicode-canonical-property-names-ecmascript@2.0.1: {}
unicode-emoji-modifier-base@1.0.0: {}
@@ -21865,7 +21889,7 @@ snapshots:
yocto-queue@0.1.0: {}
- yocto-queue@1.1.1: {}
+ yocto-queue@1.2.1: {}
zip-stream@4.1.1:
dependencies:
From 378d88f8d6ceddbcfdb9a78763c8b7f8896192af Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 22:39:57 +0000
Subject: [PATCH 10/38] chore(deps): update dependency @unicode/unicode-13.0.0
to v1.6.6 (#4985)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@unicode/unicode-13.0.0](https://redirect.github.com/node-unicode/unicode-13.0.0)
| [`1.6.5` ->
`1.6.6`](https://renovatebot.com/diffs/npm/@unicode%2funicode-13.0.0/1.6.5/1.6.6)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
node-unicode/unicode-13.0.0
(@unicode/unicode-13.0.0)
###
[`v1.6.6`](https://redirect.github.com/node-unicode/unicode-13.0.0/compare/v1.6.5...v1.6.6)
[Compare
Source](https://redirect.github.com/node-unicode/unicode-13.0.0/compare/v1.6.5...v1.6.6)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 836bb2ef06..3d605473ed 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -162,7 +162,7 @@ importers:
version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
'@unicode/unicode-13.0.0':
specifier: ^1.6.0
- version: 1.6.5
+ version: 1.6.6
'@vue/compiler-core':
specifier: ^3.5.12
version: 3.5.13
@@ -3475,8 +3475,8 @@ packages:
'@ungap/structured-clone@1.2.1':
resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==}
- '@unicode/unicode-13.0.0@1.6.5':
- resolution: {integrity: sha512-UjiQH4hWNzmF0pLO0Dym3tttgyf8cfLNiv8RucXx/jFqAtWBXsLf+iBqzlNpuNPPqdyN1cv9dvNkbl/1uHoEzQ==}
+ '@unicode/unicode-13.0.0@1.6.6':
+ resolution: {integrity: sha512-pzNIKYOq5SRn6UBeJ7fjF//dOXqodKsFXbJgVnTd+fDQf9iAcGGUu9olmZ3gBIts1Dwpn+z5iZ6Tam25lk45FA==}
'@vitest/expect@3.1.1':
resolution: {integrity: sha512-q/zjrW9lgynctNbwvFtQkGK9+vvHA5UzVi2V8APrp1C6fG6/MuYYkmlx4FubuqLycCeSdHD5aadWfua/Vr0EUA==}
@@ -13718,7 +13718,7 @@ snapshots:
'@ungap/structured-clone@1.2.1': {}
- '@unicode/unicode-13.0.0@1.6.5': {}
+ '@unicode/unicode-13.0.0@1.6.6': {}
'@vitest/expect@3.1.1':
dependencies:
From ff294f577d6c035fb33b29db70ce3e60bdae7443 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 22:40:10 +0000
Subject: [PATCH 11/38] chore(deps): update dependency aspect_rules_js to
v2.3.7 (#4986)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [aspect_rules_js](https://docs.aspect.build/rules/aspect_rules_js) |
bazel_dep | patch | `2.3.4` -> `2.3.7` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index 79a778218f..bf52276e0f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -39,7 +39,7 @@ register_toolchains(
######### JS & Node.js rules #########
-bazel_dep(name = "aspect_rules_js", version = "2.3.4")
+bazel_dep(name = "aspect_rules_js", version = "2.3.7")
####### Node.js version #########
# By default you get the node version from DEFAULT_NODE_VERSION in @rules_nodejs//nodejs:repositories.bzl
From e68c4bd96a1f5fe1471a156a2adbb040fcf93928 Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Wed, 21 May 2025 22:20:48 -0400
Subject: [PATCH 12/38] chore: switch to anonymous buildbuddy
---
.bazelrc | 8 ++++----
MODULE.bazel.lock | 18 ++++++++++++++----
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/.bazelrc b/.bazelrc
index 1af4576383..bc03c2f5e1 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -61,9 +61,9 @@ build --define=NODE_OPTIONS=--max-old-space-size=4096
# BuildBuddy GH Actions Config
# https://www.buildbuddy.io/docs/rbe-github-actions
-build --bes_results_url=https://formatjs.buildbuddy.io/invocation/
-build --bes_backend=grpcs://formatjs.buildbuddy.io
-build --remote_cache=grpcs://formatjs.buildbuddy.io
+build --bes_results_url=https://app.buildbuddy.io/invocation/
+build --bes_backend=grpcs://remote.buildbuddy.io
+build --remote_cache=grpcs://remote.buildbuddy.io
# honor the setting of `skipLibCheck` in the tsconfig.json file
build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
@@ -76,7 +76,7 @@ fetch --@aspect_rules_ts//ts:default_to_tsc_transpiler
query --@aspect_rules_ts//ts:default_to_tsc_transpiler
# BuildBuddy RBE
-build:remote --remote_executor=grpcs://formatjs.buildbuddy.io
+build:remote --remote_executor=grpcs://remote.buildbuddy.io
build:remote --host_platform=@buildbuddy_toolchain//:platform
build:remote --platforms=@buildbuddy_toolchain//:platform
build:remote --extra_execution_platforms=@buildbuddy_toolchain//:platform
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index 3f238dc012..585855dbe1 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -26,8 +26,8 @@
"https://bcr.bazel.build/modules/aspect_rules_js/1.33.1/MODULE.bazel": "db3e7f16e471cf6827059d03af7c21859e7a0d2bc65429a3a11f005d46fc501b",
"https://bcr.bazel.build/modules/aspect_rules_js/1.40.0/MODULE.bazel": "01a1014e95e6816b68ecee2584ae929c7d6a1b72e4333ab1ff2d2c6c30babdf1",
"https://bcr.bazel.build/modules/aspect_rules_js/2.0.0/MODULE.bazel": "b45b507574aa60a92796e3e13c195cd5744b3b8aff516a9c0cb5ae6a048161c5",
- "https://bcr.bazel.build/modules/aspect_rules_js/2.3.4/MODULE.bazel": "4f35d694887590c92d80fefe818c6ae3d3141b6809a82c71c3ba448505a6cbe0",
- "https://bcr.bazel.build/modules/aspect_rules_js/2.3.4/source.json": "d6540c05902baf2d2b8ee888d74b20b1b921c9b9da99550701372f39e1ff1f2b",
+ "https://bcr.bazel.build/modules/aspect_rules_js/2.3.7/MODULE.bazel": "21935b86f6e32f7f0a57ab1064c6c04da19eb9dd8481ca6947649ec1f34f1127",
+ "https://bcr.bazel.build/modules/aspect_rules_js/2.3.7/source.json": "8f35038a3e73a10f59ef7e357fcb9fc34506a85dec5687792ee9bf3023298682",
"https://bcr.bazel.build/modules/aspect_rules_lint/0.12.0/MODULE.bazel": "e767c5dbfeb254ec03275a7701b5cfde2c4d2873676804bc7cb27ddff3728fed",
"https://bcr.bazel.build/modules/aspect_rules_lint/1.3.1/MODULE.bazel": "06ce330900a7d6403bc8d88e5dfad6aeeb8ae40179f66bb89e69c8bf6f6b1a0b",
"https://bcr.bazel.build/modules/aspect_rules_lint/1.3.1/source.json": "8c690d466b77a17dbbcca480e757a1da15e3cff975c955e0782c71f41c307a31",
@@ -216,7 +216,7 @@
"moduleExtensions": {
"@@aspect_rules_esbuild+//esbuild:extensions.bzl%esbuild": {
"general": {
- "bzlTransitiveDigest": "G/vgnvATqmaNQYOhF3GLwoZ7yuUMPwtwj0jW5Y9hIcc=",
+ "bzlTransitiveDigest": "dh/phaaqzNcpzbsta9Wajly5dbyw+aD6FcW0GcwxQio=",
"usagesDigest": "sj4kz7yaVclWMuWhUhSLq0bVH7+HrkWyMdODMeA7Zhw=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
@@ -318,6 +318,11 @@
}
},
"recordedRepoMappingEntries": [
+ [
+ "aspect_bazel_lib+",
+ "aspect_bazel_lib",
+ "aspect_bazel_lib+"
+ ],
[
"aspect_bazel_lib+",
"bazel_skylib",
@@ -343,6 +348,11 @@
"aspect_bazel_lib",
"aspect_bazel_lib+"
],
+ [
+ "aspect_rules_js+",
+ "aspect_rules_js",
+ "aspect_rules_js+"
+ ],
[
"aspect_rules_js+",
"bazel_skylib",
@@ -994,7 +1004,7 @@
"@@rules_nodejs+//nodejs:extensions.bzl%node": {
"general": {
"bzlTransitiveDigest": "6mH+d9usKSnfYPXj6umbdS1DJq28sikqbQWLllnmceE=",
- "usagesDigest": "WUezn0ULzLlBV426QYgjVSnX54x3g9Axe4SeODHUi0g=",
+ "usagesDigest": "3Z7YcJlnFrR3fkSNtFO7PvQZAz2sqH9viWuyPilxdrE=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
From b7fcc4185fd356706f2290d1efbeb8851ee711d6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 22:21:20 -0400
Subject: [PATCH 13/38] chore(deps): update io_buildbuddy_buildbuddy_toolchain
digest to 66146a3 (#4983)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| io_buildbuddy_buildbuddy_toolchain | http_archive | digest | `badf803`
-> `66146a3` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
WORKSPACE.bzlmod | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/WORKSPACE.bzlmod b/WORKSPACE.bzlmod
index da6dfa02d7..f76972584f 100644
--- a/WORKSPACE.bzlmod
+++ b/WORKSPACE.bzlmod
@@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_buildbuddy_buildbuddy_toolchain",
- sha256 = "7ba81c80b1e6247bf108d35b0924383ab5fc15b1a7f13892ed7495a61335654f",
- strip_prefix = "buildbuddy-toolchain-badf8034b2952ec613970a27f24fb140be7eaf73",
- urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/badf8034b2952ec613970a27f24fb140be7eaf73.tar.gz"],
+ sha256 = "56d26379f80fd95ab94ba0e2198733b2ea4d928b326e6481196c1c2d4018cfc7",
+ strip_prefix = "buildbuddy-toolchain-66146a3015faa348391fcceea2120caa390abe03",
+ urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/66146a3015faa348391fcceea2120caa390abe03.tar.gz"],
)
load("@io_buildbuddy_buildbuddy_toolchain//:deps.bzl", "buildbuddy_deps")
From a7bbaa0e36a0fb91a98f167c00ebeeeca717489f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 02:25:15 +0000
Subject: [PATCH 14/38] chore(deps): update dependency content-tag to v3.1.3
(#4987)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [content-tag](https://redirect.github.com/embroider-build/content-tag)
| [`3.1.2` ->
`3.1.3`](https://renovatebot.com/diffs/npm/content-tag/3.1.2/3.1.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
embroider-build/content-tag (content-tag)
###
[`v3.1.3`](https://redirect.github.com/embroider-build/content-tag/compare/4379ba0e7b9ae6a3ac3c8d17359d31eb01b9668f...b84f0ee237b5843b25c922c44c5c5fa9791c7e3d)
[Compare
Source](https://redirect.github.com/embroider-build/content-tag/compare/4379ba0e7b9ae6a3ac3c8d17359d31eb01b9668f...b84f0ee237b5843b25c922c44c5c5fa9791c7e3d)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3d605473ed..9daf41d827 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -210,7 +210,7 @@ importers:
version: 46.1.0(cldr-core@46.0.0)
content-tag:
specifier: ^3.0.0
- version: 3.1.2
+ version: 3.1.3
decimal.js:
specifier: ^10.4.3
version: 10.5.0
@@ -4502,8 +4502,8 @@ packages:
content-tag@3.1.1:
resolution: {integrity: sha512-94puwVk6X8oJcbRIEY03UM80zWzA3dYgGkOiRJzeY1vXgwrFUh3OolDDi/D7YBa6Vsx+CgAvuk4uXlB8loZ1FA==}
- content-tag@3.1.2:
- resolution: {integrity: sha512-Z+MGhZfnFFKzYC+pUTWXnoDYhfiXP9ojZe3JbwsYufmDuoeq2EvuDyeFAJ/RnKokUwz5s9bQhDOrbvSYRShcrQ==}
+ content-tag@3.1.3:
+ resolution: {integrity: sha512-4Kiv9mEroxuMXfWUNUHcljVJgxThCNk7eEswdHMXdzJnkBBaYDqDwzHkoh3F74JJhfU3taJOsgpR6oEGIDg17g==}
content-type@1.0.5:
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
@@ -14929,7 +14929,7 @@ snapshots:
content-tag@3.1.1: {}
- content-tag@3.1.2: {}
+ content-tag@3.1.3: {}
content-type@1.0.5: {}
From edb2ecc1756c697240f99604b2dd2c315097e240 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 02:31:18 +0000
Subject: [PATCH 15/38] chore(deps): update dependency happy-dom to v17.4.7
(#4988)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [happy-dom](https://redirect.github.com/capricorn86/happy-dom) |
[`17.4.4` ->
`17.4.7`](https://renovatebot.com/diffs/npm/happy-dom/17.4.4/17.4.7) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
capricorn86/happy-dom (happy-dom)
###
[`v17.4.7`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.4.7)
[Compare
Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.6...v17.4.7)
##### :construction_worker_man: Patch fixes
- Allow empty URL string in `Request` - By
**[@elierotenberg](https://redirect.github.com/elierotenberg)**
in task
[#1779](https://redirect.github.com/capricorn86/happy-dom/issues/1779)
###
[`v17.4.6`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.4.6)
[Compare
Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.5...v17.4.6)
##### :construction_worker_man: Patch fixes
- Preserve slashes in the "name" property in `File` - By
**[@dyabol](https://redirect.github.com/dyabol)** in task
[#1788](https://redirect.github.com/capricorn86/happy-dom/issues/1788)
###
[`v17.4.5`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.4.5)
[Compare
Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.4...v17.4.5)
##### :construction_worker_man: Patch fixes
- Handle bubbling click events in `HTMLAnchorElement` - By
**[@maxmil](https://redirect.github.com/maxmil)** in task
[#1775](https://redirect.github.com/capricorn86/happy-dom/issues/1775)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 9daf41d827..48a8fcd2d2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -228,7 +228,7 @@ importers:
version: 11.3.0
happy-dom:
specifier: ^17.1.0
- version: 17.4.4
+ version: 17.4.7
http-server:
specifier: ^14.1.1
version: 14.1.1
@@ -324,7 +324,7 @@ importers:
version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
vitest:
specifier: ^3
- version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.4)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1)
+ version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1)
vue:
specifier: ^3.5.12
version: 3.5.13(typescript@5.8.2)
@@ -5872,8 +5872,8 @@ packages:
handle-thing@2.0.1:
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
- happy-dom@17.4.4:
- resolution: {integrity: sha512-/Pb0ctk3HTZ5xEL3BZ0hK1AqDSAUuRQitOmROPHhfUYEWpmTImwfD8vFDGADmMAX0JYgbcgxWoLFKtsWhcpuVA==}
+ happy-dom@17.4.7:
+ resolution: {integrity: sha512-NZypxadhCiV5NT4A+Y86aQVVKQ05KDmueja3sz008uJfDRwz028wd0aTiJPwo4RQlvlz0fznkEEBBCHVNWc08g==}
engines: {node: '>=18.0.0'}
hard-rejection@2.1.0:
@@ -16582,7 +16582,7 @@ snapshots:
handle-thing@2.0.1: {}
- happy-dom@17.4.4:
+ happy-dom@17.4.7:
dependencies:
webidl-conversions: 7.0.0
whatwg-mimetype: 3.0.0
@@ -21437,7 +21437,7 @@ snapshots:
terser: 5.39.0
yaml: 2.7.1
- vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.4)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1):
+ vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1):
dependencies:
'@vitest/expect': 3.1.1
'@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))
@@ -21462,7 +21462,7 @@ snapshots:
optionalDependencies:
'@types/debug': 4.1.12
'@types/node': 22.13.10
- happy-dom: 17.4.4
+ happy-dom: 17.4.7
jsdom: 20.0.3
transitivePeerDependencies:
- jiti
From d91d1ce98a96c274195dc07ad3454415e645b227 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 08:04:59 +0000
Subject: [PATCH 16/38] chore(deps): update dependency lint-staged to v15.5.2
(#4989)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged) |
[`15.5.0` ->
`15.5.2`](https://renovatebot.com/diffs/npm/lint-staged/15.5.0/15.5.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
lint-staged/lint-staged (lint-staged)
###
[`v15.5.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1552)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.5.1...v15.5.2)
##### Patch Changes
-
[#1544](https://redirect.github.com/lint-staged/lint-staged/pull/1544)
[`5561321`](https://redirect.github.com/lint-staged/lint-staged/commit/556132176afce1701b4766c00ffd23159d437cb4)
Thanks [@YimingIsCOLD](https://redirect.github.com/YimingIsCOLD)!
- Correctly handle colon (`:`) characters in staged filenames.
###
[`v15.5.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1551)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.5.0...v15.5.1)
##### Patch Changes
-
[#1533](https://redirect.github.com/lint-staged/lint-staged/pull/1533)
[`5d53534`](https://redirect.github.com/lint-staged/lint-staged/commit/5d535349958a939cd17d87180196bb2b9dfc452b)
Thanks [@iiroj](https://redirect.github.com/iiroj)! - Improve
listing of staged files so that *lint-staged* doesn't crash when
encountering an uninitialized submodule. This should result in less
errors like:
✖ Failed to get staged files!
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 111 +++++++++++++++++++++++++++----------------------
1 file changed, 62 insertions(+), 49 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 48a8fcd2d2..f64730ab9e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -270,7 +270,7 @@ importers:
version: 4.3.6(encoding@0.1.13)(typescript@5.8.2)
lint-staged:
specifier: ^15.2.10
- version: 15.5.0
+ version: 15.5.2
lodash:
specifier: ^4.17.21
version: 4.17.21
@@ -321,10 +321,10 @@ importers:
version: 1.0.4
vite:
specifier: ^6
- version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
vitest:
specifier: ^3
- version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1)
+ version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.8.0)
vue:
specifier: ^3.5.12
version: 3.5.13(typescript@5.8.2)
@@ -4842,6 +4842,15 @@ packages:
supports-color:
optional: true
+ debug@4.4.1:
+ resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
decamelize-keys@1.1.1:
resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==}
engines: {node: '>=0.10.0'}
@@ -6842,13 +6851,13 @@ packages:
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
- lint-staged@15.5.0:
- resolution: {integrity: sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==}
+ lint-staged@15.5.2:
+ resolution: {integrity: sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==}
engines: {node: '>=18.12.0'}
hasBin: true
- listr2@8.2.5:
- resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
+ listr2@8.3.3:
+ resolution: {integrity: sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==}
engines: {node: '>=18.0.0'}
loader-runner@4.3.0:
@@ -10200,9 +10209,9 @@ packages:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines: {node: '>= 6'}
- yaml@2.7.1:
- resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==}
- engines: {node: '>= 14'}
+ yaml@2.8.0:
+ resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==}
+ engines: {node: '>= 14.6'}
hasBin: true
yargs-parser@13.1.2:
@@ -10451,7 +10460,7 @@ snapshots:
'@babel/core': 7.26.10
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- debug: 4.4.0
+ debug: 4.4.1
lodash.debounce: 4.0.8
resolve: 1.22.10
transitivePeerDependencies:
@@ -10462,7 +10471,7 @@ snapshots:
'@babel/core': 7.26.10
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- debug: 4.4.0
+ debug: 4.4.1
lodash.debounce: 4.0.8
resolve: 1.22.10
transitivePeerDependencies:
@@ -12957,7 +12966,7 @@ snapshots:
'@puppeteer/browsers@2.4.0':
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
extract-zip: 2.0.1
progress: 2.0.3
proxy-agent: 6.4.0
@@ -13727,13 +13736,13 @@ snapshots:
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))':
+ '@vitest/mocker@3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0))':
dependencies:
'@vitest/spy': 3.1.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
'@vitest/pretty-format@3.1.1':
dependencies:
@@ -13979,7 +13988,7 @@ snapshots:
agent-base@6.0.2:
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
@@ -15260,6 +15269,10 @@ snapshots:
dependencies:
ms: 2.1.3
+ debug@4.4.1:
+ dependencies:
+ ms: 2.1.3
+
decamelize-keys@1.1.1:
dependencies:
decamelize: 1.2.0
@@ -15396,7 +15409,7 @@ snapshots:
detect-port@1.6.1:
dependencies:
address: 1.2.2
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
@@ -16071,7 +16084,7 @@ snapshots:
extract-zip@2.0.1:
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
get-stream: 5.2.0
yauzl: 2.10.0
optionalDependencies:
@@ -16403,7 +16416,7 @@ snapshots:
dependencies:
basic-ftp: 5.0.5
data-uri-to-buffer: 6.0.2
- debug: 4.4.0
+ debug: 4.4.1
fs-extra: 11.3.0
transitivePeerDependencies:
- supports-color
@@ -16899,14 +16912,14 @@ snapshots:
dependencies:
'@tootallnate/once': 2.0.0
agent-base: 6.0.2
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
http-proxy-agent@7.0.2:
dependencies:
agent-base: 7.1.3
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
@@ -16962,21 +16975,21 @@ snapshots:
https-proxy-agent@4.0.0:
dependencies:
agent-base: 5.1.1
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
https-proxy-agent@7.0.6:
dependencies:
agent-base: 7.1.3
- debug: 4.4.0
+ debug: 4.4.1
transitivePeerDependencies:
- supports-color
@@ -17245,7 +17258,7 @@ snapshots:
istanbul-lib-source-maps@4.0.1:
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
istanbul-lib-coverage: 3.2.2
source-map: 0.6.1
transitivePeerDependencies:
@@ -17844,22 +17857,22 @@ snapshots:
lines-and-columns@1.2.4: {}
- lint-staged@15.5.0:
+ lint-staged@15.5.2:
dependencies:
chalk: 5.4.1
commander: 13.1.0
- debug: 4.4.0
+ debug: 4.4.1
execa: 8.0.1
lilconfig: 3.1.3
- listr2: 8.2.5
+ listr2: 8.3.3
micromatch: 4.0.8
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.7.1
+ yaml: 2.8.0
transitivePeerDependencies:
- supports-color
- listr2@8.2.5:
+ listr2@8.3.3:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@@ -17954,7 +17967,7 @@ snapshots:
log4js@6.9.1:
dependencies:
date-format: 4.0.14
- debug: 4.4.0
+ debug: 4.4.1
flatted: 3.3.1
rfdc: 1.4.1
streamroller: 3.1.5
@@ -18563,7 +18576,7 @@ snapshots:
micromark@4.0.1:
dependencies:
'@types/debug': 4.1.12
- debug: 4.4.0
+ debug: 4.4.1
decode-named-character-reference: 1.0.2
devlop: 1.1.0
micromark-core-commonmark: 2.0.2
@@ -18963,7 +18976,7 @@ snapshots:
dependencies:
'@tootallnate/quickjs-emscripten': 0.23.0
agent-base: 7.1.3
- debug: 4.4.0
+ debug: 4.4.1
get-uri: 6.0.3
http-proxy-agent: 7.0.2
https-proxy-agent: 7.0.6
@@ -19635,7 +19648,7 @@ snapshots:
proxy-agent@6.4.0:
dependencies:
agent-base: 7.1.3
- debug: 4.4.0
+ debug: 4.4.1
http-proxy-agent: 7.0.2
https-proxy-agent: 7.0.6
lru-cache: 7.18.3
@@ -19670,7 +19683,7 @@ snapshots:
dependencies:
'@puppeteer/browsers': 2.4.0
chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347)
- debug: 4.4.0
+ debug: 4.4.1
devtools-protocol: 0.0.1354347
typed-query-selector: 2.12.0
ws: 8.18.0
@@ -19681,7 +19694,7 @@ snapshots:
puppeteer-core@5.5.0(encoding@0.1.13):
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
devtools-protocol: 0.0.818844
extract-zip: 2.0.1
https-proxy-agent: 4.0.0
@@ -20605,7 +20618,7 @@ snapshots:
socks-proxy-agent@8.0.4:
dependencies:
agent-base: 7.1.3
- debug: 4.4.0
+ debug: 4.4.1
socks: 2.8.3
transitivePeerDependencies:
- supports-color
@@ -20667,7 +20680,7 @@ snapshots:
spdy-transport@3.0.0:
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
detect-node: 2.1.0
hpack.js: 2.1.6
obuf: 1.1.2
@@ -20678,7 +20691,7 @@ snapshots:
spdy@4.0.2:
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
handle-thing: 2.0.1
http-deceiver: 1.2.7
select-hose: 2.0.0
@@ -20713,7 +20726,7 @@ snapshots:
streamroller@3.1.5:
dependencies:
date-format: 4.0.14
- debug: 4.4.0
+ debug: 4.4.1
fs-extra: 8.1.0
transitivePeerDependencies:
- supports-color
@@ -21404,13 +21417,13 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-node@3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1):
+ vite-node@3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0):
dependencies:
cac: 6.7.14
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -21425,7 +21438,7 @@ snapshots:
- tsx
- yaml
- vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1):
+ vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0):
dependencies:
esbuild: 0.25.3
postcss: 8.5.3
@@ -21435,12 +21448,12 @@ snapshots:
fsevents: 2.3.3
jiti: 2.4.2
terser: 5.39.0
- yaml: 2.7.1
+ yaml: 2.8.0
- vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.7.1):
+ vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.8.0):
dependencies:
'@vitest/expect': 3.1.1
- '@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))
+ '@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0))
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
@@ -21456,8 +21469,8 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
- vite-node: 3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
+ vite-node: 3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/debug': 4.1.12
@@ -21836,7 +21849,7 @@ snapshots:
yaml@1.10.2: {}
- yaml@2.7.1: {}
+ yaml@2.8.0: {}
yargs-parser@13.1.2:
dependencies:
From a7afb8b5cb682b9d5f9950a0dceb7725a4c39c50 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 11:13:32 +0000
Subject: [PATCH 17/38] chore(deps): update dependency syncpack to v13.0.4
(#4990)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [syncpack](https://redirect.github.com/JamieMason/syncpack) |
[`13.0.3` ->
`13.0.4`](https://renovatebot.com/diffs/npm/syncpack/13.0.3/13.0.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
JamieMason/syncpack (syncpack)
###
[`v13.0.4`](https://redirect.github.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#1304)
[Compare
Source](https://redirect.github.com/JamieMason/syncpack/compare/13.0.3...13.0.4)
> 27 April 2025
- fix(npm): drop deprecated
[@effect/schema](https://redirect.github.com/effect/schema)
dependency
[`#278`](https://redirect.github.com/JamieMason/syncpack/issues/278)
- docs(site): add missing closing quote in example
[`#277`](https://redirect.github.com/JamieMason/syncpack/issues/277)
- chore(release): 13.0.4
[`808a5a9`](https://redirect.github.com/JamieMason/syncpack/commit/808a5a91365971b804dec43c4069c6b81b74caad)
- chore(github): move to 13.x.x branch
[`9199058`](https://redirect.github.com/JamieMason/syncpack/commit/91990580b4fc76a8e1dd4d48939354da99cfb854)
- chore(pnpm): bump version in ci
[`a357240`](https://redirect.github.com/JamieMason/syncpack/commit/a3572407882db90bb209946b87a09ae25e972bc7)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 54 ++++++++++++++++++++------------------------------
1 file changed, 21 insertions(+), 33 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f64730ab9e..9b8df6f8dc 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -300,7 +300,7 @@ importers:
version: 6.0.2
syncpack:
specifier: ^13.0.3
- version: 13.0.3(typescript@5.8.2)
+ version: 13.0.4(typescript@5.8.2)
test262-harness:
specifier: ^10.0.0
version: 10.0.0
@@ -2301,12 +2301,6 @@ packages:
resolution: {integrity: sha512-e7zcB6TPnVzyUaHMJyLSArKa2AG3h9+4CfvKXKKWNx6hRs+p0a+u7HHTJBgo6KW2m+vqDnuIHK4X+bhmoghAFA==}
engines: {node: '>=18.0'}
- '@effect/schema@0.75.5':
- resolution: {integrity: sha512-TQInulTVCuF+9EIbJpyLP6dvxbQJMphrnRqgexm/Ze39rSjfhJuufF7XvU3SxTgg3HnL7B/kpORTJbHhlE6thw==}
- deprecated: this package has been merged into the main effect package
- peerDependencies:
- effect: ^3.9.2
-
'@emnapi/core@1.3.1':
resolution: {integrity: sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==}
@@ -5111,8 +5105,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- effect@3.14.1:
- resolution: {integrity: sha512-YrE6KYUu8r+fF3/cvdM+SZRZRjarVGhfcJwQjP/YyMmF79fwE1Rf0nWqLZ9Xfw7a9njm5/wmrYP83RYt5WTTbQ==}
+ effect@3.15.2:
+ resolution: {integrity: sha512-0JNwvfs4Wwbo3f6IOydBFlp+zxuO8Iny2UAWNW3+FNn9x8FJf7q67QnQagUZgPl/BLl/xuPLVksrmNyIrJ8k/Q==}
ejs@3.1.10:
resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==}
@@ -6016,8 +6010,8 @@ packages:
resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==}
engines: {node: '>=10'}
- hosted-git-info@8.0.2:
- resolution: {integrity: sha512-sYKnA7eGln5ov8T8gnYlkSOxFJvywzEx9BueN6xo/GKO8PGiI6uK6xx+DIGe45T3bdVjLAQDQW1aicT8z8JwQg==}
+ hosted-git-info@8.1.0:
+ resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==}
engines: {node: ^18.17.0 || >=20.5.0}
hpack.js@2.1.6:
@@ -6168,8 +6162,8 @@ packages:
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
engines: {node: '>= 4'}
- ignore@7.0.3:
- resolution: {integrity: sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==}
+ ignore@7.0.4:
+ resolution: {integrity: sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==}
engines: {node: '>= 4'}
image-size@1.2.0:
@@ -9325,8 +9319,8 @@ packages:
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- syncpack@13.0.3:
- resolution: {integrity: sha512-ZKrdDVmOUBWeaTVaxRnfwtqBJ5rMzMo7Lfdp04wtORwHEcvrq6M+NzCwS4PPIhTucD005wD8wumy90Ucz3lwXg==}
+ syncpack@13.0.4:
+ resolution: {integrity: sha512-kJ9VlRxNCsBD5pJAE29oXeBYbPLhEySQmK4HdpsLv81I6fcDDW17xeJqMwiU3H7/woAVsbgq25DJNS8BeiN5+w==}
engines: {node: '>=18.18.0'}
hasBin: true
@@ -12422,11 +12416,6 @@ snapshots:
- uglify-js
- webpack-cli
- '@effect/schema@0.75.5(effect@3.14.1)':
- dependencies:
- effect: 3.14.1
- fast-check: 3.23.2
-
'@emnapi/core@1.3.1':
dependencies:
'@emnapi/wasi-threads': 1.0.1
@@ -15577,11 +15566,11 @@ snapshots:
'@one-ini/wasm': 0.1.1
commander: 10.0.1
minimatch: 9.0.1
- semver: 7.7.1
+ semver: 7.7.2
ee-first@1.1.1: {}
- effect@3.14.1:
+ effect@3.15.2:
dependencies:
'@standard-schema/spec': 1.0.0
fast-check: 3.23.2
@@ -16515,7 +16504,7 @@ snapshots:
dependencies:
'@sindresorhus/merge-streams': 2.3.0
fast-glob: 3.3.3
- ignore: 7.0.3
+ ignore: 7.0.4
path-type: 6.0.0
slash: 5.1.0
unicorn-magic: 0.3.0
@@ -16818,7 +16807,7 @@ snapshots:
dependencies:
lru-cache: 6.0.0
- hosted-git-info@8.0.2:
+ hosted-git-info@8.1.0:
dependencies:
lru-cache: 10.4.3
@@ -17015,7 +17004,7 @@ snapshots:
ignore@5.3.2: {}
- ignore@7.0.3: {}
+ ignore@7.0.4: {}
image-size@1.2.0:
dependencies:
@@ -17571,7 +17560,7 @@ snapshots:
jest-util: 29.7.0
natural-compare: 1.4.0
pretty-format: 29.7.0
- semver: 7.7.1
+ semver: 7.7.2
transitivePeerDependencies:
- supports-color
@@ -18752,7 +18741,7 @@ snapshots:
dependencies:
hosted-git-info: 4.1.0
is-core-module: 2.15.1
- semver: 7.7.1
+ semver: 7.7.2
validate-npm-package-license: 3.0.4
normalize-path@3.0.0: {}
@@ -18778,9 +18767,9 @@ snapshots:
npm-package-arg@12.0.2:
dependencies:
- hosted-git-info: 8.0.2
+ hosted-git-info: 8.1.0
proc-log: 5.0.0
- semver: 7.7.1
+ semver: 7.7.2
validate-npm-package-name: 6.0.0
npm-run-path@2.0.2:
@@ -20884,14 +20873,13 @@ snapshots:
symbol-tree@3.2.4: {}
- syncpack@13.0.3(typescript@5.8.2):
+ syncpack@13.0.4(typescript@5.8.2):
dependencies:
- '@effect/schema': 0.75.5(effect@3.14.1)
chalk: 5.4.1
chalk-template: 1.1.0
commander: 13.1.0
cosmiconfig: 9.0.0(typescript@5.8.2)
- effect: 3.14.1
+ effect: 3.15.2
enquirer: 2.4.1
fast-check: 3.23.2
globby: 14.1.0
@@ -20901,7 +20889,7 @@ snapshots:
ora: 8.2.0
prompts: 2.4.2
read-yaml-file: 2.1.0
- semver: 7.7.1
+ semver: 7.7.2
tightrope: 0.2.0
ts-toolbelt: 9.6.0
transitivePeerDependencies:
From 3d986aa5a975751162e02ccfa515ff9a40705a03 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 11:26:34 +0000
Subject: [PATCH 18/38] chore(deps): update dependency typescript to v5.8.3
(#4992)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.2`
-> `5.8.3`](https://renovatebot.com/diffs/npm/typescript/5.8.2/5.8.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
microsoft/TypeScript (typescript)
###
[`v5.8.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a)
[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package.json | 4 +-
pnpm-lock.yaml | 372 ++++++++++++++++++++++++-------------------------
2 files changed, 188 insertions(+), 188 deletions(-)
diff --git a/package.json b/package.json
index 6ee60deec3..ec4ee65331 100644
--- a/package.json
+++ b/package.json
@@ -112,7 +112,7 @@
"ts-loader": "^9.5.1",
"tsd": "^0.31.2",
"tslib": "^2.8.0",
- "typescript": "5.8.2",
+ "typescript": "5.8.3",
"unidiff": "^1.0.4",
"vite": "^6",
"vitest": "^3",
@@ -179,6 +179,6 @@
"react-dom": "18",
"source-map-js": "1.2.1",
"terser": "5.39.0",
- "typescript": "5.8.2"
+ "typescript": "5.8.3"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 9b8df6f8dc..48403835ad 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -12,7 +12,7 @@ overrides:
react-dom: '18'
source-map-js: 1.2.1
terser: 5.39.0
- typescript: 5.8.2
+ typescript: 5.8.3
packageExtensionsChecksum: sha256-rMdzKtpp3EwdMIL0y0DAqB8sU9O6+q8LT222xA4eNcg=
@@ -60,7 +60,7 @@ importers:
version: 6.3.1
'@commitlint/cli':
specifier: ^19.5.0
- version: 19.8.1(@types/node@22.13.10)(typescript@5.8.2)
+ version: 19.8.1(@types/node@22.13.10)(typescript@5.8.3)
'@commitlint/config-angular':
specifier: ^19.5.0
version: 19.8.1
@@ -81,7 +81,7 @@ importers:
version: 29.6.3
'@swc-node/register':
specifier: ^1.10.9
- version: 1.10.10(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)(typescript@5.8.2)
+ version: 1.10.10(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)(typescript@5.8.3)
'@swc/core':
specifier: ^1.7.39
version: 1.11.16(@swc/helpers@0.5.15)
@@ -153,13 +153,13 @@ importers:
version: 5.28.5(@swc/core@1.11.16(@swc/helpers@0.5.15))
'@typescript-eslint/parser':
specifier: ^8.27.0
- version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
+ version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/rule-tester':
specifier: ^8.27.0
- version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
+ version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
'@typescript-eslint/utils':
specifier: ^8.27.0
- version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
+ version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
'@unicode/unicode-13.0.0':
specifier: ^1.6.0
version: 1.6.6
@@ -171,7 +171,7 @@ importers:
version: 3.5.13
'@vue/server-renderer':
specifier: ^3.5.12
- version: 3.5.13(vue@3.5.13(typescript@5.8.2))
+ version: 3.5.13(vue@3.5.13(typescript@5.8.3))
'@vue/test-utils':
specifier: ^2.4.6
version: 2.4.6
@@ -267,7 +267,7 @@ importers:
version: 5.0.0
karma-sauce-launcher:
specifier: ^4.3.6
- version: 4.3.6(encoding@0.1.13)(typescript@5.8.2)
+ version: 4.3.6(encoding@0.1.13)(typescript@5.8.3)
lint-staged:
specifier: ^15.2.10
version: 15.5.2
@@ -300,13 +300,13 @@ importers:
version: 6.0.2
syncpack:
specifier: ^13.0.3
- version: 13.0.4(typescript@5.8.2)
+ version: 13.0.4(typescript@5.8.3)
test262-harness:
specifier: ^10.0.0
version: 10.0.0
ts-loader:
specifier: ^9.5.1
- version: 9.5.2(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ version: 9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
tsd:
specifier: ^0.31.2
version: 0.31.2
@@ -314,8 +314,8 @@ importers:
specifier: ^2.8.0
version: 2.8.1
typescript:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.3
+ version: 5.8.3
unidiff:
specifier: ^1.0.4
version: 1.0.4
@@ -327,16 +327,16 @@ importers:
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.8.0)
vue:
specifier: ^3.5.12
- version: 3.5.13(typescript@5.8.2)
+ version: 3.5.13(typescript@5.8.3)
vue-class-component:
specifier: 8.0.0-rc.1
- version: 8.0.0-rc.1(vue@3.5.13(typescript@5.8.2))
+ version: 8.0.0-rc.1(vue@3.5.13(typescript@5.8.3))
vue-eslint-parser:
specifier: ^10.1.1
version: 10.1.2(eslint@9.23.0(jiti@2.4.2))
vue-loader:
specifier: ^17.4.2
- version: 17.4.2(vue@3.5.13(typescript@5.8.2))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ version: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
webpack:
specifier: ^5.95.0
version: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
@@ -399,7 +399,7 @@ importers:
version: 6.1.5
vue:
specifier: ^3.5.12
- version: 3.5.13(typescript@5.8.2)
+ version: 3.5.13(typescript@5.8.3)
devDependencies:
'@formatjs/cli-lib':
specifier: workspace:*
@@ -462,11 +462,11 @@ importers:
specifier: ^2.8.0
version: 2.8.1
typescript:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.3
+ version: 5.8.3
vue:
specifier: ^3.5.12
- version: 3.5.13(typescript@5.8.2)
+ version: 3.5.13(typescript@5.8.3)
packages/cli/integration-tests:
devDependencies:
@@ -511,7 +511,7 @@ importers:
version: 3.0.2
'@typescript-eslint/utils':
specifier: ^8.27.0
- version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
+ version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
eslint:
specifier: 9.23.0
version: 9.23.0(jiti@2.4.2)
@@ -591,8 +591,8 @@ importers:
specifier: ^2.8.0
version: 2.8.1
typescript:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.3
+ version: 5.8.3
packages/intl-datetimeformat:
dependencies:
@@ -828,8 +828,8 @@ importers:
specifier: ^2.8.0
version: 2.8.1
typescript:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.3
+ version: 5.8.3
packages/react-intl/examples:
devDependencies:
@@ -909,12 +909,12 @@ importers:
specifier: ^2.8.0
version: 2.8.1
typescript:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.3
+ version: 5.8.3
devDependencies:
ts-jest:
specifier: ^29
- version: 29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.10))(typescript@5.8.2)
+ version: 29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.10))(typescript@5.8.3)
packages/ts-transformer/integration-tests:
devDependencies:
@@ -923,7 +923,7 @@ importers:
version: link:..
ts-jest:
specifier: ^29
- version: 29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.10))(typescript@5.8.2)
+ version: 29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.10))(typescript@5.8.3)
packages/utils:
dependencies:
@@ -954,25 +954,25 @@ importers:
version: 2.8.1
vue:
specifier: ^3.5.12
- version: 3.5.13(typescript@5.8.2)
+ version: 3.5.13(typescript@5.8.3)
website:
devDependencies:
'@docusaurus/core':
specifier: ^3.7.0
- version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/plugin-google-analytics':
specifier: ^3.7.0
- version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/preset-classic':
specifier: ^3.7.0
- version: 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)
+ version: 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)
'@docusaurus/theme-common':
specifier: ^3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-live-codeblock':
specifier: ^3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types':
specifier: ^3.7.0
version: 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -990,7 +990,7 @@ importers:
version: 2.1.1
docusaurus-lunr-search:
specifier: ^3.5.0
- version: 3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
http-server:
specifier: ^14.1.1
version: 14.1.1
@@ -1010,8 +1010,8 @@ importers:
specifier: ^4
version: 4.1.8(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
typescript:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.3
+ version: 5.8.3
packages:
@@ -3017,7 +3017,7 @@ packages:
resolution: {integrity: sha512-jYWaI2WNEKz8KZL3sExd2KVL1JMma1/J7z+9iTpv0+fRN7LGMF8VTGGuHI2bug/ztpdZU1G44FG/Kk6ElXL9CQ==}
peerDependencies:
'@swc/core': '>= 1.4.13'
- typescript: 5.8.2
+ typescript: 5.8.3
'@swc-node/sourcemap-support@0.5.1':
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
@@ -3433,7 +3433,7 @@ packages:
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: 9.23.0
- typescript: 5.8.2
+ typescript: 5.8.3
'@typescript-eslint/rule-tester@8.27.0':
resolution: {integrity: sha512-38XMf0Y1G7iApnxutV+5iLwRTOKKSSMVFj9jPIhe7RHQsR4bF1VPUe+dvxrsas3jz5QyT6WtLwMBTLB5Gtghyg==}
@@ -3453,14 +3453,14 @@ packages:
resolution: {integrity: sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
'@typescript-eslint/utils@8.27.0':
resolution: {integrity: sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: 9.23.0
- typescript: 5.8.2
+ typescript: 5.8.3
'@typescript-eslint/visitor-keys@8.27.0':
resolution: {integrity: sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==}
@@ -4566,7 +4566,7 @@ packages:
peerDependencies:
'@types/node': '*'
cosmiconfig: '>=9'
- typescript: 5.8.2
+ typescript: 5.8.3
cosmiconfig@6.0.0:
resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==}
@@ -4576,7 +4576,7 @@ packages:
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
engines: {node: '>=14'}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
peerDependenciesMeta:
typescript:
optional: true
@@ -4585,7 +4585,7 @@ packages:
resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
engines: {node: '>=14'}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
peerDependenciesMeta:
typescript:
optional: true
@@ -5625,7 +5625,7 @@ packages:
engines: {node: '>=10', yarn: '>=1.0.0'}
peerDependencies:
eslint: 9.23.0
- typescript: 5.8.2
+ typescript: 5.8.3
vue-template-compiler: '*'
webpack: '>= 4'
peerDependenciesMeta:
@@ -8454,7 +8454,7 @@ packages:
resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==}
engines: {node: '>=14'}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
webpack: '>=4'
peerDependenciesMeta:
typescript:
@@ -9499,7 +9499,7 @@ packages:
resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==}
engines: {node: '>=18.12'}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
@@ -9515,7 +9515,7 @@ packages:
babel-jest: ^29.0.0
esbuild: '*'
jest: ^29.0.0
- typescript: 5.8.2
+ typescript: 5.8.3
peerDependenciesMeta:
'@babel/core':
optional: true
@@ -9532,7 +9532,7 @@ packages:
resolution: {integrity: sha512-Qo4piXvOTWcMGIgRiuFa6nHNm+54HbYaZCKqc9eeZCLRy3XqafQgwX2F7mofrbJG3g7EEb+lkiR+z2Lic2s3Zw==}
engines: {node: '>=12.0.0'}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
webpack: ^5.0.0
ts-toolbelt@9.6.0:
@@ -9610,8 +9610,8 @@ packages:
typedarray-to-buffer@3.1.5:
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
- typescript@5.8.2:
- resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==}
+ typescript@5.8.3:
+ resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -9943,7 +9943,7 @@ packages:
vue@3.5.13:
resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==}
peerDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
peerDependenciesMeta:
typescript:
optional: true
@@ -11230,11 +11230,11 @@ snapshots:
'@colors/colors@1.5.0': {}
- '@commitlint/cli@19.8.1(@types/node@22.13.10)(typescript@5.8.2)':
+ '@commitlint/cli@19.8.1(@types/node@22.13.10)(typescript@5.8.3)':
dependencies:
'@commitlint/format': 19.8.1
'@commitlint/lint': 19.8.1
- '@commitlint/load': 19.8.1(@types/node@22.13.10)(typescript@5.8.2)
+ '@commitlint/load': 19.8.1(@types/node@22.13.10)(typescript@5.8.3)
'@commitlint/read': 19.8.1
'@commitlint/types': 19.8.1
tinyexec: 1.0.1
@@ -11282,15 +11282,15 @@ snapshots:
'@commitlint/rules': 19.8.1(patch_hash=32857ba6744bdf3ab77821aa5d5d0e5f732889320b2971c9056ddb6052661302)
'@commitlint/types': 19.8.1
- '@commitlint/load@19.8.1(@types/node@22.13.10)(typescript@5.8.2)':
+ '@commitlint/load@19.8.1(@types/node@22.13.10)(typescript@5.8.3)':
dependencies:
'@commitlint/config-validator': 19.8.1
'@commitlint/execute-rule': 19.8.1
'@commitlint/resolve-extends': 19.8.1
'@commitlint/types': 19.8.1
chalk: 5.4.1
- cosmiconfig: 9.0.0(typescript@5.8.2)
- cosmiconfig-typescript-loader: 6.1.0(@types/node@22.13.10)(cosmiconfig@9.0.0(typescript@5.8.2))(typescript@5.8.2)
+ cosmiconfig: 9.0.0(typescript@5.8.3)
+ cosmiconfig-typescript-loader: 6.1.0(@types/node@22.13.10)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@@ -11638,7 +11638,7 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/bundler@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/bundler@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
'@babel/core': 7.26.10
'@docusaurus/babel': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11657,9 +11657,9 @@ snapshots:
mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
null-loader: 4.0.1(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
postcss: 8.5.3
- postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
postcss-preset-env: 10.1.3(postcss@8.5.3)
- react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
terser-webpack-plugin: 5.3.14(@swc/core@1.11.16(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
tslib: 2.8.1
url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
@@ -11683,10 +11683,10 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
'@docusaurus/babel': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/bundler': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/bundler': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11713,7 +11713,7 @@ snapshots:
p-map: 4.0.0
prompts: 2.4.2
react: 19.0.0
- react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
react-dom: 19.0.0(react@19.0.0)
react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)'
react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.0.0)'
@@ -11817,13 +11817,13 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11861,13 +11861,13 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11903,9 +11903,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -11936,9 +11936,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
fs-extra: 11.3.0
@@ -11967,9 +11967,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
@@ -11996,9 +11996,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/gtag.js': 0.0.12
@@ -12026,9 +12026,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
@@ -12055,9 +12055,9 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -12089,14 +12089,14 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@svgr/core': 8.1.0(typescript@5.8.2)
- '@svgr/webpack': 8.1.0(typescript@5.8.2)
+ '@svgr/core': 8.1.0(typescript@5.8.3)
+ '@svgr/webpack': 8.1.0(typescript@5.8.3)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
tslib: 2.8.1
@@ -12122,21 +12122,21 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)
+ '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -12169,16 +12169,16 @@ snapshots:
'@types/react': 19.1.5
react: 19.0.0
- '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
'@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -12220,11 +12220,11 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/history': 4.7.11
@@ -12245,10 +12245,10 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/theme-live-codeblock@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)':
+ '@docusaurus/theme-live-codeblock@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@philpl/buble': 0.19.7
@@ -12280,13 +12280,13 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.2)':
+ '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)':
dependencies:
'@docsearch/react': 3.8.2(@algolia/client-search@5.19.0)(@types/react@19.1.5)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
'@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -13118,12 +13118,12 @@ snapshots:
'@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.26.10)
'@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.26.10)
- '@svgr/core@8.1.0(typescript@5.8.2)':
+ '@svgr/core@8.1.0(typescript@5.8.3)':
dependencies:
'@babel/core': 7.26.10
'@svgr/babel-preset': 8.1.0(@babel/core@7.26.10)
camelcase: 6.3.0
- cosmiconfig: 8.3.6(typescript@5.8.2)
+ cosmiconfig: 8.3.6(typescript@5.8.3)
snake-case: 3.0.4
transitivePeerDependencies:
- supports-color
@@ -13134,35 +13134,35 @@ snapshots:
'@babel/types': 7.27.0
entities: 4.5.0
- '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.2))':
+ '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))':
dependencies:
'@babel/core': 7.26.10
'@svgr/babel-preset': 8.1.0(@babel/core@7.26.10)
- '@svgr/core': 8.1.0(typescript@5.8.2)
+ '@svgr/core': 8.1.0(typescript@5.8.3)
'@svgr/hast-util-to-babel-ast': 8.0.0
svg-parser: 2.0.4
transitivePeerDependencies:
- supports-color
- '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.8.2))(typescript@5.8.2)':
+ '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3)':
dependencies:
- '@svgr/core': 8.1.0(typescript@5.8.2)
- cosmiconfig: 8.3.6(typescript@5.8.2)
+ '@svgr/core': 8.1.0(typescript@5.8.3)
+ cosmiconfig: 8.3.6(typescript@5.8.3)
deepmerge: 4.3.1
svgo: 3.3.2
transitivePeerDependencies:
- typescript
- '@svgr/webpack@8.1.0(typescript@5.8.2)':
+ '@svgr/webpack@8.1.0(typescript@5.8.3)':
dependencies:
'@babel/core': 7.26.10
'@babel/plugin-transform-react-constant-elements': 7.25.9(@babel/core@7.26.10)
'@babel/preset-env': 7.26.9(@babel/core@7.26.10)
'@babel/preset-react': 7.26.3(@babel/core@7.26.10)
'@babel/preset-typescript': 7.26.0(@babel/core@7.26.10)
- '@svgr/core': 8.1.0(typescript@5.8.2)
- '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.2))
- '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.8.2))(typescript@5.8.2)
+ '@svgr/core': 8.1.0(typescript@5.8.3)
+ '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3))
+ '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3)
transitivePeerDependencies:
- supports-color
- typescript
@@ -13172,7 +13172,7 @@ snapshots:
'@swc/core': 1.11.16(@swc/helpers@0.5.15)
'@swc/types': 0.1.21
- '@swc-node/register@1.10.10(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)(typescript@5.8.2)':
+ '@swc-node/register@1.10.10(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)(typescript@5.8.3)':
dependencies:
'@swc-node/core': 1.13.3(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)
'@swc-node/sourcemap-support': 0.5.1
@@ -13182,7 +13182,7 @@ snapshots:
oxc-resolver: 5.0.1
pirates: 4.0.7
tslib: 2.8.1
- typescript: 5.8.2
+ typescript: 5.8.3
transitivePeerDependencies:
- '@swc/types'
- supports-color
@@ -13531,18 +13531,18 @@ snapshots:
'@types/prismjs@1.26.5': {}
- '@types/puppeteer-core@5.4.0(typescript@5.8.2)':
+ '@types/puppeteer-core@5.4.0(typescript@5.8.3)':
dependencies:
- '@types/puppeteer': 7.0.4(typescript@5.8.2)
+ '@types/puppeteer': 7.0.4(typescript@5.8.3)
transitivePeerDependencies:
- bufferutil
- supports-color
- typescript
- utf-8-validate
- '@types/puppeteer@7.0.4(typescript@5.8.2)':
+ '@types/puppeteer@7.0.4(typescript@5.8.3)':
dependencies:
- puppeteer: 23.6.0(typescript@5.8.2)
+ puppeteer: 23.6.0(typescript@5.8.3)
transitivePeerDependencies:
- bufferutil
- supports-color
@@ -13651,23 +13651,23 @@ snapshots:
'@types/node': 22.13.10
optional: true
- '@typescript-eslint/parser@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
+ '@typescript-eslint/parser@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.27.0
'@typescript-eslint/types': 8.27.0
- '@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.2)
+ '@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.3)
'@typescript-eslint/visitor-keys': 8.27.0
debug: 4.4.0
eslint: 9.23.0(jiti@2.4.2)
- typescript: 5.8.2
+ typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/rule-tester@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
+ '@typescript-eslint/rule-tester@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
- '@typescript-eslint/parser': 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
- '@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.2)
- '@typescript-eslint/utils': 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
+ '@typescript-eslint/parser': 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
+ '@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
ajv: 6.12.6
eslint: 9.23.0(jiti@2.4.2)
json-stable-stringify-without-jsonify: 1.0.1
@@ -13684,7 +13684,7 @@ snapshots:
'@typescript-eslint/types@8.27.0': {}
- '@typescript-eslint/typescript-estree@8.27.0(typescript@5.8.2)':
+ '@typescript-eslint/typescript-estree@8.27.0(typescript@5.8.3)':
dependencies:
'@typescript-eslint/types': 8.27.0
'@typescript-eslint/visitor-keys': 8.27.0
@@ -13693,19 +13693,19 @@ snapshots:
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.7.1
- ts-api-utils: 2.0.1(typescript@5.8.2)
- typescript: 5.8.2
+ ts-api-utils: 2.0.1(typescript@5.8.3)
+ typescript: 5.8.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
+ '@typescript-eslint/utils@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
'@typescript-eslint/scope-manager': 8.27.0
'@typescript-eslint/types': 8.27.0
- '@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.2)
+ '@typescript-eslint/typescript-estree': 8.27.0(typescript@5.8.3)
eslint: 9.23.0(jiti@2.4.2)
- typescript: 5.8.2
+ typescript: 5.8.3
transitivePeerDependencies:
- supports-color
@@ -13805,11 +13805,11 @@ snapshots:
'@vue/shared': 3.5.13
csstype: 3.1.3
- '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.2))':
+ '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))':
dependencies:
'@vue/compiler-ssr': 3.5.13
'@vue/shared': 3.5.13
- vue: 3.5.13(typescript@5.8.2)
+ vue: 3.5.13(typescript@5.8.3)
'@vue/shared@3.5.13': {}
@@ -14981,12 +14981,12 @@ snapshots:
corser@2.0.1: {}
- cosmiconfig-typescript-loader@6.1.0(@types/node@22.13.10)(cosmiconfig@9.0.0(typescript@5.8.2))(typescript@5.8.2):
+ cosmiconfig-typescript-loader@6.1.0(@types/node@22.13.10)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3):
dependencies:
'@types/node': 22.13.10
- cosmiconfig: 9.0.0(typescript@5.8.2)
+ cosmiconfig: 9.0.0(typescript@5.8.3)
jiti: 2.4.2
- typescript: 5.8.2
+ typescript: 5.8.3
cosmiconfig@6.0.0:
dependencies:
@@ -14996,23 +14996,23 @@ snapshots:
path-type: 4.0.0
yaml: 1.10.2
- cosmiconfig@8.3.6(typescript@5.8.2):
+ cosmiconfig@8.3.6(typescript@5.8.3):
dependencies:
import-fresh: 3.3.1
js-yaml: 4.1.0
parse-json: 5.2.0
path-type: 4.0.0
optionalDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
- cosmiconfig@9.0.0(typescript@5.8.2):
+ cosmiconfig@9.0.0(typescript@5.8.3):
dependencies:
env-paths: 2.2.1
import-fresh: 3.3.1
js-yaml: 4.1.0
parse-json: 5.2.0
optionalDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
crc-32@1.2.2: {}
@@ -15443,9 +15443,9 @@ snapshots:
dependencies:
'@leichtgewicht/ip-codec': 2.0.5
- docusaurus-lunr-search@3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
+ docusaurus-lunr-search@3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.2)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
autocomplete.js: 0.37.1
clsx: 2.1.1
gauge: 3.0.2
@@ -16251,7 +16251,7 @@ snapshots:
cross-spawn: 7.0.6
signal-exit: 4.1.0
- fork-ts-checker-webpack-plugin@6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ fork-ts-checker-webpack-plugin@6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
dependencies:
'@babel/code-frame': 7.26.2
'@types/json-schema': 7.0.15
@@ -16266,7 +16266,7 @@ snapshots:
schema-utils: 2.7.0
semver: 7.6.3
tapable: 1.1.3
- typescript: 5.8.2
+ typescript: 5.8.3
webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
optionalDependencies:
eslint: 9.23.0(jiti@2.4.2)
@@ -17751,11 +17751,11 @@ snapshots:
jasmine-core: 4.6.1
karma: 6.4.4
- karma-sauce-launcher@4.3.6(encoding@0.1.13)(typescript@5.8.2):
+ karma-sauce-launcher@4.3.6(encoding@0.1.13)(typescript@5.8.3):
dependencies:
global-agent: 2.2.0
saucelabs: 4.7.8
- webdriverio: 6.12.1(encoding@0.1.13)(typescript@5.8.2)
+ webdriverio: 6.12.1(encoding@0.1.13)(typescript@5.8.3)
transitivePeerDependencies:
- bufferutil
- encoding
@@ -19278,9 +19278,9 @@ snapshots:
'@csstools/utilities': 2.0.0(postcss@8.5.3)
postcss: 8.5.3
- postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
dependencies:
- cosmiconfig: 8.3.6(typescript@5.8.2)
+ cosmiconfig: 8.3.6(typescript@5.8.3)
jiti: 1.21.7
postcss: 8.5.3
semver: 7.6.3
@@ -19701,11 +19701,11 @@ snapshots:
- supports-color
- utf-8-validate
- puppeteer@23.6.0(typescript@5.8.2):
+ puppeteer@23.6.0(typescript@5.8.3):
dependencies:
'@puppeteer/browsers': 2.4.0
chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347)
- cosmiconfig: 9.0.0(typescript@5.8.2)
+ cosmiconfig: 9.0.0(typescript@5.8.3)
devtools-protocol: 0.0.1354347
puppeteer-core: 23.6.0
typed-query-selector: 2.12.0
@@ -19765,7 +19765,7 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-dev-utils@12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ react-dev-utils@12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
dependencies:
'@babel/code-frame': 7.26.2
address: 1.2.2
@@ -19776,7 +19776,7 @@ snapshots:
escape-string-regexp: 4.0.0
filesize: 8.0.7
find-up: 5.0.0
- fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
global-modules: 2.0.0
globby: 11.1.0
gzip-size: 6.0.0
@@ -19793,7 +19793,7 @@ snapshots:
text-table: 0.2.0
webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
optionalDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
transitivePeerDependencies:
- eslint
- supports-color
@@ -20873,12 +20873,12 @@ snapshots:
symbol-tree@3.2.4: {}
- syncpack@13.0.4(typescript@5.8.2):
+ syncpack@13.0.4(typescript@5.8.3):
dependencies:
chalk: 5.4.1
chalk-template: 1.1.0
commander: 13.1.0
- cosmiconfig: 9.0.0(typescript@5.8.2)
+ cosmiconfig: 9.0.0(typescript@5.8.3)
effect: 3.15.2
enquirer: 2.4.1
fast-check: 3.23.2
@@ -21063,13 +21063,13 @@ snapshots:
trough@2.2.0: {}
- ts-api-utils@2.0.1(typescript@5.8.2):
+ ts-api-utils@2.0.1(typescript@5.8.3):
dependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
ts-interface-checker@0.1.13: {}
- ts-jest@29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.10))(typescript@5.8.2):
+ ts-jest@29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.10))(typescript@5.8.3):
dependencies:
bs-logger: 0.2.6
ejs: 3.1.10
@@ -21081,7 +21081,7 @@ snapshots:
make-error: 1.3.6
semver: 7.7.1
type-fest: 4.38.0
- typescript: 5.8.2
+ typescript: 5.8.3
yargs-parser: 21.1.1
optionalDependencies:
'@babel/core': 7.26.10
@@ -21089,14 +21089,14 @@ snapshots:
'@jest/types': 29.6.3
babel-jest: 29.7.0(@babel/core@7.26.10)
- ts-loader@9.5.2(typescript@5.8.2)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ ts-loader@9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
dependencies:
chalk: 4.1.2
enhanced-resolve: 5.18.0
micromatch: 4.0.8
semver: 7.6.3
source-map: 0.7.4
- typescript: 5.8.2
+ typescript: 5.8.3
webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
ts-toolbelt@9.6.0: {}
@@ -21156,7 +21156,7 @@ snapshots:
dependencies:
is-typedarray: 1.0.0
- typescript@5.8.2: {}
+ typescript@5.8.3: {}
ua-parser-js@0.7.39: {}
@@ -21481,9 +21481,9 @@ snapshots:
void-elements@2.0.1: {}
- vue-class-component@8.0.0-rc.1(vue@3.5.13(typescript@5.8.2)):
+ vue-class-component@8.0.0-rc.1(vue@3.5.13(typescript@5.8.3)):
dependencies:
- vue: 3.5.13(typescript@5.8.2)
+ vue: 3.5.13(typescript@5.8.3)
vue-component-type-helpers@2.1.6: {}
@@ -21500,24 +21500,24 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-loader@17.4.2(vue@3.5.13(typescript@5.8.2))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ vue-loader@17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
dependencies:
chalk: 4.1.2
hash-sum: 2.0.0
watchpack: 2.4.2
webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
optionalDependencies:
- vue: 3.5.13(typescript@5.8.2)
+ vue: 3.5.13(typescript@5.8.3)
- vue@3.5.13(typescript@5.8.2):
+ vue@3.5.13(typescript@5.8.3):
dependencies:
'@vue/compiler-dom': 3.5.13
'@vue/compiler-sfc': 3.5.13
'@vue/runtime-dom': 3.5.13
- '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.2))
+ '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.3))
'@vue/shared': 3.5.13
optionalDependencies:
- typescript: 5.8.2
+ typescript: 5.8.3
w3c-xmlserializer@4.0.0:
dependencies:
@@ -21553,9 +21553,9 @@ snapshots:
got: 11.8.6
lodash.merge: 4.6.2
- webdriverio@6.12.1(encoding@0.1.13)(typescript@5.8.2):
+ webdriverio@6.12.1(encoding@0.1.13)(typescript@5.8.3):
dependencies:
- '@types/puppeteer-core': 5.4.0(typescript@5.8.2)
+ '@types/puppeteer-core': 5.4.0(typescript@5.8.3)
'@wdio/config': 6.12.1
'@wdio/logger': 6.10.10
'@wdio/repl': 6.11.0
From 5f446080468361de8d9b8fa9a789ef0bcf764c99 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 11:41:46 +0000
Subject: [PATCH 19/38] chore(deps): update dependency terser to v5.39.2
(#4991)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [terser](https://terser.org)
([source](https://redirect.github.com/terser/terser)) | [`5.39.0` ->
`5.39.2`](https://renovatebot.com/diffs/npm/terser/5.39.0/5.39.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
terser/terser (terser)
###
[`v5.39.2`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5392)
[Compare
Source](https://redirect.github.com/terser/terser/compare/v5.39.1...v5.39.2)
- Fix crash when parsing bare `yield` inside a template string.
- Update internally used acorn version requirement
###
[`v5.39.1`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5391)
[Compare
Source](https://redirect.github.com/terser/terser/compare/v5.39.0...v5.39.1)
- Fix bitwise operations that could mix `BigInt` and `number`
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package.json | 2 +-
pnpm-lock.yaml | 46 +++++++++++++++++++++++-----------------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/package.json b/package.json
index ec4ee65331..58cee36a4c 100644
--- a/package.json
+++ b/package.json
@@ -178,7 +178,7 @@
"react": "18",
"react-dom": "18",
"source-map-js": "1.2.1",
- "terser": "5.39.0",
+ "terser": "5.39.2",
"typescript": "5.8.3"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 48403835ad..07dd1f76f0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -11,7 +11,7 @@ overrides:
react: '18'
react-dom: '18'
source-map-js: 1.2.1
- terser: 5.39.0
+ terser: 5.39.2
typescript: 5.8.3
packageExtensionsChecksum: sha256-rMdzKtpp3EwdMIL0y0DAqB8sU9O6+q8LT222xA4eNcg=
@@ -321,10 +321,10 @@ importers:
version: 1.0.4
vite:
specifier: ^6
- version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
+ version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
vitest:
specifier: ^3
- version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.8.0)
+ version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.2)(yaml@2.8.0)
vue:
specifier: ^3.5.12
version: 3.5.13(typescript@5.8.3)
@@ -9365,8 +9365,8 @@ packages:
uglify-js:
optional: true
- terser@5.39.0:
- resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==}
+ terser@5.39.2:
+ resolution: {integrity: sha512-yEPUmWve+VA78bI71BW70Dh0TuV4HHd+I5SHOAfS1+QBOmvmCiiffgjR8ryyEd3KIfvPGFqoADt8LdQ6XpXIvg==}
engines: {node: '>=10'}
hasBin: true
@@ -9855,7 +9855,7 @@ packages:
sass-embedded: '*'
stylus: '*'
sugarss: '*'
- terser: 5.39.0
+ terser: 5.39.2
tsx: ^4.8.1
yaml: ^2.4.2
peerDependenciesMeta:
@@ -13566,13 +13566,13 @@ snapshots:
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.0.12
+ '@types/react': 19.1.5
'@types/react-router': 5.1.20
'@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.0.12
+ '@types/react': 19.1.5
'@types/react@19.0.12':
dependencies:
@@ -13725,13 +13725,13 @@ snapshots:
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0))':
+ '@vitest/mocker@3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0))':
dependencies:
'@vitest/spy': 3.1.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
'@vitest/pretty-format@3.1.1':
dependencies:
@@ -16785,7 +16785,7 @@ snapshots:
history@4.10.1:
dependencies:
- '@babel/runtime': 7.27.0
+ '@babel/runtime': 7.27.1
loose-envify: 1.4.0
resolve-pathname: 3.0.0
tiny-invariant: 1.3.3
@@ -16834,7 +16834,7 @@ snapshots:
he: 1.2.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.39.0
+ terser: 5.39.2
html-minifier-terser@7.2.0:
dependencies:
@@ -16844,7 +16844,7 @@ snapshots:
entities: 4.5.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.39.0
+ terser: 5.39.2
html-tags@3.3.1: {}
@@ -20944,12 +20944,12 @@ snapshots:
jest-worker: 27.5.1
schema-utils: 4.3.0
serialize-javascript: 6.0.2
- terser: 5.39.0
+ terser: 5.39.2
webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
optionalDependencies:
'@swc/core': 1.11.16(@swc/helpers@0.5.15)
- terser@5.39.0:
+ terser@5.39.2:
dependencies:
'@jridgewell/source-map': 0.3.6
acorn: 8.14.1
@@ -21405,13 +21405,13 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-node@3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0):
+ vite-node@3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0):
dependencies:
cac: 6.7.14
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -21426,7 +21426,7 @@ snapshots:
- tsx
- yaml
- vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0):
+ vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0):
dependencies:
esbuild: 0.25.3
postcss: 8.5.3
@@ -21435,13 +21435,13 @@ snapshots:
'@types/node': 22.13.10
fsevents: 2.3.3
jiti: 2.4.2
- terser: 5.39.0
+ terser: 5.39.2
yaml: 2.8.0
- vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.0)(yaml@2.8.0):
+ vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.2)(yaml@2.8.0):
dependencies:
'@vitest/expect': 3.1.1
- '@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0))
+ '@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0))
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
@@ -21457,8 +21457,8 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
- vite-node: 3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.0)(yaml@2.8.0)
+ vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
+ vite-node: 3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/debug': 4.1.12
From c31b093323de1789383be9b34ca880dd95d8b41c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 16:23:01 +0000
Subject: [PATCH 20/38] chore(deps): update dependency ts-jest to v29.3.4
(#4993)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-jest](https://kulshekhar.github.io/ts-jest)
([source](https://redirect.github.com/kulshekhar/ts-jest)) | [`29.3.1`
-> `29.3.4`](https://renovatebot.com/diffs/npm/ts-jest/29.3.1/29.3.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
kulshekhar/ts-jest (ts-jest)
###
[`v29.3.4`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2934-2025-05-16)
[Compare
Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.3.3...v29.3.4)
##### Bug Fixes
- fix: fix `TsJestTransformerOptions` type
([3b11e29](https://redirect.github.com/kulshekhar/ts-jest/commit/3b11e29)),
closes
[#4247](https://redirect.github.com/kulshekhar/ts-jest/issues/4247)
- fix(cli): fix wrong path for preset creator fns
([249eb2c](https://redirect.github.com/kulshekhar/ts-jest/commit/249eb2c))
- fix(config): disable `rewriteRelativeImportExtensions` always
([9b1f472](https://redirect.github.com/kulshekhar/ts-jest/commit/9b1f472)),
closes
[#4855](https://redirect.github.com/kulshekhar/ts-jest/issues/4855)
###
[`v29.3.3`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2933-2025-05-14)
[Compare
Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.3.2...v29.3.3)
##### Bug Fixes
- fix(cli): init config with preset creator functions
([cdd3039](https://redirect.github.com/kulshekhar/ts-jest/commit/cdd3039)),
closes
[#4840](https://redirect.github.com/kulshekhar/ts-jest/issues/4840)
- fix(config): disable `isolatedDeclarations`
([5d6b35f](https://redirect.github.com/kulshekhar/ts-jest/commit/5d6b35f)),
closes
[#4847](https://redirect.github.com/kulshekhar/ts-jest/issues/4847)
###
[`v29.3.2`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2932-2025-04-12)
[Compare
Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2)
##### Bug Fixes
- fix: transpile `js` files from `node_modules` whenever Jest asks
([968370e](https://redirect.github.com/kulshekhar/ts-jest/commit/968370e)),
closes
[#4637](https://redirect.github.com/kulshekhar/ts-jest/issues/4637)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 07dd1f76f0..ae2ea94e7e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -13566,13 +13566,13 @@ snapshots:
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.1.5
+ '@types/react': 19.0.12
'@types/react-router': 5.1.20
'@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.1.5
+ '@types/react': 19.0.12
'@types/react@19.0.12':
dependencies:
@@ -16785,7 +16785,7 @@ snapshots:
history@4.10.1:
dependencies:
- '@babel/runtime': 7.27.1
+ '@babel/runtime': 7.27.0
loose-envify: 1.4.0
resolve-pathname: 3.0.0
tiny-invariant: 1.3.3
From af8bd7426212dee87f253fa5fe6b3cd321f768a2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 22:57:35 +0000
Subject: [PATCH 21/38] chore(deps): update dependency vue-eslint-parser to
v10.1.3 (#4995)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[vue-eslint-parser](https://redirect.github.com/vuejs/vue-eslint-parser)
| [`10.1.2` ->
`10.1.3`](https://renovatebot.com/diffs/npm/vue-eslint-parser/10.1.2/10.1.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
vuejs/vue-eslint-parser (vue-eslint-parser)
###
[`v10.1.3`](https://redirect.github.com/vuejs/vue-eslint-parser/releases/tag/v10.1.3)
[Compare
Source](https://redirect.github.com/vuejs/vue-eslint-parser/compare/v10.1.2...v10.1.3)
#### 🐛 Bug Fixes
- Fix text token type in `{{...}}` with invalid expression by
[@woongsikchoi](https://redirect.github.com/woongsikchoi) in
[https://github.com/vuejs/vue-eslint-parser/pull/257](https://redirect.github.com/vuejs/vue-eslint-parser/pull/257)
**Full Changelog**:
https://github.com/vuejs/vue-eslint-parser/compare/v10.1.2...v10.1.3
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ae2ea94e7e..068d45e15b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -333,7 +333,7 @@ importers:
version: 8.0.0-rc.1(vue@3.5.13(typescript@5.8.3))
vue-eslint-parser:
specifier: ^10.1.1
- version: 10.1.2(eslint@9.23.0(jiti@2.4.2))
+ version: 10.1.3(eslint@9.23.0(jiti@2.4.2))
vue-loader:
specifier: ^17.4.2
version: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
@@ -9922,8 +9922,8 @@ packages:
vue-component-type-helpers@2.1.6:
resolution: {integrity: sha512-ng11B8B/ZADUMMOsRbqv0arc442q7lifSubD0v8oDXIFoMg/mXwAPUunrroIDkY+mcD0dHKccdaznSVp8EoX3w==}
- vue-eslint-parser@10.1.2:
- resolution: {integrity: sha512-1guOfYgNlD7JH2popr/bt5vc7Mzt6quRCnEbqLgpMHvoHEGV1oImzdqrLd+oMD76cHt8ilBP4cda9WA72TLFDQ==}
+ vue-eslint-parser@10.1.3:
+ resolution: {integrity: sha512-dbCBnd2e02dYWsXoqX5yKUZlOt+ExIpq7hmHKPb5ZqKcjf++Eo0hMseFTZMLKThrUk61m+Uv6A2YSBve6ZvuDQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: 9.23.0
@@ -13692,7 +13692,7 @@ snapshots:
fast-glob: 3.3.3
is-glob: 4.0.3
minimatch: 9.0.5
- semver: 7.7.1
+ semver: 7.7.2
ts-api-utils: 2.0.1(typescript@5.8.3)
typescript: 5.8.3
transitivePeerDependencies:
@@ -16453,7 +16453,7 @@ snapshots:
es6-error: 4.1.1
matcher: 3.0.0
roarr: 2.15.4
- semver: 7.7.1
+ semver: 7.7.2
serialize-error: 7.0.1
global-directory@4.0.1:
@@ -21487,16 +21487,16 @@ snapshots:
vue-component-type-helpers@2.1.6: {}
- vue-eslint-parser@10.1.2(eslint@9.23.0(jiti@2.4.2)):
+ vue-eslint-parser@10.1.3(eslint@9.23.0(jiti@2.4.2)):
dependencies:
- debug: 4.4.0
+ debug: 4.4.1
eslint: 9.23.0(jiti@2.4.2)
eslint-scope: 8.3.0
eslint-visitor-keys: 4.2.0
espree: 10.3.0
esquery: 1.6.0
lodash: 4.17.21
- semver: 7.7.1
+ semver: 7.7.2
transitivePeerDependencies:
- supports-color
From 73fa52c4926311ef7e789b6c6a89abf75146ff69 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 May 2025 22:59:19 +0000
Subject: [PATCH 22/38] chore(deps): update swc monorepo (#4996)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://redirect.github.com/swc-project/swc)) | [`1.11.16` ->
`1.11.29`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.16/1.11.29)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@swc/helpers](https://swc.rs)
([source](https://redirect.github.com/swc-project/swc)) | [`0.5.15` ->
`0.5.17`](https://renovatebot.com/diffs/npm/@swc%2fhelpers/0.5.15/0.5.17)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@swc/jest](https://redirect.github.com/swc-project/pkgs/tree/main/packages/jest)
([source](https://redirect.github.com/swc-project/pkgs)) | [`0.2.37` ->
`0.2.38`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.37/0.2.38) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
swc-project/swc (@swc/core)
###
[`v1.11.29`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11129---2025-05-21)
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.24...v1.11.29)
##### Bug Fixes
- **([@swc/types](https://redirect.github.com/swc/types))** Add
`transform.nativeClassProperties`
([#10418](https://redirect.github.com/swc-project/swc/issues/10418))
([f3af44c](https://redirect.github.com/swc-project/swc/commit/f3af44c1540268c02c86b71796f1a0ac50594584))
- **([@swc/types](https://redirect.github.com/swc/types))** Add
`resolveFully` to `BaseModuleConfig`
([#10426](https://redirect.github.com/swc-project/swc/issues/10426))
([164cbaa](https://redirect.github.com/swc-project/swc/commit/164cbaa2c02a3216096fa7b969fcfa6575954892))
- **(ci)** Remove wasmer override
([425eeb9](https://redirect.github.com/swc-project/swc/commit/425eeb905656cede2e67cdd114beb5bc2fc6699d))
- **(es/compat)** Properly handle rest assignment in for-in/of head
([#10489](https://redirect.github.com/swc-project/swc/issues/10489))
([b9c0446](https://redirect.github.com/swc-project/swc/commit/b9c04468f17f0583a132f00daf9d138ce38a9d8b))
- **(es/jest)** Hoisting vars with names starting with mock
([#10410](https://redirect.github.com/swc-project/swc/issues/10410))
([a29eb29](https://redirect.github.com/swc-project/swc/commit/a29eb2973365ae22cae0fde6e20693b538962cf9))
- **(es/jest)** Revert
[#10410](https://redirect.github.com/swc-project/swc/issues/10410)
([#10452](https://redirect.github.com/swc-project/swc/issues/10452))
([bc756f8](https://redirect.github.com/swc-project/swc/commit/bc756f84c9b1c154fe7f00193066301658ef1484))
- **(es/minifier)** Properly handle object shorthand syntax during
compression
([#10467](https://redirect.github.com/swc-project/swc/issues/10467))
([bae4940](https://redirect.github.com/swc-project/swc/commit/bae494039d49967c05c6d34645de25ade13aac33))
- **(es/module)** Handle `__proto__` export name
([#10420](https://redirect.github.com/swc-project/swc/issues/10420))
([1b94c7a](https://redirect.github.com/swc-project/swc/commit/1b94c7a7fb8c55200faa474448f2cc29612f6aa0))
- **(es/optimization)** Support decimal numbers in `jsonify`
([#10424](https://redirect.github.com/swc-project/swc/issues/10424))
([affdec2](https://redirect.github.com/swc-project/swc/commit/affdec2be84d58ac30f91bf17325bd3095e1ce46))
- **(es/react-compiler)** Mark function components declared as a var
interesting
([#10437](https://redirect.github.com/swc-project/swc/issues/10437))
([5eac076](https://redirect.github.com/swc-project/swc/commit/5eac076b77fa43649cde468deee49771a987781c))
- **(es/renamer)** Fix (broken) identifier preserving API
([#10474](https://redirect.github.com/swc-project/swc/issues/10474))
([06c64cf](https://redirect.github.com/swc-project/swc/commit/06c64cf9ed0e84891daf102f8756fcb1ee516527))
- **(ts/fast-dts)** Emit `readonly` for Object getter prop
([#10492](https://redirect.github.com/swc-project/swc/issues/10492))
([6c03e20](https://redirect.github.com/swc-project/swc/commit/6c03e20a98b239572c29424165d6031207a7340d))
- **(ts/fast-dts)** Align object getter/setter emit behavior with
TypeScript
([#10502](https://redirect.github.com/swc-project/swc/issues/10502))
([78c754e](https://redirect.github.com/swc-project/swc/commit/78c754e7a6057c07db077f2954a11d0eb7eb7276))
##### Features
- **(common)** Allow using `build_sourcemap` with multiple `SourceMap`
([#10438](https://redirect.github.com/swc-project/swc/issues/10438))
([2a07c8a](https://redirect.github.com/swc-project/swc/commit/2a07c8a9c223cbb3862cf7aaafa7659667d13b6e))
- **(common)** Add `ignoreList` support for sourcemap
([#10442](https://redirect.github.com/swc-project/swc/issues/10442))
([6750459](https://redirect.github.com/swc-project/swc/commit/6750459d9180048a39c11e14b02c9bfed251a12e))
- **(config)** Allow using glob in some places
([#10445](https://redirect.github.com/swc-project/swc/issues/10445))
([f7a6359](https://redirect.github.com/swc-project/swc/commit/f7a635985e8bf9654ed999b3d4da72b4a27e7fda))
- **(config)** Use `globset` instead
([#10446](https://redirect.github.com/swc-project/swc/issues/10446))
([7bbaef8](https://redirect.github.com/swc-project/swc/commit/7bbaef8b170348839f1b43617244c1809896c094))
- **(es/module)** Add support for stripping "node:" prefix in imports
and exports
([#10461](https://redirect.github.com/swc-project/swc/issues/10461))
([ae2ff62](https://redirect.github.com/swc-project/swc/commit/ae2ff627a1bf0ea0e479361cc267c8f7ebde8f49))
- **(es/react-compiler)** Initialize support crate
([#10422](https://redirect.github.com/swc-project/swc/issues/10422))
([1e88e6b](https://redirect.github.com/swc-project/swc/commit/1e88e6b4143ba450b80fedcf4bdd34aa0a990590))
- Initialize `@swc/react-compiler`
([#10475](https://redirect.github.com/swc-project/swc/issues/10475))
([883b24c](https://redirect.github.com/swc-project/swc/commit/883b24c6248fecb223693974951080889bd8827a))
##### Miscellaneous Tasks
- **(es/minifier)** Remove useless check
([#10471](https://redirect.github.com/swc-project/swc/issues/10471))
([ca85958](https://redirect.github.com/swc-project/swc/commit/ca859584036b2fb2e8a9398e602e2a7f42e36a07))
##### Performance
- **(common)** Accept owned instance of `sourcemap::SourceMap`
([#10463](https://redirect.github.com/swc-project/swc/issues/10463))
([6ee439a](https://redirect.github.com/swc-project/swc/commit/6ee439aa7a96f99524c2aaee88d200e301ae611c))
- **(es/minifier)** Use fxhash for DCE
([#10440](https://redirect.github.com/swc-project/swc/issues/10440))
([c0ddd96](https://redirect.github.com/swc-project/swc/commit/c0ddd96f694ca35825d7ca89a1bb318ffb23625c))
- **(es/minifier)** Remove needless `collect_decls` call
([#10450](https://redirect.github.com/swc-project/swc/issues/10450))
([8e4b6ce](https://redirect.github.com/swc-project/swc/commit/8e4b6ce881448813935e6ae68d16a838d7a01838))
- **(es/minifier)** Clear graph eagerly in DCE
([#10455](https://redirect.github.com/swc-project/swc/issues/10455))
([31e21d7](https://redirect.github.com/swc-project/swc/commit/31e21d7cbc9ed3b359ff2a48771a6fda16e916bc))
- **(es/minifier)** Perform full analysis only once for DCE
([#10454](https://redirect.github.com/swc-project/swc/issues/10454))
([61baf84](https://redirect.github.com/swc-project/swc/commit/61baf849424a4f430f584b90a3a797578f316693))
- **(es/minifier)** Use `bitflags` for var info
([#10459](https://redirect.github.com/swc-project/swc/issues/10459))
([36f8385](https://redirect.github.com/swc-project/swc/commit/36f8385256caca7efa42fb5a8e129d51df9df226))
- **(es/optimization)** Rely on `resolver` from `inline_globals`
([#10449](https://redirect.github.com/swc-project/swc/issues/10449))
([1978809](https://redirect.github.com/swc-project/swc/commit/197880946afb1eeea85520b83fa04a91fc1c6de4))
- **(es/renamer)** Merge Id/Def collector
([#10487](https://redirect.github.com/swc-project/swc/issues/10487))
([73377f0](https://redirect.github.com/swc-project/swc/commit/73377f09dc83624559f7d1539de59922c42836c9))
- **(es/utils)** Make `IdentUsageFinder` parallel
([#10444](https://redirect.github.com/swc-project/swc/issues/10444))
([d074bca](https://redirect.github.com/swc-project/swc/commit/d074bcaf201e26ce2973633f9ef9f142b74f8dc3))
- **(es/utils)** Stop visiting once found in `EvalFinder`
([#10483](https://redirect.github.com/swc-project/swc/issues/10483))
([3402270](https://redirect.github.com/swc-project/swc/commit/3402270edc81838451c7ce3a5cc93ba205d076d6))
##### Refactor
- **(common)** Remove useless `&mut`
([#10405](https://redirect.github.com/swc-project/swc/issues/10405))
([edbeb49](https://redirect.github.com/swc-project/swc/commit/edbeb4947a78d778de111c61f02edf0e8d3ce3ae))
- **(common)** Remove unused methods
([#10469](https://redirect.github.com/swc-project/swc/issues/10469))
([b77311a](https://redirect.github.com/swc-project/swc/commit/b77311adfc19fa41c2b316e37ef3832c9ffaede8))
- **(ecma/transform)** Cleanup rename analyzer
([#10500](https://redirect.github.com/swc-project/swc/issues/10500))
([de51be1](https://redirect.github.com/swc-project/swc/commit/de51be1a782af1f22c2ca5ab3ddc5fa187872281))
- **(es)** Remove unused code
([#10460](https://redirect.github.com/swc-project/swc/issues/10460))
([d344133](https://redirect.github.com/swc-project/swc/commit/d34413338b387e58c3ea998ca05f26bac81fbe6f))
- **(es)** Deduplicate `EvalFinder`
([#10472](https://redirect.github.com/swc-project/swc/issues/10472))
([9f104af](https://redirect.github.com/swc-project/swc/commit/9f104af5089b34f0ffccf29d5f77c2abdfc83066))
- **(es/minifier)** Remove unused file
([#10465](https://redirect.github.com/swc-project/swc/issues/10465))
([7d49097](https://redirect.github.com/swc-project/swc/commit/7d490978251d85696e0279298a736ebd286c5685))
- **(es/minifier)** Merge label/private name renamer
([#10480](https://redirect.github.com/swc-project/swc/issues/10480))
([5add84d](https://redirect.github.com/swc-project/swc/commit/5add84dffcc4c03ed79e4aa29ded3fc1bfa70a7d))
- **(es/parser)** Split parser into also-lex/parse-only
([#10399](https://redirect.github.com/swc-project/swc/issues/10399))
([26289ab](https://redirect.github.com/swc-project/swc/commit/26289ab766230a896da6c3a2d95a157ce3793eee))
- **(es/parser)** Parse shebang and cleanup
([#10481](https://redirect.github.com/swc-project/swc/issues/10481))
([619873a](https://redirect.github.com/swc-project/swc/commit/619873a2cf7d5ddb1ce1aa59123371127dc9f2f6))
- **(es/parser)** Cleanup usage of `is!` and `bump!`
([#10490](https://redirect.github.com/swc-project/swc/issues/10490))
([b695b68](https://redirect.github.com/swc-project/swc/commit/b695b6830e2e7a4d1922fa455d94fe4d912effa4))
- **(es/renamer)** Inline `get_unresolved`
([#10493](https://redirect.github.com/swc-project/swc/issues/10493))
([0f5d9c1](https://redirect.github.com/swc-project/swc/commit/0f5d9c1ac780b8db83dcaf108aef499157b084c3))
- **(es/transforms)** Unify `preset_env` and `es_version` transform
([#10451](https://redirect.github.com/swc-project/swc/issues/10451))
([6546c27](https://redirect.github.com/swc-project/swc/commit/6546c27fab5a3bd3b1a114ccf35c5a5c725935fe))
##### Build
- **(plugin)** Update `wasmer` to `v6.0.0`
([#10439](https://redirect.github.com/swc-project/swc/issues/10439))
([b9eff3c](https://redirect.github.com/swc-project/swc/commit/b9eff3c92b77cfd9b15b24d7e08614ac0c59f8fd))
- Update `rustc` to `nightly-2025-05-06`
([#10443](https://redirect.github.com/swc-project/swc/issues/10443))
([a7cbde7](https://redirect.github.com/swc-project/swc/commit/a7cbde7fdbe17c12bd0c2b205f0349a21707ec65))
###
[`v1.11.24`](https://redirect.github.com/swc-project/swc/compare/v1.11.22...v1.11.24)
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.22...v1.11.24)
###
[`v1.11.22`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11122---2025-04-23)
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.21...v1.11.22)
##### Bug Fixes
- **(es/parser)** Parse `export default from;` with `exportDefaultFrom:
true` option
([#10373](https://redirect.github.com/swc-project/swc/issues/10373))
([a270cb0](https://redirect.github.com/swc-project/swc/commit/a270cb0f469b174cd36174740a674f0ffc19b042))
- **(es/proposal)** Fix exported class for
`explicit-resource-management`
([#10393](https://redirect.github.com/swc-project/swc/issues/10393))
([6b5dbc6](https://redirect.github.com/swc-project/swc/commit/6b5dbc6078248cc6fd467a7f57be17082b837565))
- **(swc_core)** Fix downstream doc builds
([#10401](https://redirect.github.com/swc-project/swc/issues/10401))
([df511ba](https://redirect.github.com/swc-project/swc/commit/df511ba183570f1a2f4564cd24a3d67dd3b3573c))
- Upgrade browserslist-rs version
([#10389](https://redirect.github.com/swc-project/swc/issues/10389))
([f802892](https://redirect.github.com/swc-project/swc/commit/f802892add01c7dac9744db1a8f1f7366b43dd0a))
##### Features
- **(bindings/core)** Enhance existing parse function to accept both
string and buffer
types([#10371](https://redirect.github.com/swc-project/swc/issues/10371))
([c9a2afc](https://redirect.github.com/swc-project/swc/commit/c9a2afcfd1b6ce0bd5ca8ea56a4ab7f75a629094))
- **(css/prefixer)** Fix default implementation
([#10351](https://redirect.github.com/swc-project/swc/issues/10351))
([34f4e41](https://redirect.github.com/swc-project/swc/commit/34f4e4158524da6d2a9fbbea96ecaab861336553))
##### Miscellaneous Tasks
- **(bindings/node)** Add `README.md`
([#10402](https://redirect.github.com/swc-project/swc/issues/10402))
([a0e89f0](https://redirect.github.com/swc-project/swc/commit/a0e89f09b86a2dd034020257907130ad1c66797f))
- **(es/parser)** Remove useless check
([#10386](https://redirect.github.com/swc-project/swc/issues/10386))
([d1770ac](https://redirect.github.com/swc-project/swc/commit/d1770ac5d75a295fc0910cc5185c8d6a75b2b9be))
- **(es/utils)** Mark Symbol members as literal
([#10400](https://redirect.github.com/swc-project/swc/issues/10400))
([3935b60](https://redirect.github.com/swc-project/swc/commit/3935b60340685d1f4aa464da8e9cec80c48cabd2))
##### Performance
- **(common)** Use `next` instead of `nth`
([#10403](https://redirect.github.com/swc-project/swc/issues/10403))
([12c2807](https://redirect.github.com/swc-project/swc/commit/12c28079fccc67c8e125a782c9dfd7ef5354df9e))
- **(es/minifier)** Use bigflags to reduce context size of analyzer
([#10380](https://redirect.github.com/swc-project/swc/issues/10380))
([773d19c](https://redirect.github.com/swc-project/swc/commit/773d19cdc49ddb55ed6f6c3262a0fccbf73b4c5f))
- **(es/minifier)** Use `bitflags` to reduce context size of
`InfectionCollector`
([#10387](https://redirect.github.com/swc-project/swc/issues/10387))
([126d432](https://redirect.github.com/swc-project/swc/commit/126d43295e7f5e09092da653f537c843f2d79836))
- **(es/minifier)** Use `bitflags` to reduce compress context size
([#10381](https://redirect.github.com/swc-project/swc/issues/10381))
([99495bd](https://redirect.github.com/swc-project/swc/commit/99495bde7e73b045c8d2aea8a3fa9a2c9492ca82))
- **(es/parser)** Move `found_module_item` to `Parser`
([#10388](https://redirect.github.com/swc-project/swc/issues/10388))
([fd52c5c](https://redirect.github.com/swc-project/swc/commit/fd52c5c5c0682309042e22ecc511a1a1712322ec))
##### Refactor
- **(es/compat)** Simplify `async_to_generator`
([#10341](https://redirect.github.com/swc-project/swc/issues/10341))
([e9eeba1](https://redirect.github.com/swc-project/swc/commit/e9eeba1b3d4b2c291633c4a8951737c4a5b2246c))
- **(es/lexer)** Split lexer
([#10377](https://redirect.github.com/swc-project/swc/issues/10377))
([3ef2bd1](https://redirect.github.com/swc-project/swc/commit/3ef2bd13d0102b2a59a5c32c4197ccdea998b5f2))
##### Testing
- **(es/transform)** Add tests for source map
([#10375](https://redirect.github.com/swc-project/swc/issues/10375))
([0018a8e](https://redirect.github.com/swc-project/swc/commit/0018a8ead2592857b9a6dff446933c16f58a9df2))
###
[`v1.11.21`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11121---2025-04-14)
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.20...v1.11.21)
##### Bug Fixes
- **(es/helpers)** Sync tslib `_ts_generator` implementation
([#10366](https://redirect.github.com/swc-project/swc/issues/10366))
([d3fb992](https://redirect.github.com/swc-project/swc/commit/d3fb992a2f16882837cef4b6932be5d5415e7268))
- **(es/proposal)** Fix scope of declarations for
`explicit-resource-management`
([#10362](https://redirect.github.com/swc-project/swc/issues/10362))
([eb7f7e9](https://redirect.github.com/swc-project/swc/commit/eb7f7e9ff99ad639cc65e5ea702194c75a013f02))
- **(ts/fast-strip)** Increase Wasm stack size
([#10359](https://redirect.github.com/swc-project/swc/issues/10359))
([6d444a5](https://redirect.github.com/swc-project/swc/commit/6d444a55921a6836db80661254b855bcb01376bc))
##### Miscellaneous Tasks
- **(es/parser)** Remove useless check
([#10363](https://redirect.github.com/swc-project/swc/issues/10363))
([0f6a8c3](https://redirect.github.com/swc-project/swc/commit/0f6a8c3f3d64ef80b888bf7d4d7fed31d28d81f5))
##### Performance
- **(es/parser)** Reduce string comparison
([#10355](https://redirect.github.com/swc-project/swc/issues/10355))
([21789c4](https://redirect.github.com/swc-project/swc/commit/21789c407795189b6ac1383e728763fcb44f5790))
- **(es/parser)** Add initial capacitity for some vectors
([#10361](https://redirect.github.com/swc-project/swc/issues/10361))
([7b7b50e](https://redirect.github.com/swc-project/swc/commit/7b7b50e6cd96e49f2db7d564ad7724ee17909be2))
- **(es/parser)** Reduce clone of token contexts
([#10364](https://redirect.github.com/swc-project/swc/issues/10364))
([3ab47b2](https://redirect.github.com/swc-project/swc/commit/3ab47b291f846d12aa26f209999978a91dc31719))
- **(es/parser)** Use `bitflags` to reduce parser context size
([#10367](https://redirect.github.com/swc-project/swc/issues/10367))
([a2d3596](https://redirect.github.com/swc-project/swc/commit/a2d35960ad39799e105d15cb30a90b5344345646))
- **(es/parser)** Replace byte arguments with generics
([#10370](https://redirect.github.com/swc-project/swc/issues/10370))
([68f7667](https://redirect.github.com/swc-project/swc/commit/68f76679b4a46205cb129be44f36ca31fac953c3))
- **(es/parser)** Use `arrayvec` and unsafe `push` to optimize escaped
string parsing
([#10369](https://redirect.github.com/swc-project/swc/issues/10369))
([e12ae1c](https://redirect.github.com/swc-project/swc/commit/e12ae1c994d901caab57335d16678d6e2aad7e0e))
###
[`v1.11.20`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11120---2025-04-11)
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.18...v1.11.20)
##### Bug Fixes
- **(error_reporters)** Removing unused code to fix clippy check
([#10338](https://redirect.github.com/swc-project/swc/issues/10338))
([5970f93](https://redirect.github.com/swc-project/swc/commit/5970f937f7dec526fc45d0c33f28e2f0c3f86758))
- **(es/minifier)** Preserve block with block scoped declaration
([#10335](https://redirect.github.com/swc-project/swc/issues/10335))
([a4ac3b7](https://redirect.github.com/swc-project/swc/commit/a4ac3b7188c595aa76d0f28c75d302da7fe25ccc))
- **(es/parser)** Allow abstract method named `accessor`
([#10327](https://redirect.github.com/swc-project/swc/issues/10327))
([3f71776](https://redirect.github.com/swc-project/swc/commit/3f7177665cda8497961bdaf8d8cff5a41e09df00))
- **(es/preset-env)** Consider `browserslist` config if `env.target` is
not configured
([#8921](https://redirect.github.com/swc-project/swc/issues/8921))
([a2dc372](https://redirect.github.com/swc-project/swc/commit/a2dc372f9ce8f89c2446ee5df3e205223616d229))
- **(es/resolver)** Handle using declarations
([#10354](https://redirect.github.com/swc-project/swc/issues/10354))
([dad815c](https://redirect.github.com/swc-project/swc/commit/dad815cee63f89fbdb393bdf8c02751ea4c4e929))
- fix(es/compat): Remove one promise tick in yield\*
([tc39/ecma262#2819](https://redirect.github.com/tc39/ecma262/issues/2819))
([#10317](https://redirect.github.com/swc-project/swc/issues/10317))
**Related issue:**
-
[babel/babel#14877](https://redirect.github.com/babel/babel/issues/14877)
-
[tc39/ecma262#2819](https://redirect.github.com/tc39/ecma262/issues/2819)
([3fb1950](https://redirect.github.com/swc-project/swc/commit/3fb19505b58039eb3d2b1e7790321567c4b3b124))
##### Features
- **(errors)** Integrate `miette` for enhanced diagnostic reporting
([#10241](https://redirect.github.com/swc-project/swc/issues/10241))
([156c3b1](https://redirect.github.com/swc-project/swc/commit/156c3b1cdcf4c0937c20daac99d07b1d96b2c739))
- **(es/codegen)** Support `sourceMap.url` option of `terser`
([#10346](https://redirect.github.com/swc-project/swc/issues/10346))
([566bc7c](https://redirect.github.com/swc-project/swc/commit/566bc7c06e66805c2c03f8284016711029539111))
- **(plugin/runner)** Support `pluginEnvVars`
([#10318](https://redirect.github.com/swc-project/swc/issues/10318))
([795fedc](https://redirect.github.com/swc-project/swc/commit/795fedc6aec7f3dac7be0dd4a3237fe27d05dc7f))
##### Miscellaneous Tasks
- **(es/helpers)** Update peer dependency version for `@swc/helpers` to
`>=0.5.17`
([#10321](https://redirect.github.com/swc-project/swc/issues/10321))
([ddbf3e1](https://redirect.github.com/swc-project/swc/commit/ddbf3e1d8c3f81f86593c09d1ec260fd1c44a647))
- **(ide)** Disable RA diagnostics
([#10324](https://redirect.github.com/swc-project/swc/issues/10324))
([fcf280f](https://redirect.github.com/swc-project/swc/commit/fcf280fc62a9df6b041ae294abf4566b5307df9e))
##### Performance
- **(es/ast)** Reduce redundant string comparison for `Atom`s
([#10323](https://redirect.github.com/swc-project/swc/issues/10323))
([3ce9d81](https://redirect.github.com/swc-project/swc/commit/3ce9d8119ea0a053eb27b8c40cd760679bbada64))
- **(es/jsx)** Cache FileName for JSX pass
([#9951](https://redirect.github.com/swc-project/swc/issues/9951))
([#10322](https://redirect.github.com/swc-project/swc/issues/10322))
([9852940](https://redirect.github.com/swc-project/swc/commit/98529404bcb5f2a24c449f023fcd14a2f0128510))
- **(es/parser)** Remove redundant `is_ascii` calls
([#10334](https://redirect.github.com/swc-project/swc/issues/10334))
([e66b4d6](https://redirect.github.com/swc-project/swc/commit/e66b4d660c36a491f06e8d79f6d49a815dadebdc))
- **(es/parser)** Remove ascii check for no-ascii
([#10350](https://redirect.github.com/swc-project/swc/issues/10350))
([4279b96](https://redirect.github.com/swc-project/swc/commit/4279b96d12f259bd3205a71b3402402fe4880d5b))
##### Testing
- **(es)** Unignore tests and update node to `20` in exec tests
([#10348](https://redirect.github.com/swc-project/swc/issues/10348))
([eee73ce](https://redirect.github.com/swc-project/swc/commit/eee73cec761d1c28f6d1b87be9082fdf2af6e226))
###
[`v1.11.18`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11118---2025-04-07)
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.16...v1.11.18)
##### Bug Fixes
- **(errors)** Disable wrapping of text lines
([#10314](https://redirect.github.com/swc-project/swc/issues/10314))
([f6840ea](https://redirect.github.com/swc-project/swc/commit/f6840ea41411adcc46cfb7570ad800d479f2014d))
- **(es/codegen)** Ensure proper Unicode escape handling for ES5 and
below
[#10028](https://redirect.github.com/swc-project/swc/issues/10028)
([#10309](https://redirect.github.com/swc-project/swc/issues/10309))
([7f76fa3](https://redirect.github.com/swc-project/swc/commit/7f76fa37050cfa46503333243cf2d9bd6e9dfd47))
- **(node)** Fix `worker_threads` issue on glibc platform
([#10306](https://redirect.github.com/swc-project/swc/issues/10306))
([1d1ff9e](https://redirect.github.com/swc-project/swc/commit/1d1ff9edcc6376b94f95c2f421c8708d12388b8a))
##### Features
- **(es/minifier)** Optimize number to int
([#10294](https://redirect.github.com/swc-project/swc/issues/10294))
([6dcfa70](https://redirect.github.com/swc-project/swc/commit/6dcfa703ef3cd87c76bdf25eb63446cfe8a161b5))
- **(es/minifier)** Remove useless to number
([#10308](https://redirect.github.com/swc-project/swc/issues/10308))
([898f170](https://redirect.github.com/swc-project/swc/commit/898f17057af46dbc9a10d9e94c638db764733278))
- **(ts/isolated-dts)** Distinguish js value and ts type
([#10316](https://redirect.github.com/swc-project/swc/issues/10316))
([c480604](https://redirect.github.com/swc-project/swc/commit/c480604da533f0c2738160efe31d914355f53601))
##### Refactor
- **(es/codegen)** Split `lib.rs` into multiple files
([#10304](https://redirect.github.com/swc-project/swc/issues/10304))
([5a07a5d](https://redirect.github.com/swc-project/swc/commit/5a07a5db219a9251091d36190151101ac1b7e3fb))
- **(es/codegen)** Refactor macro to inverse order
([#10297](https://redirect.github.com/swc-project/swc/issues/10297))
([78f907f](https://redirect.github.com/swc-project/swc/commit/78f907f5bb97de54c3c26ca24b5de3a4be7940d1))
##### Testing
- **(es/minifier)** Remove duplicate test
([#10305](https://redirect.github.com/swc-project/swc/issues/10305))
([a80dea8](https://redirect.github.com/swc-project/swc/commit/a80dea81dfa960f2922591a76c6f1b81ab8e12cd))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 544 ++++++++++++++++++++++++-------------------------
1 file changed, 272 insertions(+), 272 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 068d45e15b..6b1cd8bfb3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -81,16 +81,16 @@ importers:
version: 29.6.3
'@swc-node/register':
specifier: ^1.10.9
- version: 1.10.10(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)(typescript@5.8.3)
+ version: 1.10.10(@swc/core@1.11.29(@swc/helpers@0.5.17))(@swc/types@0.1.21)(typescript@5.8.3)
'@swc/core':
specifier: ^1.7.39
- version: 1.11.16(@swc/helpers@0.5.15)
+ version: 1.11.29(@swc/helpers@0.5.17)
'@swc/helpers':
specifier: ^0.5.13
- version: 0.5.15
+ version: 0.5.17
'@swc/jest':
specifier: ^0.2.36
- version: 0.2.37(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ version: 0.2.38(@swc/core@1.11.29(@swc/helpers@0.5.17))
'@testing-library/jest-dom':
specifier: ^6.6.2
version: 6.6.3
@@ -150,7 +150,7 @@ importers:
version: 5.0.4
'@types/webpack':
specifier: ^5.28.5
- version: 5.28.5(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ version: 5.28.5(@swc/core@1.11.29(@swc/helpers@0.5.17))
'@typescript-eslint/parser':
specifier: ^8.27.0
version: 8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)
@@ -177,7 +177,7 @@ importers:
version: 2.4.6
babel-loader:
specifier: ^9.2.1
- version: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ version: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
benchmark:
specifier: ^2.1.4
version: 2.1.4
@@ -306,7 +306,7 @@ importers:
version: 10.0.0
ts-loader:
specifier: ^9.5.1
- version: 9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ version: 9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
tsd:
specifier: ^0.31.2
version: 0.31.2
@@ -336,10 +336,10 @@ importers:
version: 10.1.3(eslint@9.23.0(jiti@2.4.2))
vue-loader:
specifier: ^17.4.2
- version: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ version: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
webpack:
specifier: ^5.95.0
- version: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ version: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
packages/babel-plugin-formatjs:
dependencies:
@@ -960,22 +960,22 @@ importers:
devDependencies:
'@docusaurus/core':
specifier: ^3.7.0
- version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/plugin-google-analytics':
specifier: ^3.7.0
- version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/preset-classic':
specifier: ^3.7.0
- version: 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)
+ version: 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)
'@docusaurus/theme-common':
specifier: ^3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-live-codeblock':
specifier: ^3.7.0
- version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/types':
specifier: ^3.7.0
- version: 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@formatjs/icu-messageformat-parser':
specifier: workspace:*
version: link:../packages/icu-messageformat-parser
@@ -990,7 +990,7 @@ importers:
version: 2.1.1
docusaurus-lunr-search:
specifier: ^3.5.0
- version: 3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
http-server:
specifier: ^14.1.1
version: 14.1.1
@@ -3022,71 +3022,71 @@ packages:
'@swc-node/sourcemap-support@0.5.1':
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
- '@swc/core-darwin-arm64@1.11.16':
- resolution: {integrity: sha512-l6uWMU+MUdfLHCl3dJgtVEdsUHPskoA4BSu0L1hh9SGBwPZ8xeOz8iLIqZM27lTuXxL4KsYH6GQR/OdQ/vhLtg==}
+ '@swc/core-darwin-arm64@1.11.29':
+ resolution: {integrity: sha512-whsCX7URzbuS5aET58c75Dloby3Gtj/ITk2vc4WW6pSDQKSPDuONsIcZ7B2ng8oz0K6ttbi4p3H/PNPQLJ4maQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.11.16':
- resolution: {integrity: sha512-TH0IW8Ao1WZ4ARFHIh29dAQHYBEl4YnP74n++rjppmlCjY+8v3s5nXMA7IqxO3b5LVHyggWtU4+46DXTyMJM7g==}
+ '@swc/core-darwin-x64@1.11.29':
+ resolution: {integrity: sha512-S3eTo/KYFk+76cWJRgX30hylN5XkSmjYtCBnM4jPLYn7L6zWYEPajsFLmruQEiTEDUg0gBEWLMNyUeghtswouw==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
- '@swc/core-linux-arm-gnueabihf@1.11.16':
- resolution: {integrity: sha512-2IxD9t09oNZrbv37p4cJ9cTHMUAK6qNiShi9s2FJ9LcqSnZSN4iS4hvaaX6KZuG54d58vWnMU7yycjkdOTQcMg==}
+ '@swc/core-linux-arm-gnueabihf@1.11.29':
+ resolution: {integrity: sha512-o9gdshbzkUMG6azldHdmKklcfrcMx+a23d/2qHQHPDLUPAN+Trd+sDQUYArK5Fcm7TlpG4sczz95ghN0DMkM7g==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.11.16':
- resolution: {integrity: sha512-AYkN23DOiPh1bf3XBf/xzZQDKSsgZTxlbyTyUIhprLJpAAAT0ZCGAUcS5mHqydk0nWQ13ABUymodvHoroutNzw==}
+ '@swc/core-linux-arm64-gnu@1.11.29':
+ resolution: {integrity: sha512-sLoaciOgUKQF1KX9T6hPGzvhOQaJn+3DHy4LOHeXhQqvBgr+7QcZ+hl4uixPKTzxk6hy6Hb0QOvQEdBAAR1gXw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-arm64-musl@1.11.16':
- resolution: {integrity: sha512-n/nWXDRCIhM51dDGELfBcTMNnCiFatE7LDvsbYxb7DJt1HGjaCNvHHCKURb/apJTh/YNtWfgFap9dbsTgw8yPA==}
+ '@swc/core-linux-arm64-musl@1.11.29':
+ resolution: {integrity: sha512-PwjB10BC0N+Ce7RU/L23eYch6lXFHz7r3NFavIcwDNa/AAqywfxyxh13OeRy+P0cg7NDpWEETWspXeI4Ek8otw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-x64-gnu@1.11.16':
- resolution: {integrity: sha512-xr182YQrF47n7Awxj+/ruI21bYw+xO/B26KFVnb+i3ezF9NOhqoqTX+33RL1ZLA/uFTq8ksPZO/y+ZVS/odtQA==}
+ '@swc/core-linux-x64-gnu@1.11.29':
+ resolution: {integrity: sha512-i62vBVoPaVe9A3mc6gJG07n0/e7FVeAvdD9uzZTtGLiuIfVfIBta8EMquzvf+POLycSk79Z6lRhGPZPJPYiQaA==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-linux-x64-musl@1.11.16':
- resolution: {integrity: sha512-k2JBfiwWfXCIKrBRjFO9/vEdLSYq0QLJ+iNSLdfrejZ/aENNkbEg8O7O2GKUSb30RBacn6k8HMfJrcPLFiEyCQ==}
+ '@swc/core-linux-x64-musl@1.11.29':
+ resolution: {integrity: sha512-YER0XU1xqFdK0hKkfSVX1YIyCvMDI7K07GIpefPvcfyNGs38AXKhb2byySDjbVxkdl4dycaxxhRyhQ2gKSlsFQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-win32-arm64-msvc@1.11.16':
- resolution: {integrity: sha512-taOb5U+abyEhQgex+hr6cI48BoqSvSdfmdirWcxprIEUBHCxa1dSriVwnJRAJOFI9T+5BEz88by6rgbB9MjbHA==}
+ '@swc/core-win32-arm64-msvc@1.11.29':
+ resolution: {integrity: sha512-po+WHw+k9g6FAg5IJ+sMwtA/fIUL3zPQ4m/uJgONBATCVnDDkyW6dBA49uHNVtSEvjvhuD8DVWdFP847YTcITw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.11.16':
- resolution: {integrity: sha512-b7yYggM9LBDiMY+XUt5kYWvs5sn0U3PXSOGvF3CbLufD/N/YQiDcYON2N3lrWHYL8aYnwbuZl45ojmQHSQPcdA==}
+ '@swc/core-win32-ia32-msvc@1.11.29':
+ resolution: {integrity: sha512-h+NjOrbqdRBYr5ItmStmQt6x3tnhqgwbj9YxdGPepbTDamFv7vFnhZR0YfB3jz3UKJ8H3uGJ65Zw1VsC+xpFkg==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.11.16':
- resolution: {integrity: sha512-/ibq/YDc3B5AROkpOKPGxVkSyCKOg+ml8k11RxrW7FAPy6a9y5y9KPcWIqV74Ahq4RuaMNslTQqHWAGSm0xJsQ==}
+ '@swc/core-win32-x64-msvc@1.11.29':
+ resolution: {integrity: sha512-Q8cs2BDV9wqDvqobkXOYdC+pLUSEpX/KvI0Dgfun1F+LzuLotRFuDhrvkU9ETJA6OnD2+Fn/ieHgloiKA/Mn/g==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@swc/core@1.11.16':
- resolution: {integrity: sha512-wgjrJqVUss8Lxqilg0vkiE0tkEKU3mZkoybQM1Ehy+PKWwwB6lFAwKi20cAEFlSSWo8jFR8hRo19ZELAoLDowg==}
+ '@swc/core@1.11.29':
+ resolution: {integrity: sha512-g4mThMIpWbNhV8G2rWp5a5/Igv8/2UFRJx2yImrLGMgrDDYZIopqZ/z0jZxDgqNA1QDx93rpwNF7jGsxVWcMlA==}
engines: {node: '>=10'}
peerDependencies:
- '@swc/helpers': '*'
+ '@swc/helpers': '>=0.5.17'
peerDependenciesMeta:
'@swc/helpers':
optional: true
@@ -3094,11 +3094,11 @@ packages:
'@swc/counter@0.1.3':
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
- '@swc/helpers@0.5.15':
- resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
+ '@swc/helpers@0.5.17':
+ resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
- '@swc/jest@0.2.37':
- resolution: {integrity: sha512-CR2BHhmXKGxTiFr21DYPRHQunLkX3mNIFGFkxBGji6r9uyIR5zftTOVYj1e0sFNMV2H7mf/+vpaglqaryBtqfQ==}
+ '@swc/jest@0.2.38':
+ resolution: {integrity: sha512-HMoZgXWMqChJwffdDjvplH53g9G2ALQes3HKXDEdliB/b85OQ0CTSbxG8VSeCwiAn7cOaDVEt4mwmZvbHcS52w==}
engines: {npm: '>= 7.0.0'}
peerDependencies:
'@swc/core': '*'
@@ -11611,7 +11611,7 @@ snapshots:
transitivePeerDependencies:
- '@algolia/client-search'
- '@docusaurus/babel@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/babel@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@babel/core': 7.26.10
'@babel/generator': 7.26.10
@@ -11624,7 +11624,7 @@ snapshots:
'@babel/runtime-corejs3': 7.26.0
'@babel/traverse': 7.26.10
'@docusaurus/logger': 3.7.0
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
babel-plugin-dynamic-import-node: 2.3.3
fs-extra: 11.3.0
tslib: 2.8.1
@@ -11638,33 +11638,33 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/bundler@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/bundler@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
'@babel/core': 7.26.10
- '@docusaurus/babel': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/babel': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/cssnano-preset': 3.7.0
'@docusaurus/logger': 3.7.0
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
clean-css: 5.3.3
- copy-webpack-plugin: 11.0.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
- css-loader: 6.11.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
- css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ copy-webpack-plugin: 11.0.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
+ css-loader: 6.11.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
+ css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
cssnano: 6.1.2(postcss@8.5.3)
- file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
html-minifier-terser: 7.2.0
- mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
- null-loader: 4.0.1(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
+ null-loader: 4.0.1(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
postcss: 8.5.3
- postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
postcss-preset-env: 10.1.3(postcss@8.5.3)
- react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
- terser-webpack-plugin: 5.3.14(@swc/core@1.11.16(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
+ terser-webpack-plugin: 5.3.14(@swc/core@1.11.29(@swc/helpers@0.5.17))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
tslib: 2.8.1
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
- webpackbar: 6.0.1(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
+ webpackbar: 6.0.1(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
transitivePeerDependencies:
- '@parcel/css'
- '@rspack/core'
@@ -11683,15 +11683,15 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/babel': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/bundler': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/babel': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/bundler': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mdx-js/react': 3.1.0(@types/react@19.1.5)(react@19.0.0)
boxen: 6.2.1
chalk: 4.1.2
@@ -11707,17 +11707,17 @@ snapshots:
eval: 0.1.8
fs-extra: 11.3.0
html-tags: 3.3.1
- html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
leven: 3.1.0
lodash: 4.17.21
p-map: 4.0.0
prompts: 2.4.2
react: 19.0.0
- react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ react-dev-utils: 12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
react-dom: 19.0.0(react@19.0.0)
react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)'
react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.0.0)'
- react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@19.0.0))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@19.0.0))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
react-router: 5.3.4(react@19.0.0)
react-router-config: 5.1.1(react-router@5.3.4(react@19.0.0))(react@19.0.0)
react-router-dom: 5.3.4(react@19.0.0)
@@ -11726,9 +11726,9 @@ snapshots:
shelljs: 0.8.5
tslib: 2.8.1
update-notifier: 6.0.2
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
webpack-bundle-analyzer: 4.10.2
- webpack-dev-server: 4.15.2(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ webpack-dev-server: 4.15.2(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
webpack-merge: 6.0.1
transitivePeerDependencies:
- '@docusaurus/faster'
@@ -11762,16 +11762,16 @@ snapshots:
chalk: 4.1.2
tslib: 2.8.1
- '@docusaurus/mdx-loader@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/mdx-loader@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@docusaurus/logger': 3.7.0
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mdx-js/mdx': 3.1.0(acorn@8.14.1)
'@slorber/remark-comment': 1.0.0
escape-html: 1.0.3
estree-util-value-to-estree: 3.2.1
- file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
fs-extra: 11.3.0
image-size: 1.2.0
mdast-util-mdx: 3.0.0
@@ -11787,9 +11787,9 @@ snapshots:
tslib: 2.8.1
unified: 11.0.5
unist-util-visit: 5.0.0
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
vfile: 6.0.3
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@swc/core'
- acorn
@@ -11798,9 +11798,9 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/module-type-aliases@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/module-type-aliases@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/history': 4.7.11
'@types/react': 19.0.12
'@types/react-router-config': 5.0.11
@@ -11817,17 +11817,17 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
cheerio: 1.0.0-rc.12
feed: 4.2.2
fs-extra: 11.3.0
@@ -11839,7 +11839,7 @@ snapshots:
tslib: 2.8.1
unist-util-visit: 5.0.0
utility-types: 3.11.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -11861,17 +11861,17 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/react-router-config': 5.0.11
combine-promises: 1.2.0
fs-extra: 11.3.0
@@ -11881,7 +11881,7 @@ snapshots:
react-dom: 19.0.0(react@19.0.0)
tslib: 2.8.1
utility-types: 3.11.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -11903,18 +11903,18 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
fs-extra: 11.3.0
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
tslib: 2.8.1
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -11936,11 +11936,11 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
fs-extra: 11.3.0
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -11967,11 +11967,11 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
tslib: 2.8.1
@@ -11996,11 +11996,11 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/gtag.js': 0.0.12
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -12026,11 +12026,11 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
tslib: 2.8.1
@@ -12055,14 +12055,14 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
fs-extra: 11.3.0
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -12089,18 +12089,18 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@svgr/core': 8.1.0(typescript@5.8.3)
'@svgr/webpack': 8.1.0(typescript@5.8.3)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
tslib: 2.8.1
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@docusaurus/faster'
- '@mdx-js/react'
@@ -12122,22 +12122,22 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)':
- dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)':
+ dependencies:
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
transitivePeerDependencies:
@@ -12169,21 +12169,21 @@ snapshots:
'@types/react': 19.1.5
react: 19.0.0
- '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mdx-js/react': 3.1.0(@types/react@19.1.5)(react@19.0.0)
clsx: 2.1.1
copy-text-to-clipboard: 3.2.0
@@ -12220,13 +12220,13 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/history': 4.7.11
'@types/react': 19.0.12
'@types/react-router-config': 5.0.11
@@ -12245,12 +12245,12 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/theme-live-codeblock@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
+ '@docusaurus/theme-live-codeblock@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)':
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@philpl/buble': 0.19.7
clsx: 2.1.1
fs-extra: 11.3.0
@@ -12280,16 +12280,16 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)':
+ '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.19.0)(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/react@19.1.5)(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)(typescript@5.8.3)':
dependencies:
'@docsearch/react': 3.8.2(@algolia/client-search@5.19.0)(@types/react@19.1.5)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.2)
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
'@docusaurus/logger': 3.7.0
- '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
- '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@docusaurus/theme-translations': 3.7.0
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
algoliasearch: 5.19.0
algoliasearch-helper: 3.23.0(algoliasearch@5.19.0)
clsx: 2.1.1
@@ -12329,7 +12329,7 @@ snapshots:
fs-extra: 11.3.0
tslib: 2.8.1
- '@docusaurus/types@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/types@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@mdx-js/mdx': 3.1.0(acorn@8.14.1)
'@types/history': 4.7.11
@@ -12340,7 +12340,7 @@ snapshots:
react-dom: 19.0.0(react@19.0.0)
react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)'
utility-types: 3.11.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
webpack-merge: 5.10.0
transitivePeerDependencies:
- '@swc/core'
@@ -12350,9 +12350,9 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils-common@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/utils-common@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
tslib: 2.8.1
transitivePeerDependencies:
- '@swc/core'
@@ -12364,11 +12364,11 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils-validation@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/utils-validation@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@docusaurus/logger': 3.7.0
- '@docusaurus/utils': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
fs-extra: 11.3.0
joi: 17.13.3
js-yaml: 4.1.0
@@ -12384,13 +12384,13 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils@3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@docusaurus/utils@3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@docusaurus/logger': 3.7.0
- '@docusaurus/types': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/types': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
escape-string-regexp: 4.0.0
- file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
fs-extra: 11.3.0
github-slugger: 1.5.0
globby: 11.1.0
@@ -12403,9 +12403,9 @@ snapshots:
resolve-pathname: 3.0.0
shelljs: 0.8.5
tslib: 2.8.1
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
utility-types: 3.11.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@swc/core'
- acorn
@@ -13167,16 +13167,16 @@ snapshots:
- supports-color
- typescript
- '@swc-node/core@1.13.3(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)':
+ '@swc-node/core@1.13.3(@swc/core@1.11.29(@swc/helpers@0.5.17))(@swc/types@0.1.21)':
dependencies:
- '@swc/core': 1.11.16(@swc/helpers@0.5.15)
+ '@swc/core': 1.11.29(@swc/helpers@0.5.17)
'@swc/types': 0.1.21
- '@swc-node/register@1.10.10(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)(typescript@5.8.3)':
+ '@swc-node/register@1.10.10(@swc/core@1.11.29(@swc/helpers@0.5.17))(@swc/types@0.1.21)(typescript@5.8.3)':
dependencies:
- '@swc-node/core': 1.13.3(@swc/core@1.11.16(@swc/helpers@0.5.15))(@swc/types@0.1.21)
+ '@swc-node/core': 1.13.3(@swc/core@1.11.29(@swc/helpers@0.5.17))(@swc/types@0.1.21)
'@swc-node/sourcemap-support': 0.5.1
- '@swc/core': 1.11.16(@swc/helpers@0.5.15)
+ '@swc/core': 1.11.29(@swc/helpers@0.5.17)
colorette: 2.0.20
debug: 4.4.0
oxc-resolver: 5.0.1
@@ -13192,63 +13192,63 @@ snapshots:
source-map-support: 0.5.21
tslib: 2.8.1
- '@swc/core-darwin-arm64@1.11.16':
+ '@swc/core-darwin-arm64@1.11.29':
optional: true
- '@swc/core-darwin-x64@1.11.16':
+ '@swc/core-darwin-x64@1.11.29':
optional: true
- '@swc/core-linux-arm-gnueabihf@1.11.16':
+ '@swc/core-linux-arm-gnueabihf@1.11.29':
optional: true
- '@swc/core-linux-arm64-gnu@1.11.16':
+ '@swc/core-linux-arm64-gnu@1.11.29':
optional: true
- '@swc/core-linux-arm64-musl@1.11.16':
+ '@swc/core-linux-arm64-musl@1.11.29':
optional: true
- '@swc/core-linux-x64-gnu@1.11.16':
+ '@swc/core-linux-x64-gnu@1.11.29':
optional: true
- '@swc/core-linux-x64-musl@1.11.16':
+ '@swc/core-linux-x64-musl@1.11.29':
optional: true
- '@swc/core-win32-arm64-msvc@1.11.16':
+ '@swc/core-win32-arm64-msvc@1.11.29':
optional: true
- '@swc/core-win32-ia32-msvc@1.11.16':
+ '@swc/core-win32-ia32-msvc@1.11.29':
optional: true
- '@swc/core-win32-x64-msvc@1.11.16':
+ '@swc/core-win32-x64-msvc@1.11.29':
optional: true
- '@swc/core@1.11.16(@swc/helpers@0.5.15)':
+ '@swc/core@1.11.29(@swc/helpers@0.5.17)':
dependencies:
'@swc/counter': 0.1.3
'@swc/types': 0.1.21
optionalDependencies:
- '@swc/core-darwin-arm64': 1.11.16
- '@swc/core-darwin-x64': 1.11.16
- '@swc/core-linux-arm-gnueabihf': 1.11.16
- '@swc/core-linux-arm64-gnu': 1.11.16
- '@swc/core-linux-arm64-musl': 1.11.16
- '@swc/core-linux-x64-gnu': 1.11.16
- '@swc/core-linux-x64-musl': 1.11.16
- '@swc/core-win32-arm64-msvc': 1.11.16
- '@swc/core-win32-ia32-msvc': 1.11.16
- '@swc/core-win32-x64-msvc': 1.11.16
- '@swc/helpers': 0.5.15
+ '@swc/core-darwin-arm64': 1.11.29
+ '@swc/core-darwin-x64': 1.11.29
+ '@swc/core-linux-arm-gnueabihf': 1.11.29
+ '@swc/core-linux-arm64-gnu': 1.11.29
+ '@swc/core-linux-arm64-musl': 1.11.29
+ '@swc/core-linux-x64-gnu': 1.11.29
+ '@swc/core-linux-x64-musl': 1.11.29
+ '@swc/core-win32-arm64-msvc': 1.11.29
+ '@swc/core-win32-ia32-msvc': 1.11.29
+ '@swc/core-win32-x64-msvc': 1.11.29
+ '@swc/helpers': 0.5.17
'@swc/counter@0.1.3': {}
- '@swc/helpers@0.5.15':
+ '@swc/helpers@0.5.17':
dependencies:
tslib: 2.8.1
- '@swc/jest@0.2.37(@swc/core@1.11.16(@swc/helpers@0.5.15))':
+ '@swc/jest@0.2.38(@swc/core@1.11.29(@swc/helpers@0.5.17))':
dependencies:
'@jest/create-cache-key-function': 29.7.0
- '@swc/core': 1.11.16(@swc/helpers@0.5.15)
+ '@swc/core': 1.11.29(@swc/helpers@0.5.17)
'@swc/counter': 0.1.3
jsonc-parser: 3.3.1
@@ -13623,11 +13623,11 @@ snapshots:
'@types/unist@3.0.3': {}
- '@types/webpack@5.28.5(@swc/core@1.11.16(@swc/helpers@0.5.15))':
+ '@types/webpack@5.28.5(@swc/core@1.11.29(@swc/helpers@0.5.17))':
dependencies:
'@types/node': 22.13.10
tapable: 2.2.1
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -14205,12 +14205,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@babel/core': 7.26.10
find-cache-dir: 4.0.0
schema-utils: 4.2.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
babel-plugin-dynamic-import-node@2.3.3:
dependencies:
@@ -14954,7 +14954,7 @@ snapshots:
copy-text-to-clipboard@3.2.0: {}
- copy-webpack-plugin@11.0.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ copy-webpack-plugin@11.0.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
fast-glob: 3.3.3
glob-parent: 6.0.2
@@ -14962,7 +14962,7 @@ snapshots:
normalize-path: 3.0.0
schema-utils: 4.3.0
serialize-javascript: 6.0.2
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
core-js-compat@3.40.0:
dependencies:
@@ -15076,7 +15076,7 @@ snapshots:
postcss-selector-parser: 7.0.0
postcss-value-parser: 4.2.0
- css-loader@6.11.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ css-loader@6.11.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
icss-utils: 5.1.0(postcss@8.5.3)
postcss: 8.5.3
@@ -15087,9 +15087,9 @@ snapshots:
postcss-value-parser: 4.2.0
semver: 7.6.3
optionalDependencies:
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
- css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
cssnano: 6.1.2(postcss@8.5.3)
@@ -15097,7 +15097,7 @@ snapshots:
postcss: 8.5.3
schema-utils: 4.3.0
serialize-javascript: 6.0.2
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
clean-css: 5.3.3
@@ -15443,9 +15443,9 @@ snapshots:
dependencies:
'@leichtgewicht/ip-codec': 2.0.5
- docusaurus-lunr-search@3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
+ docusaurus-lunr-search@3.6.0(@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.16(@swc/helpers@0.5.15))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
+ '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.5)(react@19.0.0))(@swc/core@1.11.29(@swc/helpers@0.5.17))(acorn@8.14.1)(eslint@9.23.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)
autocomplete.js: 0.37.1
clsx: 2.1.1
gauge: 3.0.2
@@ -16141,11 +16141,11 @@ snapshots:
dependencies:
flat-cache: 4.0.1
- file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
file-type@3.9.0: {}
@@ -16251,7 +16251,7 @@ snapshots:
cross-spawn: 7.0.6
signal-exit: 4.1.0
- fork-ts-checker-webpack-plugin@6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ fork-ts-checker-webpack-plugin@6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@babel/code-frame': 7.26.2
'@types/json-schema': 7.0.15
@@ -16267,7 +16267,7 @@ snapshots:
semver: 7.6.3
tapable: 1.1.3
typescript: 5.8.3
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
eslint: 9.23.0(jiti@2.4.2)
@@ -16850,7 +16850,7 @@ snapshots:
html-void-elements@3.0.0: {}
- html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
@@ -16858,7 +16858,7 @@ snapshots:
pretty-error: 4.0.0
tapable: 2.2.1
optionalDependencies:
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
htmlparser2@6.1.0:
dependencies:
@@ -18621,11 +18621,11 @@ snapshots:
min-indent@1.0.1: {}
- mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
schema-utils: 4.3.0
tapable: 2.2.1
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
minimalistic-assert@1.0.1: {}
@@ -18790,11 +18790,11 @@ snapshots:
dependencies:
boolbase: 1.0.0
- null-loader@4.0.1(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ null-loader@4.0.1(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
nwsapi@2.2.13: {}
@@ -19278,13 +19278,13 @@ snapshots:
'@csstools/utilities': 2.0.0(postcss@8.5.3)
postcss: 8.5.3
- postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
cosmiconfig: 8.3.6(typescript@5.8.3)
jiti: 1.21.7
postcss: 8.5.3
semver: 7.6.3
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- typescript
@@ -19765,7 +19765,7 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-dev-utils@12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ react-dev-utils@12.0.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@babel/code-frame': 7.26.2
address: 1.2.2
@@ -19776,7 +19776,7 @@ snapshots:
escape-string-regexp: 4.0.0
filesize: 8.0.7
find-up: 5.0.0
- fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
global-modules: 2.0.0
globby: 11.1.0
gzip-size: 6.0.0
@@ -19791,7 +19791,7 @@ snapshots:
shell-quote: 1.8.2
strip-ansi: 6.0.1
text-table: 0.2.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
typescript: 5.8.3
transitivePeerDependencies:
@@ -19832,11 +19832,11 @@ snapshots:
sucrase: 3.35.0
use-editable: 2.3.3(react@19.0.0)
- react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@19.0.0))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@19.0.0))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@babel/runtime': 7.27.0
react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.0.0)'
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
react-router-config@5.1.1(react-router@5.3.4(react@19.0.0))(react@19.0.0):
dependencies:
@@ -20938,16 +20938,16 @@ snapshots:
fast-fifo: 1.3.2
streamx: 2.20.1
- terser-webpack-plugin@5.3.14(@swc/core@1.11.16(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ terser-webpack-plugin@5.3.14(@swc/core@1.11.29(@swc/helpers@0.5.17))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 4.3.0
serialize-javascript: 6.0.2
terser: 5.39.2
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
- '@swc/core': 1.11.16(@swc/helpers@0.5.15)
+ '@swc/core': 1.11.29(@swc/helpers@0.5.17)
terser@5.39.2:
dependencies:
@@ -21089,7 +21089,7 @@ snapshots:
'@jest/types': 29.6.3
babel-jest: 29.7.0(@babel/core@7.26.10)
- ts-loader@9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ ts-loader@9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
chalk: 4.1.2
enhanced-resolve: 5.18.0
@@ -21097,7 +21097,7 @@ snapshots:
semver: 7.6.3
source-map: 0.7.4
typescript: 5.8.3
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
ts-toolbelt@9.6.0: {}
@@ -21323,14 +21323,14 @@ snapshots:
url-join@4.0.1: {}
- url-loader@4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ url-loader@4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
- file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
url-parse-lax@3.0.0:
dependencies:
@@ -21500,12 +21500,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-loader@17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ vue-loader@17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
chalk: 4.1.2
hash-sum: 2.0.0
watchpack: 2.4.2
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
vue: 3.5.13(typescript@5.8.3)
@@ -21607,16 +21607,16 @@ snapshots:
- bufferutil
- utf-8-validate
- webpack-dev-middleware@5.3.4(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ webpack-dev-middleware@5.3.4(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
colorette: 2.0.20
memfs: 3.5.3
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.3.0
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
- webpack-dev-server@4.15.2(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ webpack-dev-server@4.15.2(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
'@types/bonjour': 3.5.13
'@types/connect-history-api-fallback': 1.5.4
@@ -21646,10 +21646,10 @@ snapshots:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack-dev-middleware: 5.3.4(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ webpack-dev-middleware: 5.3.4(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
ws: 8.18.0
optionalDependencies:
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
transitivePeerDependencies:
- bufferutil
- debug
@@ -21670,7 +21670,7 @@ snapshots:
webpack-sources@3.2.3: {}
- webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)):
+ webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.7
@@ -21692,7 +21692,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.14(@swc/core@1.11.16(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15)))
+ terser-webpack-plugin: 5.3.14(@swc/core@1.11.29(@swc/helpers@0.5.17))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
watchpack: 2.4.2
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -21700,7 +21700,7 @@ snapshots:
- esbuild
- uglify-js
- webpackbar@6.0.1(webpack@5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))):
+ webpackbar@6.0.1(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -21709,7 +21709,7 @@ snapshots:
markdown-table: 2.0.0
pretty-time: 1.1.0
std-env: 3.8.1
- webpack: 5.98.0(@swc/core@1.11.16(@swc/helpers@0.5.15))
+ webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
wrap-ansi: 7.0.0
websocket-driver@0.7.4:
From 02d6a96d5b5d6b24fe8ecd93f7c20e84a6f33def Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 06:32:57 +0000
Subject: [PATCH 23/38] chore(deps): update dependency @bazel/bazelisk to
v1.26.0 (#4998)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@bazel/bazelisk](https://redirect.github.com/bazelbuild/bazelisk) |
[`1.25.0` ->
`1.26.0`](https://renovatebot.com/diffs/npm/@bazel%2fbazelisk/1.25.0/1.26.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
bazelbuild/bazelisk (@bazel/bazelisk)
###
[`v1.26.0`](https://redirect.github.com/bazelbuild/bazelisk/releases/tag/v1.26.0)
[Compare
Source](https://redirect.github.com/bazelbuild/bazelisk/compare/v1.25.0...v1.26.0)
Bazelisk v1.26.0 comes with several improvements:
### New Features (Go)
- Implemented option to disable format URL support
([https://github.com/bazelbuild/bazelisk/pull/662](https://redirect.github.com/bazelbuild/bazelisk/pull/662)).
### Bug Fixes & Improvements (Go)
- Fixed a bug that prevented Bazelisk from being used as a Go dependency
via gazelle's `go_deps` extension
([https://github.com/bazelbuild/bazelisk/pull/649](https://redirect.github.com/bazelbuild/bazelisk/pull/649)).
- Improved signal handling
([https://github.com/bazelbuild/bazelisk/pull/657](https://redirect.github.com/bazelbuild/bazelisk/pull/657),
[https://github.com/bazelbuild/bazelisk/pull/658](https://redirect.github.com/bazelbuild/bazelisk/pull/658)).
- Improved documentation on how to install Bazelisk on Windows
([https://github.com/bazelbuild/bazelisk/pull/668](https://redirect.github.com/bazelbuild/bazelisk/pull/668)).
- Restored debugging symbols in Windows binaries
([https://github.com/bazelbuild/bazelisk/pull/669](https://redirect.github.com/bazelbuild/bazelisk/pull/669)).
- Improved `--migrate` mode
([https://github.com/bazelbuild/bazelisk/pull/678](https://redirect.github.com/bazelbuild/bazelisk/pull/678)).
We’d like to thank our amazing contributors
[@albertocavalcante](https://redirect.github.com/albertocavalcante),
[@bduffany](https://redirect.github.com/bduffany),
[@fmeum](https://redirect.github.com/fmeum) and
[@tats-u](https://redirect.github.com/tats-u)!
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6b1cd8bfb3..c5b60753cf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -51,7 +51,7 @@ importers:
version: 7.26.10
'@bazel/bazelisk':
specifier: ^1.22.1
- version: 1.25.0
+ version: 1.26.0
'@bazel/ibazel':
specifier: ^0.25.0
version: 0.25.0
@@ -1761,8 +1761,8 @@ packages:
resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
engines: {node: '>=6.9.0'}
- '@bazel/bazelisk@1.25.0':
- resolution: {integrity: sha512-IgesSUh9EwwLI9+Vs5rb/sx7vh6cI97CRLPqw9+/egFzeZlB5S2fTsKwbdDxtTVPjQMGS3GY64tTNsgejVFeKg==}
+ '@bazel/bazelisk@1.26.0':
+ resolution: {integrity: sha512-bTNcHdGyEQ9r7SczEYUa0gkEQhJo1ld2BjXI8fWBvsUeoHi03QpUs2HZgDbjjrpQFQqG2ZbO7ihZvH8MjhUTHw==}
hasBin: true
'@bazel/ibazel@0.25.0':
@@ -11218,7 +11218,7 @@ snapshots:
'@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
- '@bazel/bazelisk@1.25.0': {}
+ '@bazel/bazelisk@1.26.0': {}
'@bazel/ibazel@0.25.0': {}
From 95d7f43a8de88b544a9bfceecd1d349697ba4de3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 06:34:38 +0000
Subject: [PATCH 24/38] chore(deps): update dependency aspect_bazel_lib to
v2.16.0 (#4999)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [aspect_bazel_lib](https://docs.aspect.build/rules/aspect_bazel_lib) |
bazel_dep | minor | `2.14.0` -> `2.16.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index bf52276e0f..cad322225a 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -95,7 +95,7 @@ use_repo(rules_ts_ext, "npm_typescript")
######### Bazel lib rules #########
-bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
+bazel_dep(name = "aspect_bazel_lib", version = "2.16.0")
######### Jest rules #########
From 822c7a242f9f6f475fe0043764002e688eb532a0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 06:39:22 +0000
Subject: [PATCH 25/38] chore(deps): update vue monorepo to v3.5.14 (#4997)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vue/compiler-core](https://redirect.github.com/vuejs/core/tree/main/packages/compiler-core#readme)
([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/compiler-core))
| [`3.5.13` ->
`3.5.14`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-core/3.5.13/3.5.14)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vue/compiler-dom](https://redirect.github.com/vuejs/core/tree/main/packages/compiler-dom#readme)
([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/compiler-dom))
| [`3.5.13` ->
`3.5.14`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-dom/3.5.13/3.5.14)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vue/server-renderer](https://redirect.github.com/vuejs/core/tree/main/packages/server-renderer#readme)
([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/server-renderer))
| [`3.5.13` ->
`3.5.14`](https://renovatebot.com/diffs/npm/@vue%2fserver-renderer/3.5.13/3.5.14)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme)
([source](https://redirect.github.com/vuejs/core)) | [`3.5.13` ->
`3.5.14`](https://renovatebot.com/diffs/npm/vue/3.5.13/3.5.14) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
vuejs/core (@vue/compiler-core)
###
[`v3.5.14`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3514-2025-05-15)
[Compare
Source](https://redirect.github.com/vuejs/core/compare/v3.5.13...v3.5.14)
##### Bug Fixes
- **compat:** correct deprecation message for v-bind.sync usage
([#13137](https://redirect.github.com/vuejs/core/issues/13137))
([466b30f](https://redirect.github.com/vuejs/core/commit/466b30f4049ec89fb282624ec17d1a93472ab93f)),
closes
[#13133](https://redirect.github.com/vuejs/core/issues/13133)
- **compiler-core:** remove slot cache from parent renderCache during
unmounting
([#13215](https://redirect.github.com/vuejs/core/issues/13215))
([5d166f3](https://redirect.github.com/vuejs/core/commit/5d166f3796a03a497435fc079c6a83a4e9c6cf52))
- **compiler-sfc:** fix scope handling for props destructure in function
parameters and catch clauses
([8e34357](https://redirect.github.com/vuejs/core/commit/8e3435779a667de485cf9efd78667d0ca14c5f84)),
closes
[#12790](https://redirect.github.com/vuejs/core/issues/12790)
- **compiler-sfc:** treat the return value of `useTemplateRef` as a
definite ref
([#13197](https://redirect.github.com/vuejs/core/issues/13197))
([8ae1122](https://redirect.github.com/vuejs/core/commit/8ae11226e8ee938615e17c7b81dc38ae3f7cefb9))
- **compiler:** fix spelling error in domTagConfig
([#13043](https://redirect.github.com/vuejs/core/issues/13043))
([388295b](https://redirect.github.com/vuejs/core/commit/388295b27f3cc69eba25d325bbe60a36a3df831a))
- **customFormatter:** properly accessing ref value during debugger
([#12948](https://redirect.github.com/vuejs/core/issues/12948))
([fdbd026](https://redirect.github.com/vuejs/core/commit/fdbd02658301dd794fe0c84f0018d080a07fca9f))
- **hmr/teleport:** adjust static children traversal for HMR in dev mode
([#12819](https://redirect.github.com/vuejs/core/issues/12819))
([5e37dd0](https://redirect.github.com/vuejs/core/commit/5e37dd009562bcd8080a200c32abde2d6e4f0305)),
closes
[#12816](https://redirect.github.com/vuejs/core/issues/12816)
- **hmr:** avoid hydration for hmr root reload
([#12450](https://redirect.github.com/vuejs/core/issues/12450))
([1f98a9c](https://redirect.github.com/vuejs/core/commit/1f98a9c493d01c21befa90107f0593bc92a58932)),
closes
[vitejs/vite-plugin-vue#146](https://redirect.github.com/vitejs/vite-plugin-vue/issues/146)
[vitejs/vite-plugin-vue#477](https://redirect.github.com/vitejs/vite-plugin-vue/issues/477)
- **hmr:** avoid hydration for hmr updating
([#12262](https://redirect.github.com/vuejs/core/issues/12262))
([9c4dbbc](https://redirect.github.com/vuejs/core/commit/9c4dbbc5185125835ad3e49baba303bd54676111)),
closes
[#7706](https://redirect.github.com/vuejs/core/issues/7706)
[#8170](https://redirect.github.com/vuejs/core/issues/8170)
- **reactivity:** ensure markRaw objects are not reactive
([#12824](https://redirect.github.com/vuejs/core/issues/12824))
([295b5ec](https://redirect.github.com/vuejs/core/commit/295b5ec19b6a52c4a56652cc4d6e93a4ea7c14ed)),
closes
[#12807](https://redirect.github.com/vuejs/core/issues/12807)
- **reactivity:** ensure multiple effectScope on() and off() calls
maintains correct active scope
([22dcbf3](https://redirect.github.com/vuejs/core/commit/22dcbf3e20eb84f69c8952f6f70d9990136a4a68)),
closes
[#12631](https://redirect.github.com/vuejs/core/issues/12631)
[#12632](https://redirect.github.com/vuejs/core/issues/12632)
[#12641](https://redirect.github.com/vuejs/core/issues/12641)
- **reactivity:** should not recompute if computed does not track
reactive data
([#12341](https://redirect.github.com/vuejs/core/issues/12341))
([0b23fd2](https://redirect.github.com/vuejs/core/commit/0b23fd23833cf085e7e112bf4435cfc9b360d072)),
closes
[#12337](https://redirect.github.com/vuejs/core/issues/12337)
- **runtime-core:** stop tracking deps in setRef during unmount
([#13210](https://redirect.github.com/vuejs/core/issues/13210))
([016c472](https://redirect.github.com/vuejs/core/commit/016c472bd2e7604b21c69dee1da8545ce26e4d2f))
- **runtime-core:** update \__vnode of static nodes when patching along
the optimized path
([#13223](https://redirect.github.com/vuejs/core/issues/13223))
([b3ecee3](https://redirect.github.com/vuejs/core/commit/b3ecee3da8ed5c55dea89ce6b4b376b2b722b018))
- **runtime-core:** inherit comment nodes during block patch in
production build
([#10748](https://redirect.github.com/vuejs/core/issues/10748))
([6264505](https://redirect.github.com/vuejs/core/commit/626450590d81f79117b34d2a73073b1dc8f551bd)),
closes
[#10747](https://redirect.github.com/vuejs/core/issues/10747)
[#12650](https://redirect.github.com/vuejs/core/issues/12650)
- **runtime-core:** prevent unmounted vnode from being inserted during
transition leave
([#12862](https://redirect.github.com/vuejs/core/issues/12862))
([d6a6ec1](https://redirect.github.com/vuejs/core/commit/d6a6ec13ce521683bfb2a22932778ef7b51f8600)),
closes
[#12860](https://redirect.github.com/vuejs/core/issues/12860)
- **runtime-core:** respect immutability for readonly reactive arrays in
`v-for`
([#13091](https://redirect.github.com/vuejs/core/issues/13091))
([3f27c58](https://redirect.github.com/vuejs/core/commit/3f27c58ffbd4309df369bc89493fdc284dc540bb)),
closes
[#13087](https://redirect.github.com/vuejs/core/issues/13087)
- **runtime-dom:** always treat autocorrect as attribute
([#13001](https://redirect.github.com/vuejs/core/issues/13001))
([1499135](https://redirect.github.com/vuejs/core/commit/1499135c227236e037bb746beeb777941b0b58ff)),
closes
[#5705](https://redirect.github.com/vuejs/core/issues/5705)
- **slots:** properly warn if slot invoked in setup
([#12195](https://redirect.github.com/vuejs/core/issues/12195))
([9196222](https://redirect.github.com/vuejs/core/commit/9196222ae1d63b52b35ac5fbf5e71494587ccf05)),
closes
[#12194](https://redirect.github.com/vuejs/core/issues/12194)
- **ssr:** properly init slots during ssr rendering
([#12441](https://redirect.github.com/vuejs/core/issues/12441))
([2206cd2](https://redirect.github.com/vuejs/core/commit/2206cd235a1627c540e795e378b7564a55b47313)),
closes
[#12438](https://redirect.github.com/vuejs/core/issues/12438)
- **transition:** fix KeepAlive with transition out-in mode behavior in
production
([#12468](https://redirect.github.com/vuejs/core/issues/12468))
([343c891](https://redirect.github.com/vuejs/core/commit/343c89122448719bd6ed6bd9de986dfb2721d6bf)),
closes
[#12465](https://redirect.github.com/vuejs/core/issues/12465)
- **TransitionGroup:** reset prevChildren to prevent memory leak
([#13183](https://redirect.github.com/vuejs/core/issues/13183))
([8b848cb](https://redirect.github.com/vuejs/core/commit/8b848cbbd2af337d23e19e202f9ab433f8580855)),
closes
[#13181](https://redirect.github.com/vuejs/core/issues/13181)
- **types:** allow return any for Options API lifecycle hooks
([#5914](https://redirect.github.com/vuejs/core/issues/5914))
([06310e8](https://redirect.github.com/vuejs/core/commit/06310e82f5bed62d1b9733dcb18cd8d6edc988de))
- **types:** the directive's modifiers should be optional
([#12605](https://redirect.github.com/vuejs/core/issues/12605))
([10e54dc](https://redirect.github.com/vuejs/core/commit/10e54dcc86a7967f3196d96200bcbd1d3d42082f))
- **typos:** fix comments referencing transformElement.ts
([#12551](https://redirect.github.com/vuejs/core/issues/12551))\[ci-skip]
([11c053a](https://redirect.github.com/vuejs/core/commit/11c053a5429ad0d27a0e2c78b6b026ea00ace116))
##### Features
- **types:** add type TemplateRef
([#12645](https://redirect.github.com/vuejs/core/issues/12645))
([636a861](https://redirect.github.com/vuejs/core/commit/636a8619f06c71dfd79f7f6412fd130c4f84226f))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 157 ++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 137 insertions(+), 20 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c5b60753cf..53dab79d1d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -165,13 +165,13 @@ importers:
version: 1.6.6
'@vue/compiler-core':
specifier: ^3.5.12
- version: 3.5.13
+ version: 3.5.14
'@vue/compiler-dom':
specifier: ^3.5.12
- version: 3.5.13
+ version: 3.5.14
'@vue/server-renderer':
specifier: ^3.5.12
- version: 3.5.13(vue@3.5.13(typescript@5.8.3))
+ version: 3.5.14(vue@3.5.14(typescript@5.8.3))
'@vue/test-utils':
specifier: ^2.4.6
version: 2.4.6
@@ -327,16 +327,16 @@ importers:
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.2)(yaml@2.8.0)
vue:
specifier: ^3.5.12
- version: 3.5.13(typescript@5.8.3)
+ version: 3.5.14(typescript@5.8.3)
vue-class-component:
specifier: 8.0.0-rc.1
- version: 8.0.0-rc.1(vue@3.5.13(typescript@5.8.3))
+ version: 8.0.0-rc.1(vue@3.5.14(typescript@5.8.3))
vue-eslint-parser:
specifier: ^10.1.1
version: 10.1.3(eslint@9.23.0(jiti@2.4.2))
vue-loader:
specifier: ^17.4.2
- version: 17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
+ version: 17.4.2(vue@3.5.14(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
webpack:
specifier: ^5.95.0
version: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
@@ -1189,6 +1189,10 @@ packages:
resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-string-parser@7.27.1':
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-validator-identifier@7.25.9':
resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
engines: {node: '>=6.9.0'}
@@ -1224,6 +1228,11 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
+ '@babel/parser@7.27.2':
+ resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9':
resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==}
engines: {node: '>=6.9.0'}
@@ -1757,8 +1766,8 @@ packages:
resolution: {integrity: sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.27.0':
- resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
+ '@babel/types@7.27.1':
+ resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==}
engines: {node: '>=6.9.0'}
'@bazel/bazelisk@1.26.0':
@@ -3504,32 +3513,61 @@ packages:
'@vue/compiler-core@3.5.13':
resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==}
+ '@vue/compiler-core@3.5.14':
+ resolution: {integrity: sha512-k7qMHMbKvoCXIxPhquKQVw3Twid3Kg4s7+oYURxLGRd56LiuHJVrvFKI4fm2AM3c8apqODPfVJGoh8nePbXMRA==}
+
'@vue/compiler-dom@3.5.13':
resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==}
+ '@vue/compiler-dom@3.5.14':
+ resolution: {integrity: sha512-1aOCSqxGOea5I80U2hQJvXYpPm/aXo95xL/m/mMhgyPUsKe9jhjwWpziNAw7tYRnbz1I61rd9Mld4W9KmmRoug==}
+
'@vue/compiler-sfc@3.5.13':
resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==}
+ '@vue/compiler-sfc@3.5.14':
+ resolution: {integrity: sha512-9T6m/9mMr81Lj58JpzsiSIjBgv2LiVoWjIVa7kuXHICUi8LiDSIotMpPRXYJsXKqyARrzjT24NAwttrMnMaCXA==}
+
'@vue/compiler-ssr@3.5.13':
resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==}
+ '@vue/compiler-ssr@3.5.14':
+ resolution: {integrity: sha512-Y0G7PcBxr1yllnHuS/NxNCSPWnRGH4Ogrp0tsLA5QemDZuJLs99YjAKQ7KqkHE0vCg4QTKlQzXLKCMF7WPSl7Q==}
+
'@vue/reactivity@3.5.13':
resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==}
+ '@vue/reactivity@3.5.14':
+ resolution: {integrity: sha512-7cK1Hp343Fu/SUCCO52vCabjvsYu7ZkOqyYu7bXV9P2yyfjUMUXHZafEbq244sP7gf+EZEz+77QixBTuEqkQQw==}
+
'@vue/runtime-core@3.5.13':
resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==}
+ '@vue/runtime-core@3.5.14':
+ resolution: {integrity: sha512-w9JWEANwHXNgieAhxPpEpJa+0V5G0hz3NmjAZwlOebtfKyp2hKxKF0+qSh0Xs6/PhfGihuSdqMprMVcQU/E6ag==}
+
'@vue/runtime-dom@3.5.13':
resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==}
+ '@vue/runtime-dom@3.5.14':
+ resolution: {integrity: sha512-lCfR++IakeI35TVR80QgOelsUIdcKjd65rWAMfdSlCYnaEY5t3hYwru7vvcWaqmrK+LpI7ZDDYiGU5V3xjMacw==}
+
'@vue/server-renderer@3.5.13':
resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==}
peerDependencies:
vue: 3.5.13
+ '@vue/server-renderer@3.5.14':
+ resolution: {integrity: sha512-Rf/ISLqokIvcySIYnv3tNWq40PLpNLDLSJwwVWzG6MNtyIhfbcrAxo5ZL9nARJhqjZyWWa40oRb2IDuejeuv6w==}
+ peerDependencies:
+ vue: 3.5.14
+
'@vue/shared@3.5.13':
resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
+ '@vue/shared@3.5.14':
+ resolution: {integrity: sha512-oXTwNxVfc9EtP1zzXAlSlgARLXNC84frFYkS0HHz0h3E4WZSP9sywqjqzGCP9Y34M8ipNmd380pVgmMuwELDyQ==}
+
'@vue/test-utils@2.4.6':
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
@@ -9948,6 +9986,14 @@ packages:
typescript:
optional: true
+ vue@3.5.14:
+ resolution: {integrity: sha512-LbOm50/vZFG6Mhy6KscQYXZMQ0LMCC/y40HDJPPvGFQ+i/lUH+PJHR6C3assgOQiXdl6tAfsXHbXYVBZZu65ew==}
+ peerDependencies:
+ typescript: 5.8.3
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
w3c-xmlserializer@4.0.0:
resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==}
engines: {node: '>=14'}
@@ -10527,6 +10573,8 @@ snapshots:
'@babel/helper-string-parser@7.25.9': {}
+ '@babel/helper-string-parser@7.27.1': {}
+
'@babel/helper-validator-identifier@7.25.9': {}
'@babel/helper-validator-identifier@7.27.1': {}
@@ -10558,6 +10606,10 @@ snapshots:
dependencies:
'@babel/types': 7.26.10
+ '@babel/parser@7.27.2':
+ dependencies:
+ '@babel/types': 7.27.1
+
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.10)':
dependencies:
'@babel/core': 7.26.10
@@ -11213,10 +11265,10 @@ snapshots:
'@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
- '@babel/types@7.27.0':
+ '@babel/types@7.27.1':
dependencies:
- '@babel/helper-string-parser': 7.25.9
- '@babel/helper-validator-identifier': 7.25.9
+ '@babel/helper-string-parser': 7.27.1
+ '@babel/helper-validator-identifier': 7.27.1
'@bazel/bazelisk@1.26.0': {}
@@ -13131,7 +13183,7 @@ snapshots:
'@svgr/hast-util-to-babel-ast@8.0.0':
dependencies:
- '@babel/types': 7.27.0
+ '@babel/types': 7.27.1
entities: 4.5.0
'@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))':
@@ -13767,14 +13819,28 @@ snapshots:
estree-walker: 2.0.2
source-map-js: 1.2.1
+ '@vue/compiler-core@3.5.14':
+ dependencies:
+ '@babel/parser': 7.27.2
+ '@babel/types': 7.26.10
+ '@vue/shared': 3.5.14
+ entities: 4.5.0
+ estree-walker: 2.0.2
+ source-map-js: 1.2.1
+
'@vue/compiler-dom@3.5.13':
dependencies:
'@vue/compiler-core': 3.5.13
'@vue/shared': 3.5.13
+ '@vue/compiler-dom@3.5.14':
+ dependencies:
+ '@vue/compiler-core': 3.5.14
+ '@vue/shared': 3.5.14
+
'@vue/compiler-sfc@3.5.13':
dependencies:
- '@babel/parser': 7.26.10
+ '@babel/parser': 7.27.2
'@vue/compiler-core': 3.5.13
'@vue/compiler-dom': 3.5.13
'@vue/compiler-ssr': 3.5.13
@@ -13784,20 +13850,46 @@ snapshots:
postcss: 8.5.3
source-map-js: 1.2.1
+ '@vue/compiler-sfc@3.5.14':
+ dependencies:
+ '@babel/parser': 7.27.2
+ '@vue/compiler-core': 3.5.14
+ '@vue/compiler-dom': 3.5.14
+ '@vue/compiler-ssr': 3.5.14
+ '@vue/shared': 3.5.14
+ estree-walker: 2.0.2
+ magic-string: 0.30.17
+ postcss: 8.5.3
+ source-map-js: 1.2.1
+
'@vue/compiler-ssr@3.5.13':
dependencies:
'@vue/compiler-dom': 3.5.13
'@vue/shared': 3.5.13
+ '@vue/compiler-ssr@3.5.14':
+ dependencies:
+ '@vue/compiler-dom': 3.5.14
+ '@vue/shared': 3.5.14
+
'@vue/reactivity@3.5.13':
dependencies:
'@vue/shared': 3.5.13
+ '@vue/reactivity@3.5.14':
+ dependencies:
+ '@vue/shared': 3.5.14
+
'@vue/runtime-core@3.5.13':
dependencies:
'@vue/reactivity': 3.5.13
'@vue/shared': 3.5.13
+ '@vue/runtime-core@3.5.14':
+ dependencies:
+ '@vue/reactivity': 3.5.14
+ '@vue/shared': 3.5.14
+
'@vue/runtime-dom@3.5.13':
dependencies:
'@vue/reactivity': 3.5.13
@@ -13805,17 +13897,32 @@ snapshots:
'@vue/shared': 3.5.13
csstype: 3.1.3
+ '@vue/runtime-dom@3.5.14':
+ dependencies:
+ '@vue/reactivity': 3.5.14
+ '@vue/runtime-core': 3.5.14
+ '@vue/shared': 3.5.14
+ csstype: 3.1.3
+
'@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))':
dependencies:
'@vue/compiler-ssr': 3.5.13
'@vue/shared': 3.5.13
vue: 3.5.13(typescript@5.8.3)
+ '@vue/server-renderer@3.5.14(vue@3.5.14(typescript@5.8.3))':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.14
+ '@vue/shared': 3.5.14
+ vue: 3.5.14(typescript@5.8.3)
+
'@vue/shared@3.5.13': {}
+ '@vue/shared@3.5.14': {}
+
'@vue/test-utils@2.4.6':
dependencies:
- '@vue/compiler-dom': 3.5.13
+ '@vue/compiler-dom': 3.5.14
js-beautify: 1.15.1
vue-component-type-helpers: 2.1.6
@@ -17222,7 +17329,7 @@ snapshots:
istanbul-lib-instrument@5.2.1:
dependencies:
'@babel/core': 7.26.10
- '@babel/parser': 7.26.10
+ '@babel/parser': 7.27.2
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
semver: 6.3.1
@@ -17232,7 +17339,7 @@ snapshots:
istanbul-lib-instrument@6.0.3:
dependencies:
'@babel/core': 7.26.10
- '@babel/parser': 7.26.10
+ '@babel/parser': 7.27.2
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
semver: 7.7.2
@@ -21481,9 +21588,9 @@ snapshots:
void-elements@2.0.1: {}
- vue-class-component@8.0.0-rc.1(vue@3.5.13(typescript@5.8.3)):
+ vue-class-component@8.0.0-rc.1(vue@3.5.14(typescript@5.8.3)):
dependencies:
- vue: 3.5.13(typescript@5.8.3)
+ vue: 3.5.14(typescript@5.8.3)
vue-component-type-helpers@2.1.6: {}
@@ -21500,14 +21607,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-loader@17.4.2(vue@3.5.13(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
+ vue-loader@17.4.2(vue@3.5.14(typescript@5.8.3))(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))):
dependencies:
chalk: 4.1.2
hash-sum: 2.0.0
watchpack: 2.4.2
webpack: 5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17))
optionalDependencies:
- vue: 3.5.13(typescript@5.8.3)
+ vue: 3.5.14(typescript@5.8.3)
vue@3.5.13(typescript@5.8.3):
dependencies:
@@ -21519,6 +21626,16 @@ snapshots:
optionalDependencies:
typescript: 5.8.3
+ vue@3.5.14(typescript@5.8.3):
+ dependencies:
+ '@vue/compiler-dom': 3.5.14
+ '@vue/compiler-sfc': 3.5.14
+ '@vue/runtime-dom': 3.5.14
+ '@vue/server-renderer': 3.5.14(vue@3.5.14(typescript@5.8.3))
+ '@vue/shared': 3.5.14
+ optionalDependencies:
+ typescript: 5.8.3
+
w3c-xmlserializer@4.0.0:
dependencies:
xml-name-validator: 4.0.0
From c42261fc178e3a04f052cfeb73e98d0e1726744f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 06:39:43 +0000
Subject: [PATCH 26/38] chore(deps): update dependency aspect_rules_esbuild to
v0.22.1 (#5000)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[aspect_rules_esbuild](https://docs.aspect.build/rules/aspect_rules_esbuild)
| bazel_dep | minor | `0.21.0` -> `0.22.1` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index cad322225a..2783e0245d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -80,7 +80,7 @@ use_repo(pnpm, "pnpm")
######### ESBuild rules #########
-bazel_dep(name = "aspect_rules_esbuild", version = "0.21.0")
+bazel_dep(name = "aspect_rules_esbuild", version = "0.22.1")
######### TypeScript rules #########
From 849094baeb8970981d47ab93262da93cc999da74 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 12:27:42 +0000
Subject: [PATCH 27/38] chore(deps): update dependency aspect_rules_lint to
v1.4.2 (#5002)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[aspect_rules_lint](https://redirect.github.com/aspect-build/rules_lint)
| bazel_dep | minor | `1.3.1` -> `1.4.2` |
---
### Release Notes
aspect-build/rules_lint (aspect_rules_lint)
###
[`v1.4.2`](https://redirect.github.com/aspect-build/rules_lint/releases/tag/v1.4.2)
#### Using Bzlmod with Bazel 6
1. Enable with `common --enable_bzlmod` in `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
### Next, follow the install instructions for
### - linting: https://github.com/aspect-build/rules_lint/blob/v1.4.2/docs/linting.md
### - formatting: https://github.com/aspect-build/rules_lint/blob/v1.4.2/docs/formatting.md
```
#### Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_rules_lint",
sha256 = "3f0b1af0b8bb596a9d6c809506d426dc1142e74f256207deb34fb3651ed5719b",
strip_prefix = "rules_lint-1.4.2",
url = "https://github.com/aspect-build/rules_lint/releases/download/v1.4.2/rules_lint-v1.4.2.tar.gz",
)
### aspect_rules_lint depends on aspect_bazel_lib.
http_archive(
name = "aspect_bazel_lib",
sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b",
strip_prefix = "bazel-lib-2.7.7",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
### aspect_bazel_lib depends on bazel_skylib
aspect_bazel_lib_dependencies()
load(
"@aspect_rules_lint//format:repositories.bzl",
### Fetch additional formatter binaries you need:
"fetch_java_format",
"fetch_ktfmt",
"fetch_swiftformat",
"rules_lint_dependencies",
)
rules_lint_dependencies()
fetch_java_format()
fetch_ktfmt()
fetch_swiftformat()
load("@aspect_rules_lint//lint:checkstyle.bzl", "fetch_checkstyle")
fetch_checkstyle()
load("@aspect_rules_lint//lint:pmd.bzl", "fetch_pmd")
fetch_pmd()
load("@aspect_rules_lint//lint:vale.bzl", "fetch_vale")
fetch_vale()
load("@aspect_rules_lint//lint:ktlint.bzl", "fetch_ktlint")
fetch_ktlint()
load("@aspect_rules_lint//lint:spotbugs.bzl", "fetch_spotbugs")
fetch_spotbugs()
########################
### Optional: multitool provides defaults for some tools such as yamlfmt
### If you do not set up multitool, you must provide these tools yourself
load("@rules_multitool//multitool:multitool.bzl", "multitool")
multitool(
name = "multitool",
lockfiles = [
"@aspect_rules_lint//format:multitool.lock.json",
"@aspect_rules_lint//lint:multitool.lock.json",
],
)
http_archive(
name = "rules_diff",
integrity = "sha256-44r/+iFWzPOOMlWHR4ExLVmGU99Wlkiho9JxkadUK3Q=",
strip_prefix = "rules_diff-v1.0.0",
url = "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0/downloads/src.tar.gz",
)
```
#### What's Changed
- fix(BCR): don't create Draft PRs by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/541](https://redirect.github.com/aspect-build/rules_lint/pull/541)
- fix: release workflow needs build by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/542](https://redirect.github.com/aspect-build/rules_lint/pull/542)
**Full Changelog**:
https://github.com/aspect-build/rules_lint/compare/v1.4.1...v1.4.2
###
[`v1.4.0`](https://redirect.github.com/aspect-build/rules_lint/releases/tag/v1.4.0)
#### Using Bzlmod with Bazel 6
1. Enable with `common --enable_bzlmod` in `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "aspect_rules_lint", version = "1.4.0")
### Next, follow the install instructions for
### - linting: https://github.com/aspect-build/rules_lint/blob/v1.4.0/docs/linting.md
### - formatting: https://github.com/aspect-build/rules_lint/blob/v1.4.0/docs/formatting.md
```
#### Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_rules_lint",
sha256 = "fcd9000660be150c663f8ccf115facd4a852abdc2e161451696a0366384b2b3a",
strip_prefix = "rules_lint-1.4.0",
url = "https://github.com/aspect-build/rules_lint/releases/download/v1.4.0/rules_lint-v1.4.0.tar.gz",
)
### aspect_rules_lint depends on aspect_bazel_lib.
http_archive(
name = "aspect_bazel_lib",
sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b",
strip_prefix = "bazel-lib-2.7.7",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
### aspect_bazel_lib depends on bazel_skylib
aspect_bazel_lib_dependencies()
load(
"@aspect_rules_lint//format:repositories.bzl",
### Fetch additional formatter binaries you need:
"fetch_java_format",
"fetch_ktfmt",
"fetch_swiftformat",
"rules_lint_dependencies",
)
rules_lint_dependencies()
fetch_java_format()
fetch_ktfmt()
fetch_swiftformat()
load("@aspect_rules_lint//lint:checkstyle.bzl", "fetch_checkstyle")
fetch_checkstyle()
load("@aspect_rules_lint//lint:pmd.bzl", "fetch_pmd")
fetch_pmd()
load("@aspect_rules_lint//lint:vale.bzl", "fetch_vale")
fetch_vale()
load("@aspect_rules_lint//lint:ktlint.bzl", "fetch_ktlint")
fetch_ktlint()
load("@aspect_rules_lint//lint:spotbugs.bzl", "fetch_spotbugs")
fetch_spotbugs()
########################
### Optional: multitool provides defaults for some tools such as yamlfmt
### If you do not set up multitool, you must provide these tools yourself
load("@rules_multitool//multitool:multitool.bzl", "multitool")
multitool(
name = "multitool",
lockfiles = [
"@aspect_rules_lint//format:multitool.lock.json",
"@aspect_rules_lint//lint:multitool.lock.json",
],
)
http_archive(
name = "rules_diff",
integrity = "sha256-44r/+iFWzPOOMlWHR4ExLVmGU99Wlkiho9JxkadUK3Q=",
strip_prefix = "rules_diff-v1.0.0",
url = "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0/downloads/src.tar.gz",
)
```
#### What's Changed
- chore: add linting task on AW by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/535](https://redirect.github.com/aspect-build/rules_lint/pull/535)
- Changes by create-pull-request action by
[@github-actions](https://redirect.github.com/github-actions) in
[https://github.com/aspect-build/rules_lint/pull/534](https://redirect.github.com/aspect-build/rules_lint/pull/534)
- feat: machine-readable reports in SARIF format by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/537](https://redirect.github.com/aspect-build/rules_lint/pull/537)
- Changes by create-pull-request action by
[@github-actions](https://redirect.github.com/github-actions) in
[https://github.com/aspect-build/rules_lint/pull/539](https://redirect.github.com/aspect-build/rules_lint/pull/539)
**Full Changelog**:
https://github.com/aspect-build/rules_lint/compare/v1.3.6...v1.4.0
###
[`v1.3.5`](https://redirect.github.com/aspect-build/rules_lint/releases/tag/v1.3.5)
#### Using Bzlmod with Bazel 6
1. Enable with `common --enable_bzlmod` in `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "aspect_rules_lint", version = "1.3.5")
### Next, follow the install instructions for
### - linting: https://github.com/aspect-build/rules_lint/blob/v1.3.5/docs/linting.md
### - formatting: https://github.com/aspect-build/rules_lint/blob/v1.3.5/docs/formatting.md
```
#### Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_rules_lint",
sha256 = "b1f2089ed2fb147f7b101a01ddc14e54c8a07c3059b5bd4a3151100719992006",
strip_prefix = "rules_lint-1.3.5",
url = "https://github.com/aspect-build/rules_lint/releases/download/v1.3.5/rules_lint-v1.3.5.tar.gz",
)
### aspect_rules_lint depends on aspect_bazel_lib.
http_archive(
name = "aspect_bazel_lib",
sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b",
strip_prefix = "bazel-lib-2.7.7",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
### aspect_bazel_lib depends on bazel_skylib
aspect_bazel_lib_dependencies()
load(
"@aspect_rules_lint//format:repositories.bzl",
### Fetch additional formatter binaries you need:
"fetch_java_format",
"fetch_ktfmt",
"fetch_swiftformat",
"rules_lint_dependencies",
)
rules_lint_dependencies()
fetch_java_format()
fetch_ktfmt()
fetch_swiftformat()
load("@aspect_rules_lint//lint:checkstyle.bzl", "fetch_checkstyle")
fetch_checkstyle()
load("@aspect_rules_lint//lint:pmd.bzl", "fetch_pmd")
fetch_pmd()
load("@aspect_rules_lint//lint:vale.bzl", "fetch_vale")
fetch_vale()
load("@aspect_rules_lint//lint:ktlint.bzl", "fetch_ktlint")
fetch_ktlint()
load("@aspect_rules_lint//lint:spotbugs.bzl", "fetch_spotbugs")
fetch_spotbugs()
########################
### Optional: multitool provides defaults for some tools such as yamlfmt
### If you do not set up multitool, you must provide these tools yourself
load("@rules_multitool//multitool:multitool.bzl", "multitool")
multitool(
name = "multitool",
lockfiles = [
"@aspect_rules_lint//format:multitool.lock.json",
"@aspect_rules_lint//lint:multitool.lock.json",
],
)
http_archive(
name = "rules_diff",
integrity = "sha256-44r/+iFWzPOOMlWHR4ExLVmGU99Wlkiho9JxkadUK3Q=",
strip_prefix = "rules_diff-v1.0.0",
url = "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0/downloads/src.tar.gz",
)
```
#### What's Changed
- Update publish.yaml by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/519](https://redirect.github.com/aspect-build/rules_lint/pull/519)
- Changes by create-pull-request action by
[@github-actions](https://redirect.github.com/github-actions) in
[https://github.com/aspect-build/rules_lint/pull/520](https://redirect.github.com/aspect-build/rules_lint/pull/520)
- Add comment ignores to example by
[@SpencerC](https://redirect.github.com/SpencerC) in
[https://github.com/aspect-build/rules_lint/pull/314](https://redirect.github.com/aspect-build/rules_lint/pull/314)
- chore: add config for Aspect Workflows by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/521](https://redirect.github.com/aspect-build/rules_lint/pull/521)
- Change close to work with fs sync methods by
[@fzakaria](https://redirect.github.com/fzakaria) in
[https://github.com/aspect-build/rules_lint/pull/525](https://redirect.github.com/aspect-build/rules_lint/pull/525)
- Reapply "chore: switch remaining test to AW" by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/526](https://redirect.github.com/aspect-build/rules_lint/pull/526)
- fix: green up BCR pushes by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/523](https://redirect.github.com/aspect-build/rules_lint/pull/523)
- Changes by create-pull-request action by
[@github-actions](https://redirect.github.com/github-actions) in
[https://github.com/aspect-build/rules_lint/pull/528](https://redirect.github.com/aspect-build/rules_lint/pull/528)
- chore(publish): use Marvin's PAT by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/529](https://redirect.github.com/aspect-build/rules_lint/pull/529)
**Full Changelog**:
https://github.com/aspect-build/rules_lint/compare/v1.3.4...v1.3.5
###
[`v1.3.4`](https://redirect.github.com/aspect-build/rules_lint/releases/tag/v1.3.4)
#### Using Bzlmod with Bazel 6
1. Enable with `common --enable_bzlmod` in `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "aspect_rules_lint", version = "1.3.4")
### Next, follow the install instructions for
### - linting: https://github.com/aspect-build/rules_lint/blob/v1.3.4/docs/linting.md
### - formatting: https://github.com/aspect-build/rules_lint/blob/v1.3.4/docs/formatting.md
```
#### Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_rules_lint",
sha256 = "a7dfbfe0aa2fb960911a1589fa2ebc4f9fd0e25b0090edb54a9dfac73fdd6444",
strip_prefix = "rules_lint-1.3.4",
url = "https://github.com/aspect-build/rules_lint/releases/download/v1.3.4/rules_lint-v1.3.4.tar.gz",
)
### aspect_rules_lint depends on aspect_bazel_lib.
http_archive(
name = "aspect_bazel_lib",
sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b",
strip_prefix = "bazel-lib-2.7.7",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
### aspect_bazel_lib depends on bazel_skylib
aspect_bazel_lib_dependencies()
load(
"@aspect_rules_lint//format:repositories.bzl",
### Fetch additional formatter binaries you need:
"fetch_java_format",
"fetch_ktfmt",
"fetch_swiftformat",
"rules_lint_dependencies",
)
rules_lint_dependencies()
fetch_java_format()
fetch_ktfmt()
fetch_swiftformat()
load("@aspect_rules_lint//lint:checkstyle.bzl", "fetch_checkstyle")
fetch_checkstyle()
load("@aspect_rules_lint//lint:pmd.bzl", "fetch_pmd")
fetch_pmd()
load("@aspect_rules_lint//lint:vale.bzl", "fetch_vale")
fetch_vale()
load("@aspect_rules_lint//lint:ktlint.bzl", "fetch_ktlint")
fetch_ktlint()
load("@aspect_rules_lint//lint:spotbugs.bzl", "fetch_spotbugs")
fetch_spotbugs()
########################
### Optional: multitool provides defaults for some tools such as yamlfmt
### If you do not set up multitool, you must provide these tools yourself
load("@rules_multitool//multitool:multitool.bzl", "multitool")
multitool(
name = "multitool",
lockfiles = [
"@aspect_rules_lint//format:multitool.lock.json",
"@aspect_rules_lint//lint:multitool.lock.json",
],
)
http_archive(
name = "rules_diff",
integrity = "sha256-44r/+iFWzPOOMlWHR4ExLVmGU99Wlkiho9JxkadUK3Q=",
strip_prefix = "rules_diff-v1.0.0",
url = "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0/downloads/src.tar.gz",
)
```
#### What's Changed
- Specify `--rcfile` shellcheck option in `_shellcheck_aspect_impl` by
[@andres97medrano](https://redirect.github.com/andres97medrano)
in
[https://github.com/aspect-build/rules_lint/pull/516](https://redirect.github.com/aspect-build/rules_lint/pull/516)
- fix: when pushing a tag, use the ref_name as the tag by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/aspect-build/rules_lint/pull/518](https://redirect.github.com/aspect-build/rules_lint/pull/518)
#### New Contributors
- [@andres97medrano](https://redirect.github.com/andres97medrano)
made their first contribution in
[https://github.com/aspect-build/rules_lint/pull/516](https://redirect.github.com/aspect-build/rules_lint/pull/516)
**Full Changelog**:
https://github.com/aspect-build/rules_lint/compare/v1.3.3...v1.3.4
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index 2783e0245d..ef2a3afd8c 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -115,7 +115,7 @@ bazel_dep(
######### Lint rules #########
-bazel_dep(name = "aspect_rules_lint", version = "1.3.1")
+bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
######### test262 rules #########
From 601021fee58cff52417a402b38ba2558c4404292 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 12:28:37 +0000
Subject: [PATCH 28/38] chore(deps): update dependency aspect_rules_jest to
v0.23.2 (#5001)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [aspect_rules_jest](https://docs.aspect.build/rules/aspect_rules_jest)
| bazel_dep | minor | `0.22.0` -> `0.23.2` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index ef2a3afd8c..f45ea61daa 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -99,7 +99,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.16.0")
######### Jest rules #########
-bazel_dep(name = "aspect_rules_jest", version = "0.22.0")
+bazel_dep(name = "aspect_rules_jest", version = "0.23.2")
######### Multirun rules #########
From 464ca9689a77c83de8e4a907903092a4aa1e5930 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 20:15:21 +0000
Subject: [PATCH 29/38] chore(deps): update dependency bazel to v8.2.1 (#5004)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [bazel](https://redirect.github.com/bazelbuild/bazel) | minor |
`8.1.1` -> `8.2.1` |
---
### Release Notes
bazelbuild/bazel (bazel)
###
[`v8.2.1`](https://redirect.github.com/bazelbuild/bazel/blob/HEAD/CHANGELOG.md#Release-821-2025-04-17)
[Compare
Source](https://redirect.github.com/bazelbuild/bazel/compare/8.2.0...8.2.1)
```
Release Notes:
```
###
[`v8.2.0`](https://redirect.github.com/bazelbuild/bazel/blob/HEAD/CHANGELOG.md#Release-820-2025-04-14)
[Compare
Source](https://redirect.github.com/bazelbuild/bazel/compare/8.1.1...8.2.0)
```
Release Notes:
```
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.bazelversion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bazelversion b/.bazelversion
index 0e79152459..2b0aa21219 100644
--- a/.bazelversion
+++ b/.bazelversion
@@ -1 +1 @@
-8.1.1
+8.2.1
From 6b62697e8975d8649a8243e354f6feb157c39d58 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 May 2025 20:15:40 +0000
Subject: [PATCH 30/38] chore(deps): update dependency aspect_rules_ts to
v3.6.0 (#5003)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [aspect_rules_ts](https://docs.aspect.build/rules/aspect_rules_ts) |
bazel_dep | minor | `3.5.2` -> `3.6.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index f45ea61daa..e4dab0a6ca 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -84,7 +84,7 @@ bazel_dep(name = "aspect_rules_esbuild", version = "0.22.1")
######### TypeScript rules #########
-bazel_dep(name = "aspect_rules_ts", version = "3.5.2")
+bazel_dep(name = "aspect_rules_ts", version = "3.6.0")
rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)
rules_ts_ext.deps(
From eb802a88a0d3e44a738e0a8588d895844b1e74af Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 24 May 2025 01:59:01 +0000
Subject: [PATCH 31/38] chore(deps): update dependency rules_multirun to
v0.12.0 (#5006)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rules_multirun](https://redirect.github.com/keith/rules_multirun) |
bazel_dep | minor | `0.11.0` -> `0.12.0` |
---
### Release Notes
keith/rules_multirun (rules_multirun)
###
[`v0.12.0`](https://redirect.github.com/keith/rules_multirun/releases/tag/0.12.0)
[Compare
Source](https://redirect.github.com/keith/rules_multirun/compare/0.11.0...0.12.0)
#### What's Changed
- fix: `BAZEL_SH` must take precedence on Windows by
[@albertocavalcante](https://redirect.github.com/albertocavalcante)
in
[https://github.com/keith/rules_multirun/pull/72](https://redirect.github.com/keith/rules_multirun/pull/72)
- Expand make variables in environment and arguments by
[@keith](https://redirect.github.com/keith) in
[https://github.com/keith/rules_multirun/pull/73](https://redirect.github.com/keith/rules_multirun/pull/73)
- Allow resolving rlocations in env or arguments by
[@keith](https://redirect.github.com/keith) in
[https://github.com/keith/rules_multirun/pull/74](https://redirect.github.com/keith/rules_multirun/pull/74)
#### New Contributors
-
[@albertocavalcante](https://redirect.github.com/albertocavalcante)
made their first contribution in
[https://github.com/keith/rules_multirun/pull/72](https://redirect.github.com/keith/rules_multirun/pull/72)
**Full Changelog**:
https://github.com/keith/rules_multirun/compare/0.11.0...0.12.0
##### MODULE.bazel Snippet
```bzl
bazel_dep(name = "rules_multirun", version = "0.12.0")
```
##### Workspace Snippet
```bzl
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_multirun",
sha256 = "1d130f696f69fc25fe93c42043e1ded52418ed78b0fdcae678e247adad8c36b1",
url = "https://github.com/keith/rules_multirun/releases/download/0.12.0/rules_multirun.0.12.0.tar.gz",
)
```
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index e4dab0a6ca..73e5b2d30d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -103,7 +103,7 @@ bazel_dep(name = "aspect_rules_jest", version = "0.23.2")
######### Multirun rules #########
-bazel_dep(name = "rules_multirun", version = "0.11.0")
+bazel_dep(name = "rules_multirun", version = "0.12.0")
######### buildifier rules #########
From 8102cefd9381d50861cf697879be9852e4f12c4d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 24 May 2025 01:59:26 +0000
Subject: [PATCH 32/38] chore(deps): update dependency hermetic_cc_toolchain to
v3.2.0 (#5005)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[hermetic_cc_toolchain](https://redirect.github.com/uber/hermetic_cc_toolchain)
| bazel_dep | minor | `3.1.0` -> `3.2.0` |
---
### Release Notes
uber/hermetic_cc_toolchain (hermetic_cc_toolchain)
###
[`v3.2.0`](https://redirect.github.com/uber/hermetic_cc_toolchain/releases/tag/v3.2.0)
#### WORKSPACE boilerplate
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.2.0"
http_archive(
name = "hermetic_cc_toolchain",
sha256 = "f82311e2cb758f2cff2567be16cf8c06ce99795e514cc94c17932b74d32c1f36",
urls = [
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
],
)
load("@hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains")
### Plain zig_toolchains() will pick reasonable defaults. See
### toolchain/defs.bzl:toolchains on how to change the Zig SDK version and
### download URL.
zig_toolchains()
```
#### What's Changed
- Add syntax highlighting to code blocks in README.md by
[@ofek](https://redirect.github.com/ofek) in
[https://github.com/uber/hermetic_cc_toolchain/pull/197](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/197)
- feat: create cc_toolchains for multiple exec platforms by
[@BrandonThomasJonesARM](https://redirect.github.com/BrandonThomasJonesARM)
in
[https://github.com/uber/hermetic_cc_toolchain/pull/196](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/196)
- feat: use .wasm artifact name extension by
[@zaucy](https://redirect.github.com/zaucy) in
[https://github.com/uber/hermetic_cc_toolchain/pull/185](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/185)
- Mark extension as reproducible by
[@cerisier](https://redirect.github.com/cerisier) in
[https://github.com/uber/hermetic_cc_toolchain/pull/206](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/206)
- fix: provide cc_toolchain artifacts required for assembly actions by
[@cerisier](https://redirect.github.com/cerisier) in
[https://github.com/uber/hermetic_cc_toolchain/pull/208](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/208)
#### New Contributors
- [@ofek](https://redirect.github.com/ofek) made their first
contribution in
[https://github.com/uber/hermetic_cc_toolchain/pull/197](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/197)
-
[@BrandonThomasJonesARM](https://redirect.github.com/BrandonThomasJonesARM)
made their first contribution in
[https://github.com/uber/hermetic_cc_toolchain/pull/196](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/196)
- [@zaucy](https://redirect.github.com/zaucy) made their first
contribution in
[https://github.com/uber/hermetic_cc_toolchain/pull/185](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/185)
- [@cerisier](https://redirect.github.com/cerisier) made their
first contribution in
[https://github.com/uber/hermetic_cc_toolchain/pull/206](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/206)
**Full Changelog**:
https://github.com/uber/hermetic_cc_toolchain/compare/v3.1.1...v3.2.0
###
[`v3.1.1`](https://redirect.github.com/uber/hermetic_cc_toolchain/releases/tag/v3.1.1)
#### What's Changed
- Update bzlmod example to use released version by
[@linzhp](https://redirect.github.com/linzhp) in
[https://github.com/uber/hermetic_cc_toolchain/pull/180](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/180)
- Mark toolchains registered in our MODULE.bazel as a dev dependency by
[@jvolkman](https://redirect.github.com/jvolkman) in
[https://github.com/uber/hermetic_cc_toolchain/pull/190](https://redirect.github.com/uber/hermetic_cc_toolchain/pull/190)
#### WORKSPACE boilerplate
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.1"
http_archive(
name = "hermetic_cc_toolchain",
sha256 = "907745bf91555f77e8234c0b953371e6cac5ba715d1cf12ff641496dd1bce9d1",
urls = [
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
],
)
load("@hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains")
### Plain zig_toolchains() will pick reasonable defaults. See
### toolchain/defs.bzl:toolchains on how to change the Zig SDK version and
### download URL.
zig_toolchains()
```
**Full Changelog**:
https://github.com/uber/hermetic_cc_toolchain/compare/v3.1.0...v3.1.1
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index 73e5b2d30d..199c7d72cb 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -15,7 +15,7 @@ single_version_override(
######## Hermetic CC toolchain #########
-bazel_dep(name = "hermetic_cc_toolchain", version = "3.1.0")
+bazel_dep(name = "hermetic_cc_toolchain", version = "3.2.0")
cc_toolchains = use_extension("@hermetic_cc_toolchain//toolchain:ext.bzl", "toolchains")
use_repo(cc_toolchains, "zig_sdk")
From a420307163f0772edb3865a1190bc97dbf453c5c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 24 May 2025 02:07:50 +0000
Subject: [PATCH 33/38] chore(deps): update dependency rules_nodejs to v6.4.0
(#5007)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rules_nodejs](https://redirect.github.com/bazel-contrib/rules_nodejs)
| bazel_dep | minor | `6.3.4` -> `6.4.0` |
---
### Release Notes
bazel-contrib/rules_nodejs (rules_nodejs)
###
[`v6.4.0`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.4.0)
> \[!WARNING]
>
> ## Node 20 by default
>
> This release updates the default Node.js version from v18 to v20. If
this is breaking for you, explicitly set a v18 release.
#### Using Bzlmod with Bazel 6 or greater
1. (Bazel 6 only) Enable with `common --enable_bzlmod` in `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "rules_nodejs", version = "6.4.0")
```
#### Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_nodejs",
sha256 = "8bfd114e95e88df5ecc66b03b726944f47a8b46db4b3b6ace87cfc316713bd1c",
strip_prefix = "rules_nodejs-6.4.0",
url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.4.0/rules_nodejs-v6.4.0.tar.gz",
)
```
#### What's Changed
- Update Node.js Versions by
[@mattem](https://redirect.github.com/mattem) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3826](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3826)
- Update Node.js Versions by
[@mattem](https://redirect.github.com/mattem) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3827](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3827)
- fix(publish): pick up secret when passed from caller workflow by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3828](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3828)
- Update Node.js Versions by
[@mattem](https://redirect.github.com/mattem) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3831](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3831)
- feat: change nodejs default to 20 by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3830](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3830)
**Full Changelog**:
https://github.com/bazel-contrib/rules_nodejs/compare/v6.3.5...v6.4.0
###
[`v6.3.5`](https://redirect.github.com/bazel-contrib/rules_nodejs/releases/tag/v6.3.5)
#### Using Bzlmod with Bazel 6 or greater
1. (Bazel 6 only) Enable with `common --enable_bzlmod` in `.bazelrc`.
2. Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "rules_nodejs", version = "6.3.5")
```
#### Using WORKSPACE
Paste this snippet into your `WORKSPACE.bazel` file:
```starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_nodejs",
sha256 = "164f1bd7e2a67ab3f6caf5b49b53c7dd625d293513154fa720e30d39eaa8285f",
strip_prefix = "rules_nodejs-6.3.5",
url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.5/rules_nodejs-v6.3.5.tar.gz",
)
```
#### What's Changed
- Update Node.js Versions by
[@mattem](https://redirect.github.com/mattem) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3823](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3823)
- Update Node.js Versions by
[@mattem](https://redirect.github.com/mattem) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3824](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3824)
- chore(release): setup new publish-to-bcr by
[@alexeagle](https://redirect.github.com/alexeagle) in
[https://github.com/bazel-contrib/rules_nodejs/pull/3825](https://redirect.github.com/bazel-contrib/rules_nodejs/pull/3825)
**Full Changelog**:
https://github.com/bazel-contrib/rules_nodejs/compare/v6.3.4...v6.3.5
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
MODULE.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index 199c7d72cb..b03a5d30cf 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -44,7 +44,7 @@ bazel_dep(name = "aspect_rules_js", version = "2.3.7")
####### Node.js version #########
# By default you get the node version from DEFAULT_NODE_VERSION in @rules_nodejs//nodejs:repositories.bzl
# Optionally you can pin a different node version:
-bazel_dep(name = "rules_nodejs", version = "6.3.4")
+bazel_dep(name = "rules_nodejs", version = "6.4.0")
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
node.toolchain(node_version = "20.17.0")
From eb3d8717f23ef4af044d70ae4bcd0efb9863021b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 24 May 2025 02:08:25 +0000
Subject: [PATCH 34/38] chore(deps): update dependency tsd to ^0.32.0 (#5008)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tsd](https://redirect.github.com/tsdjs/tsd) | [`^0.31.2` ->
`^0.32.0`](https://renovatebot.com/diffs/npm/tsd/0.31.2/0.32.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
tsdjs/tsd (tsd)
###
[`v0.32.0`](https://redirect.github.com/tsdjs/tsd/releases/tag/v0.32.0)
[Compare
Source](https://redirect.github.com/tsdjs/tsd/compare/v0.31.2...v0.32.0)
- Update to TypeScript 5.8
[`71387ca`](https://redirect.github.com/tsdjs/tsd/commit/71387ca)
***
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package.json | 2 +-
pnpm-lock.yaml | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/package.json b/package.json
index 58cee36a4c..ad8c4f0a58 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,7 @@
"syncpack": "^13.0.3",
"test262-harness": "^10.0.0",
"ts-loader": "^9.5.1",
- "tsd": "^0.31.2",
+ "tsd": "^0.32.0",
"tslib": "^2.8.0",
"typescript": "5.8.3",
"unidiff": "^1.0.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 53dab79d1d..280dc5f17b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -308,8 +308,8 @@ importers:
specifier: ^9.5.1
version: 9.5.2(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.11.29(@swc/helpers@0.5.17)))
tsd:
- specifier: ^0.31.2
- version: 0.31.2
+ specifier: ^0.32.0
+ version: 0.32.0
tslib:
specifier: ^2.8.0
version: 2.8.1
@@ -3157,8 +3157,8 @@ packages:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
- '@tsd/typescript@5.4.5':
- resolution: {integrity: sha512-saiCxzHRhUrRxQV2JhH580aQUZiKQUXI38FcAcikcfOomAil4G4lxT0RfrrKywoAYP/rqAdYXYmNRLppcd+hQQ==}
+ '@tsd/typescript@5.8.3':
+ resolution: {integrity: sha512-oKarNCN1QUhG148M88mtZdOlBZWWGcInquef+U8QL7gwJkRuNo5WS45Fjsd+3hM9cDJWGpqSZ4Oo097KDx4IWA==}
engines: {node: '>=14.17'}
'@tybys/wasm-util@0.9.0':
@@ -9576,8 +9576,8 @@ packages:
ts-toolbelt@9.6.0:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
- tsd@0.31.2:
- resolution: {integrity: sha512-VplBAQwvYrHzVihtzXiUVXu5bGcr7uH1juQZ1lmKgkuGNGT+FechUCqmx9/zk7wibcqR2xaNEwCkDyKh+VVZnQ==}
+ tsd@0.32.0:
+ resolution: {integrity: sha512-R5lBZCbxGBowOcW0gpQaiIjGYrG5NmU+PfFDKcc3zbtzWjML1o/zAwzdDnS2ZheSlPu9GW51azpFqEPUBq9DoQ==}
engines: {node: '>=14.16'}
hasBin: true
@@ -13353,7 +13353,7 @@ snapshots:
'@trysound/sax@0.2.0': {}
- '@tsd/typescript@5.4.5': {}
+ '@tsd/typescript@5.8.3': {}
'@tybys/wasm-util@0.9.0':
dependencies:
@@ -13618,13 +13618,13 @@ snapshots:
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.0.12
+ '@types/react': 19.1.5
'@types/react-router': 5.1.20
'@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.0.12
+ '@types/react': 19.1.5
'@types/react@19.0.12':
dependencies:
@@ -18847,7 +18847,7 @@ snapshots:
normalize-package-data@3.0.3:
dependencies:
hosted-git-info: 4.1.0
- is-core-module: 2.15.1
+ is-core-module: 2.16.1
semver: 7.7.2
validate-npm-package-license: 3.0.4
@@ -21208,9 +21208,9 @@ snapshots:
ts-toolbelt@9.6.0: {}
- tsd@0.31.2:
+ tsd@0.32.0:
dependencies:
- '@tsd/typescript': 5.4.5
+ '@tsd/typescript': 5.8.3
eslint-formatter-pretty: 4.1.0
globby: 11.1.0
jest-diff: 29.7.0
From 48b80bd0e31c24e3b9d1f808a24fd249bf71c8e5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 24 May 2025 09:57:25 +0000
Subject: [PATCH 35/38] chore(deps): update dependency vite to v6.3.5 (#5010)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`6.2.7` ->
`6.3.5`](https://renovatebot.com/diffs/npm/vite/6.2.7/6.3.5) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
vitejs/vite (vite)
###
[`v6.3.5`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small635-2025-05-05-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.4...v6.3.5)
- fix(ssr): handle uninitialized export access as undefined
([#19959](https://redirect.github.com/vitejs/vite/issues/19959))
([fd38d07](https://redirect.github.com/vitejs/vite/commit/fd38d076fe2455aac1e00a7b15cd51159bf12bb5)),
closes
[#19959](https://redirect.github.com/vitejs/vite/issues/19959)
###
[`v6.3.4`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small634-2025-04-30-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.3...v6.3.4)
- fix: check static serve file inside sirv
([#19965](https://redirect.github.com/vitejs/vite/issues/19965))
([c22c43d](https://redirect.github.com/vitejs/vite/commit/c22c43de612eebb6c182dd67850c24e4fab8cacb)),
closes
[#19965](https://redirect.github.com/vitejs/vite/issues/19965)
- fix(optimizer): return plain object when using `require` to import
externals in optimized dependenci
([efc5eab](https://redirect.github.com/vitejs/vite/commit/efc5eab253419fde0a6a48b8d2f233063d6a9643)),
closes
[#19940](https://redirect.github.com/vitejs/vite/issues/19940)
- refactor: remove duplicate plugin context type
([#19935](https://redirect.github.com/vitejs/vite/issues/19935))
([d6d01c2](https://redirect.github.com/vitejs/vite/commit/d6d01c2292fa4f9603e05b95d81c8724314c20e0)),
closes
[#19935](https://redirect.github.com/vitejs/vite/issues/19935)
###
[`v6.3.3`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small633-2025-04-24-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.2...v6.3.3)
- fix: ignore malformed uris in tranform middleware
([#19853](https://redirect.github.com/vitejs/vite/issues/19853))
([e4d5201](https://redirect.github.com/vitejs/vite/commit/e4d520141bcd83ad61f16767348b4a813bf9340a)),
closes
[#19853](https://redirect.github.com/vitejs/vite/issues/19853)
- fix(assets): ensure ?no-inline is not included in the asset url in the
production environment
([#1949](https://redirect.github.com/vitejs/vite/issues/1949)
([16a73c0](https://redirect.github.com/vitejs/vite/commit/16a73c05d35daa34117a173784895546212db5f4)),
closes
[#19496](https://redirect.github.com/vitejs/vite/issues/19496)
- fix(css): resolve relative imports in sass properly on Windows
([#19920](https://redirect.github.com/vitejs/vite/issues/19920))
([ffab442](https://redirect.github.com/vitejs/vite/commit/ffab44270488f54ae344801024474b597249071b)),
closes
[#19920](https://redirect.github.com/vitejs/vite/issues/19920)
- fix(deps): update all non-major dependencies
([#19899](https://redirect.github.com/vitejs/vite/issues/19899))
([a4b500e](https://redirect.github.com/vitejs/vite/commit/a4b500ef9ccc9b19a2882156a9ba8397e69bc6b2)),
closes
[#19899](https://redirect.github.com/vitejs/vite/issues/19899)
- fix(ssr): fix execution order of re-export
([#19841](https://redirect.github.com/vitejs/vite/issues/19841))
([ed29dee](https://redirect.github.com/vitejs/vite/commit/ed29dee2eb2e3573b2bc337e1a9124c65222a1e5)),
closes
[#19841](https://redirect.github.com/vitejs/vite/issues/19841)
- fix(ssr): fix live binding of default export declaration and hoist
exports getter
([#19842](https://redirect.github.com/vitejs/vite/issues/19842))
([80a91ff](https://redirect.github.com/vitejs/vite/commit/80a91ff82426a4c88d54b9f5ec9a4205cb13899b)),
closes
[#19842](https://redirect.github.com/vitejs/vite/issues/19842)
- perf: skip sourcemap generation for renderChunk hook of
import-analysis-build plugin
([#19921](https://redirect.github.com/vitejs/vite/issues/19921))
([55cfd04](https://redirect.github.com/vitejs/vite/commit/55cfd04b10f98cde7a96814a69b9813543ea79c2)),
closes
[#19921](https://redirect.github.com/vitejs/vite/issues/19921)
- test(ssr): test `ssrTransform` re-export deps and test stacktrace with
first line
([#19629](https://redirect.github.com/vitejs/vite/issues/19629))
([9399cda](https://redirect.github.com/vitejs/vite/commit/9399cdaf8c3b2efd5f4015d57dc3b0e4e5b91a9d)),
closes
[#19629](https://redirect.github.com/vitejs/vite/issues/19629)
###
[`v6.3.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small632-2025-04-18-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.1...v6.3.2)
- fix: match default asserts case insensitive
([#19852](https://redirect.github.com/vitejs/vite/issues/19852))
([cbdab1d](https://redirect.github.com/vitejs/vite/commit/cbdab1d6a30e07263ec51b2ca042369e736adec6)),
closes
[#19852](https://redirect.github.com/vitejs/vite/issues/19852)
- fix: open first url if host does not match any urls
([#19886](https://redirect.github.com/vitejs/vite/issues/19886))
([6abbdce](https://redirect.github.com/vitejs/vite/commit/6abbdce3d77990409e12380e72c7ec9dd3f8bec5)),
closes
[#19886](https://redirect.github.com/vitejs/vite/issues/19886)
- fix(css): respect `css.lightningcss` option in css minification
process
([#19879](https://redirect.github.com/vitejs/vite/issues/19879))
([b5055e0](https://redirect.github.com/vitejs/vite/commit/b5055e0dd4c0e084115c3dbfead5736a54807e0c)),
closes
[#19879](https://redirect.github.com/vitejs/vite/issues/19879)
- fix(deps): update all non-major dependencies
([#19698](https://redirect.github.com/vitejs/vite/issues/19698))
([bab4cb9](https://redirect.github.com/vitejs/vite/commit/bab4cb92248adf6b9b18df12b2bf03889b0bd1eb)),
closes
[#19698](https://redirect.github.com/vitejs/vite/issues/19698)
- feat(css): improve lightningcss messages
([#19880](https://redirect.github.com/vitejs/vite/issues/19880))
([c713f79](https://redirect.github.com/vitejs/vite/commit/c713f79b5a4bd98542d8dbe4c85ba4cce9b1f358)),
closes
[#19880](https://redirect.github.com/vitejs/vite/issues/19880)
###
[`v6.3.1`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small631-2025-04-17-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.0...v6.3.1)
- fix: avoid using `Promise.allSettled` in preload function
([#19805](https://redirect.github.com/vitejs/vite/issues/19805))
([35c7f35](https://redirect.github.com/vitejs/vite/commit/35c7f35e2b67f2158ededf2af58ecec53b3f16c5)),
closes
[#19805](https://redirect.github.com/vitejs/vite/issues/19805)
- fix: backward compat for internal plugin `transform` calls
([#19878](https://redirect.github.com/vitejs/vite/issues/19878))
([a152b7c](https://redirect.github.com/vitejs/vite/commit/a152b7cbac72e05668f8fc23074d531ecebb77a5)),
closes
[#19878](https://redirect.github.com/vitejs/vite/issues/19878)
###
[`v6.3.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#630-2025-04-16)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.2.7...v6.3.0)
- fix(hmr): avoid infinite loop happening with `hot.invalidate` in
circular deps
([#19870](https://redirect.github.com/vitejs/vite/issues/19870))
([d4ee5e8](https://redirect.github.com/vitejs/vite/commit/d4ee5e8655a85f4d6bebc695b063d69406ab53ac)),
closes
[#19870](https://redirect.github.com/vitejs/vite/issues/19870)
- fix(preview): use host url to open browser
([#19836](https://redirect.github.com/vitejs/vite/issues/19836))
([5003434](https://redirect.github.com/vitejs/vite/commit/50034340401b4043bb0b158f18ffb7ae1b7f5c86)),
closes
[#19836](https://redirect.github.com/vitejs/vite/issues/19836)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/formatjs/formatjs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pnpm-lock.yaml | 420 ++++++++++++++++++++++++++-----------------------
1 file changed, 222 insertions(+), 198 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 280dc5f17b..c47ee34d51 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -321,7 +321,7 @@ importers:
version: 1.0.4
vite:
specifier: ^6
- version: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
+ version: 6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
vitest:
specifier: ^3
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.2)(yaml@2.8.0)
@@ -2319,152 +2319,152 @@ packages:
'@emnapi/wasi-threads@1.0.1':
resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==}
- '@esbuild/aix-ppc64@0.25.3':
- resolution: {integrity: sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==}
+ '@esbuild/aix-ppc64@0.25.4':
+ resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
- '@esbuild/android-arm64@0.25.3':
- resolution: {integrity: sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==}
+ '@esbuild/android-arm64@0.25.4':
+ resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
- '@esbuild/android-arm@0.25.3':
- resolution: {integrity: sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==}
+ '@esbuild/android-arm@0.25.4':
+ resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
- '@esbuild/android-x64@0.25.3':
- resolution: {integrity: sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==}
+ '@esbuild/android-x64@0.25.4':
+ resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
- '@esbuild/darwin-arm64@0.25.3':
- resolution: {integrity: sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==}
+ '@esbuild/darwin-arm64@0.25.4':
+ resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-x64@0.25.3':
- resolution: {integrity: sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==}
+ '@esbuild/darwin-x64@0.25.4':
+ resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
- '@esbuild/freebsd-arm64@0.25.3':
- resolution: {integrity: sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==}
+ '@esbuild/freebsd-arm64@0.25.4':
+ resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.25.3':
- resolution: {integrity: sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==}
+ '@esbuild/freebsd-x64@0.25.4':
+ resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
- '@esbuild/linux-arm64@0.25.3':
- resolution: {integrity: sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==}
+ '@esbuild/linux-arm64@0.25.4':
+ resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm@0.25.3':
- resolution: {integrity: sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==}
+ '@esbuild/linux-arm@0.25.4':
+ resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
- '@esbuild/linux-ia32@0.25.3':
- resolution: {integrity: sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==}
+ '@esbuild/linux-ia32@0.25.4':
+ resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
- '@esbuild/linux-loong64@0.25.3':
- resolution: {integrity: sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==}
+ '@esbuild/linux-loong64@0.25.4':
+ resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
- '@esbuild/linux-mips64el@0.25.3':
- resolution: {integrity: sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==}
+ '@esbuild/linux-mips64el@0.25.4':
+ resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-ppc64@0.25.3':
- resolution: {integrity: sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==}
+ '@esbuild/linux-ppc64@0.25.4':
+ resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-riscv64@0.25.3':
- resolution: {integrity: sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==}
+ '@esbuild/linux-riscv64@0.25.4':
+ resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-s390x@0.25.3':
- resolution: {integrity: sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==}
+ '@esbuild/linux-s390x@0.25.4':
+ resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
- '@esbuild/linux-x64@0.25.3':
- resolution: {integrity: sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==}
+ '@esbuild/linux-x64@0.25.4':
+ resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
- '@esbuild/netbsd-arm64@0.25.3':
- resolution: {integrity: sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==}
+ '@esbuild/netbsd-arm64@0.25.4':
+ resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.25.3':
- resolution: {integrity: sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==}
+ '@esbuild/netbsd-x64@0.25.4':
+ resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
- '@esbuild/openbsd-arm64@0.25.3':
- resolution: {integrity: sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==}
+ '@esbuild/openbsd-arm64@0.25.4':
+ resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.25.3':
- resolution: {integrity: sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==}
+ '@esbuild/openbsd-x64@0.25.4':
+ resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
- '@esbuild/sunos-x64@0.25.3':
- resolution: {integrity: sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==}
+ '@esbuild/sunos-x64@0.25.4':
+ resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
- '@esbuild/win32-arm64@0.25.3':
- resolution: {integrity: sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==}
+ '@esbuild/win32-arm64@0.25.4':
+ resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
- '@esbuild/win32-ia32@0.25.3':
- resolution: {integrity: sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==}
+ '@esbuild/win32-ia32@0.25.4':
+ resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
- '@esbuild/win32-x64@0.25.3':
- resolution: {integrity: sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==}
+ '@esbuild/win32-x64@0.25.4':
+ resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
@@ -2785,103 +2785,103 @@ packages:
engines: {node: '>=18'}
hasBin: true
- '@rollup/rollup-android-arm-eabi@4.40.1':
- resolution: {integrity: sha512-kxz0YeeCrRUHz3zyqvd7n+TVRlNyTifBsmnmNPtk3hQURUyG9eAB+usz6DAwagMusjx/zb3AjvDUvhFGDAexGw==}
+ '@rollup/rollup-android-arm-eabi@4.41.1':
+ resolution: {integrity: sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.40.1':
- resolution: {integrity: sha512-PPkxTOisoNC6TpnDKatjKkjRMsdaWIhyuMkA4UsBXT9WEZY4uHezBTjs6Vl4PbqQQeu6oION1w2voYZv9yquCw==}
+ '@rollup/rollup-android-arm64@4.41.1':
+ resolution: {integrity: sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.40.1':
- resolution: {integrity: sha512-VWXGISWFY18v/0JyNUy4A46KCFCb9NVsH+1100XP31lud+TzlezBbz24CYzbnA4x6w4hx+NYCXDfnvDVO6lcAA==}
+ '@rollup/rollup-darwin-arm64@4.41.1':
+ resolution: {integrity: sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.40.1':
- resolution: {integrity: sha512-nIwkXafAI1/QCS7pxSpv/ZtFW6TXcNUEHAIA9EIyw5OzxJZQ1YDrX+CL6JAIQgZ33CInl1R6mHet9Y/UZTg2Bw==}
+ '@rollup/rollup-darwin-x64@4.41.1':
+ resolution: {integrity: sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.40.1':
- resolution: {integrity: sha512-BdrLJ2mHTrIYdaS2I99mriyJfGGenSaP+UwGi1kB9BLOCu9SR8ZpbkmmalKIALnRw24kM7qCN0IOm6L0S44iWw==}
+ '@rollup/rollup-freebsd-arm64@4.41.1':
+ resolution: {integrity: sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.40.1':
- resolution: {integrity: sha512-VXeo/puqvCG8JBPNZXZf5Dqq7BzElNJzHRRw3vjBE27WujdzuOPecDPc/+1DcdcTptNBep3861jNq0mYkT8Z6Q==}
+ '@rollup/rollup-freebsd-x64@4.41.1':
+ resolution: {integrity: sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.40.1':
- resolution: {integrity: sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.41.1':
+ resolution: {integrity: sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.40.1':
- resolution: {integrity: sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==}
+ '@rollup/rollup-linux-arm-musleabihf@4.41.1':
+ resolution: {integrity: sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.40.1':
- resolution: {integrity: sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==}
+ '@rollup/rollup-linux-arm64-gnu@4.41.1':
+ resolution: {integrity: sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.40.1':
- resolution: {integrity: sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==}
+ '@rollup/rollup-linux-arm64-musl@4.41.1':
+ resolution: {integrity: sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loongarch64-gnu@4.40.1':
- resolution: {integrity: sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==}
+ '@rollup/rollup-linux-loongarch64-gnu@4.41.1':
+ resolution: {integrity: sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.40.1':
- resolution: {integrity: sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.41.1':
+ resolution: {integrity: sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.40.1':
- resolution: {integrity: sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==}
+ '@rollup/rollup-linux-riscv64-gnu@4.41.1':
+ resolution: {integrity: sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-riscv64-musl@4.40.1':
- resolution: {integrity: sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==}
+ '@rollup/rollup-linux-riscv64-musl@4.41.1':
+ resolution: {integrity: sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.40.1':
- resolution: {integrity: sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==}
+ '@rollup/rollup-linux-s390x-gnu@4.41.1':
+ resolution: {integrity: sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.40.1':
- resolution: {integrity: sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==}
+ '@rollup/rollup-linux-x64-gnu@4.41.1':
+ resolution: {integrity: sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.40.1':
- resolution: {integrity: sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==}
+ '@rollup/rollup-linux-x64-musl@4.41.1':
+ resolution: {integrity: sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.40.1':
- resolution: {integrity: sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==}
+ '@rollup/rollup-win32-arm64-msvc@4.41.1':
+ resolution: {integrity: sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.40.1':
- resolution: {integrity: sha512-DfcogW8N7Zg7llVEfpqWMZcaErKfsj9VvmfSyRjCyo4BI3wPEfrzTtJkZG6gKP/Z92wFm6rz2aDO7/JfiR/whA==}
+ '@rollup/rollup-win32-ia32-msvc@4.41.1':
+ resolution: {integrity: sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.40.1':
- resolution: {integrity: sha512-ECyOuDeH3C1I8jH2MK1RtBJW+YPMvSfT0a5NN0nHfQYnDSJ6tUiZH3gzwVP5/Kfh/+Tt7tpWVF9LXNTnhTJ3kA==}
+ '@rollup/rollup-win32-x64-msvc@4.41.1':
+ resolution: {integrity: sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==}
cpu: [x64]
os: [win32]
@@ -5285,8 +5285,8 @@ packages:
esast-util-from-js@2.0.1:
resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==}
- esbuild@0.25.3:
- resolution: {integrity: sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==}
+ esbuild@0.25.4:
+ resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==}
engines: {node: '>=18'}
hasBin: true
@@ -5538,6 +5538,14 @@ packages:
fd-slicer@1.1.0:
resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
+ fdir@6.4.4:
+ resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
+ peerDependencies:
+ picomatch: ^3 || ^4
+ peerDependenciesMeta:
+ picomatch:
+ optional: true
+
feed@4.2.2:
resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==}
engines: {node: '>=0.4.0'}
@@ -8808,8 +8816,8 @@ packages:
resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==}
engines: {node: '>=8.0'}
- rollup@4.40.1:
- resolution: {integrity: sha512-C5VvvgCCyfyotVITIAv+4efVytl5F7wt+/I2i9q9GZcEXW9BP52YYOXC58igUi+LFZVHukErIIqQSWwv/M3WRw==}
+ rollup@4.41.1:
+ resolution: {integrity: sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -9465,6 +9473,10 @@ packages:
tinyexec@1.0.1:
resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==}
+ tinyglobby@0.2.13:
+ resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
+ engines: {node: '>=12.0.0'}
+
tinypool@1.0.2:
resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -9880,8 +9892,8 @@ packages:
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
- vite@6.2.7:
- resolution: {integrity: sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==}
+ vite@6.3.5:
+ resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
@@ -12484,79 +12496,79 @@ snapshots:
tslib: 2.8.1
optional: true
- '@esbuild/aix-ppc64@0.25.3':
+ '@esbuild/aix-ppc64@0.25.4':
optional: true
- '@esbuild/android-arm64@0.25.3':
+ '@esbuild/android-arm64@0.25.4':
optional: true
- '@esbuild/android-arm@0.25.3':
+ '@esbuild/android-arm@0.25.4':
optional: true
- '@esbuild/android-x64@0.25.3':
+ '@esbuild/android-x64@0.25.4':
optional: true
- '@esbuild/darwin-arm64@0.25.3':
+ '@esbuild/darwin-arm64@0.25.4':
optional: true
- '@esbuild/darwin-x64@0.25.3':
+ '@esbuild/darwin-x64@0.25.4':
optional: true
- '@esbuild/freebsd-arm64@0.25.3':
+ '@esbuild/freebsd-arm64@0.25.4':
optional: true
- '@esbuild/freebsd-x64@0.25.3':
+ '@esbuild/freebsd-x64@0.25.4':
optional: true
- '@esbuild/linux-arm64@0.25.3':
+ '@esbuild/linux-arm64@0.25.4':
optional: true
- '@esbuild/linux-arm@0.25.3':
+ '@esbuild/linux-arm@0.25.4':
optional: true
- '@esbuild/linux-ia32@0.25.3':
+ '@esbuild/linux-ia32@0.25.4':
optional: true
- '@esbuild/linux-loong64@0.25.3':
+ '@esbuild/linux-loong64@0.25.4':
optional: true
- '@esbuild/linux-mips64el@0.25.3':
+ '@esbuild/linux-mips64el@0.25.4':
optional: true
- '@esbuild/linux-ppc64@0.25.3':
+ '@esbuild/linux-ppc64@0.25.4':
optional: true
- '@esbuild/linux-riscv64@0.25.3':
+ '@esbuild/linux-riscv64@0.25.4':
optional: true
- '@esbuild/linux-s390x@0.25.3':
+ '@esbuild/linux-s390x@0.25.4':
optional: true
- '@esbuild/linux-x64@0.25.3':
+ '@esbuild/linux-x64@0.25.4':
optional: true
- '@esbuild/netbsd-arm64@0.25.3':
+ '@esbuild/netbsd-arm64@0.25.4':
optional: true
- '@esbuild/netbsd-x64@0.25.3':
+ '@esbuild/netbsd-x64@0.25.4':
optional: true
- '@esbuild/openbsd-arm64@0.25.3':
+ '@esbuild/openbsd-arm64@0.25.4':
optional: true
- '@esbuild/openbsd-x64@0.25.3':
+ '@esbuild/openbsd-x64@0.25.4':
optional: true
- '@esbuild/sunos-x64@0.25.3':
+ '@esbuild/sunos-x64@0.25.4':
optional: true
- '@esbuild/win32-arm64@0.25.3':
+ '@esbuild/win32-arm64@0.25.4':
optional: true
- '@esbuild/win32-ia32@0.25.3':
+ '@esbuild/win32-ia32@0.25.4':
optional: true
- '@esbuild/win32-x64@0.25.3':
+ '@esbuild/win32-x64@0.25.4':
optional: true
'@eslint-community/eslint-utils@4.4.1(eslint@9.23.0(jiti@2.4.2))':
@@ -13018,64 +13030,64 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@rollup/rollup-android-arm-eabi@4.40.1':
+ '@rollup/rollup-android-arm-eabi@4.41.1':
optional: true
- '@rollup/rollup-android-arm64@4.40.1':
+ '@rollup/rollup-android-arm64@4.41.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.40.1':
+ '@rollup/rollup-darwin-arm64@4.41.1':
optional: true
- '@rollup/rollup-darwin-x64@4.40.1':
+ '@rollup/rollup-darwin-x64@4.41.1':
optional: true
- '@rollup/rollup-freebsd-arm64@4.40.1':
+ '@rollup/rollup-freebsd-arm64@4.41.1':
optional: true
- '@rollup/rollup-freebsd-x64@4.40.1':
+ '@rollup/rollup-freebsd-x64@4.41.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.40.1':
+ '@rollup/rollup-linux-arm-gnueabihf@4.41.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.40.1':
+ '@rollup/rollup-linux-arm-musleabihf@4.41.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.40.1':
+ '@rollup/rollup-linux-arm64-gnu@4.41.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.40.1':
+ '@rollup/rollup-linux-arm64-musl@4.41.1':
optional: true
- '@rollup/rollup-linux-loongarch64-gnu@4.40.1':
+ '@rollup/rollup-linux-loongarch64-gnu@4.41.1':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.40.1':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.41.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.40.1':
+ '@rollup/rollup-linux-riscv64-gnu@4.41.1':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.40.1':
+ '@rollup/rollup-linux-riscv64-musl@4.41.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.40.1':
+ '@rollup/rollup-linux-s390x-gnu@4.41.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.40.1':
+ '@rollup/rollup-linux-x64-gnu@4.41.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.40.1':
+ '@rollup/rollup-linux-x64-musl@4.41.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.40.1':
+ '@rollup/rollup-win32-arm64-msvc@4.41.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.40.1':
+ '@rollup/rollup-win32-ia32-msvc@4.41.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.40.1':
+ '@rollup/rollup-win32-x64-msvc@4.41.1':
optional: true
'@sideway/address@4.1.5':
@@ -13618,7 +13630,7 @@ snapshots:
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 19.1.5
+ '@types/react': 19.0.12
'@types/react-router': 5.1.20
'@types/react-router@5.1.20':
@@ -13777,13 +13789,13 @@ snapshots:
chai: 5.2.0
tinyrainbow: 2.0.0
- '@vitest/mocker@3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0))':
+ '@vitest/mocker@3.1.1(vite@6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0))':
dependencies:
'@vitest/spy': 3.1.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
+ vite: 6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
'@vitest/pretty-format@3.1.1':
dependencies:
@@ -15858,33 +15870,33 @@ snapshots:
esast-util-from-estree: 2.0.0
vfile-message: 4.0.2
- esbuild@0.25.3:
+ esbuild@0.25.4:
optionalDependencies:
- '@esbuild/aix-ppc64': 0.25.3
- '@esbuild/android-arm': 0.25.3
- '@esbuild/android-arm64': 0.25.3
- '@esbuild/android-x64': 0.25.3
- '@esbuild/darwin-arm64': 0.25.3
- '@esbuild/darwin-x64': 0.25.3
- '@esbuild/freebsd-arm64': 0.25.3
- '@esbuild/freebsd-x64': 0.25.3
- '@esbuild/linux-arm': 0.25.3
- '@esbuild/linux-arm64': 0.25.3
- '@esbuild/linux-ia32': 0.25.3
- '@esbuild/linux-loong64': 0.25.3
- '@esbuild/linux-mips64el': 0.25.3
- '@esbuild/linux-ppc64': 0.25.3
- '@esbuild/linux-riscv64': 0.25.3
- '@esbuild/linux-s390x': 0.25.3
- '@esbuild/linux-x64': 0.25.3
- '@esbuild/netbsd-arm64': 0.25.3
- '@esbuild/netbsd-x64': 0.25.3
- '@esbuild/openbsd-arm64': 0.25.3
- '@esbuild/openbsd-x64': 0.25.3
- '@esbuild/sunos-x64': 0.25.3
- '@esbuild/win32-arm64': 0.25.3
- '@esbuild/win32-ia32': 0.25.3
- '@esbuild/win32-x64': 0.25.3
+ '@esbuild/aix-ppc64': 0.25.4
+ '@esbuild/android-arm': 0.25.4
+ '@esbuild/android-arm64': 0.25.4
+ '@esbuild/android-x64': 0.25.4
+ '@esbuild/darwin-arm64': 0.25.4
+ '@esbuild/darwin-x64': 0.25.4
+ '@esbuild/freebsd-arm64': 0.25.4
+ '@esbuild/freebsd-x64': 0.25.4
+ '@esbuild/linux-arm': 0.25.4
+ '@esbuild/linux-arm64': 0.25.4
+ '@esbuild/linux-ia32': 0.25.4
+ '@esbuild/linux-loong64': 0.25.4
+ '@esbuild/linux-mips64el': 0.25.4
+ '@esbuild/linux-ppc64': 0.25.4
+ '@esbuild/linux-riscv64': 0.25.4
+ '@esbuild/linux-s390x': 0.25.4
+ '@esbuild/linux-x64': 0.25.4
+ '@esbuild/netbsd-arm64': 0.25.4
+ '@esbuild/netbsd-x64': 0.25.4
+ '@esbuild/openbsd-arm64': 0.25.4
+ '@esbuild/openbsd-x64': 0.25.4
+ '@esbuild/sunos-x64': 0.25.4
+ '@esbuild/win32-arm64': 0.25.4
+ '@esbuild/win32-ia32': 0.25.4
+ '@esbuild/win32-x64': 0.25.4
escalade@3.2.0: {}
@@ -16236,6 +16248,10 @@ snapshots:
dependencies:
pend: 1.2.0
+ fdir@6.4.4(picomatch@4.0.2):
+ optionalDependencies:
+ picomatch: 4.0.2
+
feed@4.2.2:
dependencies:
xml-js: 1.6.11
@@ -20310,30 +20326,30 @@ snapshots:
semver-compare: 1.0.0
sprintf-js: 1.1.3
- rollup@4.40.1:
+ rollup@4.41.1:
dependencies:
'@types/estree': 1.0.7
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.40.1
- '@rollup/rollup-android-arm64': 4.40.1
- '@rollup/rollup-darwin-arm64': 4.40.1
- '@rollup/rollup-darwin-x64': 4.40.1
- '@rollup/rollup-freebsd-arm64': 4.40.1
- '@rollup/rollup-freebsd-x64': 4.40.1
- '@rollup/rollup-linux-arm-gnueabihf': 4.40.1
- '@rollup/rollup-linux-arm-musleabihf': 4.40.1
- '@rollup/rollup-linux-arm64-gnu': 4.40.1
- '@rollup/rollup-linux-arm64-musl': 4.40.1
- '@rollup/rollup-linux-loongarch64-gnu': 4.40.1
- '@rollup/rollup-linux-powerpc64le-gnu': 4.40.1
- '@rollup/rollup-linux-riscv64-gnu': 4.40.1
- '@rollup/rollup-linux-riscv64-musl': 4.40.1
- '@rollup/rollup-linux-s390x-gnu': 4.40.1
- '@rollup/rollup-linux-x64-gnu': 4.40.1
- '@rollup/rollup-linux-x64-musl': 4.40.1
- '@rollup/rollup-win32-arm64-msvc': 4.40.1
- '@rollup/rollup-win32-ia32-msvc': 4.40.1
- '@rollup/rollup-win32-x64-msvc': 4.40.1
+ '@rollup/rollup-android-arm-eabi': 4.41.1
+ '@rollup/rollup-android-arm64': 4.41.1
+ '@rollup/rollup-darwin-arm64': 4.41.1
+ '@rollup/rollup-darwin-x64': 4.41.1
+ '@rollup/rollup-freebsd-arm64': 4.41.1
+ '@rollup/rollup-freebsd-x64': 4.41.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.41.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.41.1
+ '@rollup/rollup-linux-arm64-gnu': 4.41.1
+ '@rollup/rollup-linux-arm64-musl': 4.41.1
+ '@rollup/rollup-linux-loongarch64-gnu': 4.41.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.41.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.41.1
+ '@rollup/rollup-linux-riscv64-musl': 4.41.1
+ '@rollup/rollup-linux-s390x-gnu': 4.41.1
+ '@rollup/rollup-linux-x64-gnu': 4.41.1
+ '@rollup/rollup-linux-x64-musl': 4.41.1
+ '@rollup/rollup-win32-arm64-msvc': 4.41.1
+ '@rollup/rollup-win32-ia32-msvc': 4.41.1
+ '@rollup/rollup-win32-x64-msvc': 4.41.1
fsevents: 2.3.3
rtlcss@4.3.0:
@@ -21118,6 +21134,11 @@ snapshots:
tinyexec@1.0.1: {}
+ tinyglobby@0.2.13:
+ dependencies:
+ fdir: 6.4.4(picomatch@4.0.2)
+ picomatch: 4.0.2
+
tinypool@1.0.2: {}
tinyrainbow@2.0.0: {}
@@ -21518,7 +21539,7 @@ snapshots:
debug: 4.4.0
es-module-lexer: 1.6.0
pathe: 2.0.3
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
+ vite: 6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -21533,11 +21554,14 @@ snapshots:
- tsx
- yaml
- vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0):
+ vite@6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0):
dependencies:
- esbuild: 0.25.3
+ esbuild: 0.25.4
+ fdir: 6.4.4(picomatch@4.0.2)
+ picomatch: 4.0.2
postcss: 8.5.3
- rollup: 4.40.1
+ rollup: 4.41.1
+ tinyglobby: 0.2.13
optionalDependencies:
'@types/node': 22.13.10
fsevents: 2.3.3
@@ -21548,7 +21572,7 @@ snapshots:
vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.10)(happy-dom@17.4.7)(jiti@2.4.2)(jsdom@20.0.3)(terser@5.39.2)(yaml@2.8.0):
dependencies:
'@vitest/expect': 3.1.1
- '@vitest/mocker': 3.1.1(vite@6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0))
+ '@vitest/mocker': 3.1.1(vite@6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0))
'@vitest/pretty-format': 3.1.1
'@vitest/runner': 3.1.1
'@vitest/snapshot': 3.1.1
@@ -21564,7 +21588,7 @@ snapshots:
tinyexec: 0.3.2
tinypool: 1.0.2
tinyrainbow: 2.0.0
- vite: 6.2.7(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
+ vite: 6.3.5(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
vite-node: 3.1.1(@types/node@22.13.10)(jiti@2.4.2)(terser@5.39.2)(yaml@2.8.0)
why-is-node-running: 2.3.0
optionalDependencies:
From 3fc34d70ffcca83893ec07152286d4b42086bc1c Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Sun, 15 Jun 2025 10:14:32 -0400
Subject: [PATCH 36/38] chore: rm rust toolchain
---
MODULE.bazel | 34 ---------
MODULE.bazel.lock | 176 +++++++---------------------------------------
package.json | 2 +-
3 files changed, 27 insertions(+), 185 deletions(-)
diff --git a/MODULE.bazel b/MODULE.bazel
index b03a5d30cf..160a08d913 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -3,40 +3,6 @@ module(
version = "1.0",
)
-######### Misc deps #########
-
-# Compatibility with WSL
-single_version_override(
- module_name = "toolchain_utils",
- patch_strip = 1,
- patches = ["//:patches/toolchain_utils@1.2.0.patch"],
- version = "1.2.0",
-)
-
-######## Hermetic CC toolchain #########
-
-bazel_dep(name = "hermetic_cc_toolchain", version = "3.2.0")
-
-cc_toolchains = use_extension("@hermetic_cc_toolchain//toolchain:ext.bzl", "toolchains")
-use_repo(cc_toolchains, "zig_sdk")
-
-register_toolchains(
- # execution HOST platform
- "@zig_sdk//toolchain:aarch64-linux-musl",
- "@zig_sdk//libc_aware/toolchain:linux_arm64_gnu.2.31",
-
- # toolchains for libc-aware platforms, will be used for amd64 / arm64
- "@zig_sdk//libc_aware/toolchain:linux_amd64_gnu.2.28",
- "@zig_sdk//libc_aware/toolchain:linux_arm64_gnu.2.28",
-
- # toolchains for darwin, will be used for amd64 / arm64
- "@zig_sdk//toolchain:darwin_amd64",
- "@zig_sdk//toolchain:darwin_arm64",
-
- # wasm/wasi toolchains
- "@zig_sdk//toolchain:wasip1_wasm",
-)
-
######### JS & Node.js rules #########
bazel_dep(name = "aspect_rules_js", version = "2.3.7")
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index 585855dbe1..b40b0aee6a 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -16,23 +16,24 @@
"https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel": "6307fec451ba9962c1c969eb516ebfe1e46528f7fa92e1c9ac8646bef4cdaa3f",
"https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel": "2e0d8ab25c57a14f56ace1c8e881b69050417ff91b2fb7718dc00d201f3c3478",
"https://bcr.bazel.build/modules/aspect_bazel_lib/2.14.0/MODULE.bazel": "2b31ffcc9bdc8295b2167e07a757dbbc9ac8906e7028e5170a3708cecaac119f",
- "https://bcr.bazel.build/modules/aspect_bazel_lib/2.14.0/source.json": "0cf1826853b0bef8b5cd19c0610d717500f5521aa2b38b72b2ec302ac5e7526c",
+ "https://bcr.bazel.build/modules/aspect_bazel_lib/2.16.0/MODULE.bazel": "852f9ebbda017572a7c113a2434592dd3b2f55cd9a0faea3d4be5a09a59e4900",
+ "https://bcr.bazel.build/modules/aspect_bazel_lib/2.16.0/source.json": "87ffed720a2ba7cfe209d9ccc1be59e21ec3d434124ec126ab90e5913e9cb13b",
"https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "491f8681205e31bb57892d67442ce448cda4f472a8e6b3dc062865e29a64f89c",
"https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.3/MODULE.bazel": "66baf724dbae7aff4787bf2245cc188d50cb08e07789769730151c0943587c14",
- "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.21.0/MODULE.bazel": "77dc393c43ad79398b05865444c5200c6f1aae6765615544f2c7730b5858d533",
- "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.21.0/source.json": "062b1d3dba8adcfeb28fe60c185647f5a53ec0487ffe93cf0ae91566596e4b49",
- "https://bcr.bazel.build/modules/aspect_rules_jest/0.22.0/MODULE.bazel": "60a8ad6fe18540d2a726d34f31cf3775f00958d8cc499c588792ac26f8a6983c",
- "https://bcr.bazel.build/modules/aspect_rules_jest/0.22.0/source.json": "16dacd163b2f35c9da4e39cd16ec0b271af2539799aa4cd6dbe81b25827e4b9f",
+ "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.22.1/MODULE.bazel": "499ce65b6126f344f9a630040b9db91b36b20c6d1436026120067d922c2d69bd",
+ "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.22.1/source.json": "84138a41a9e71655cb97d39fcb80f6e2ba7e754d5601fb14f5a7d14080dff409",
+ "https://bcr.bazel.build/modules/aspect_rules_jest/0.23.2/MODULE.bazel": "3770e4c75a41f119abb23af6971f3c9d81d20fe452f4ead69e91f429743da4f7",
+ "https://bcr.bazel.build/modules/aspect_rules_jest/0.23.2/source.json": "c546cf9420051c141626878ef3932997e5847570399f62802ec7f32d403b58b0",
"https://bcr.bazel.build/modules/aspect_rules_js/1.33.1/MODULE.bazel": "db3e7f16e471cf6827059d03af7c21859e7a0d2bc65429a3a11f005d46fc501b",
"https://bcr.bazel.build/modules/aspect_rules_js/1.40.0/MODULE.bazel": "01a1014e95e6816b68ecee2584ae929c7d6a1b72e4333ab1ff2d2c6c30babdf1",
"https://bcr.bazel.build/modules/aspect_rules_js/2.0.0/MODULE.bazel": "b45b507574aa60a92796e3e13c195cd5744b3b8aff516a9c0cb5ae6a048161c5",
"https://bcr.bazel.build/modules/aspect_rules_js/2.3.7/MODULE.bazel": "21935b86f6e32f7f0a57ab1064c6c04da19eb9dd8481ca6947649ec1f34f1127",
"https://bcr.bazel.build/modules/aspect_rules_js/2.3.7/source.json": "8f35038a3e73a10f59ef7e357fcb9fc34506a85dec5687792ee9bf3023298682",
"https://bcr.bazel.build/modules/aspect_rules_lint/0.12.0/MODULE.bazel": "e767c5dbfeb254ec03275a7701b5cfde2c4d2873676804bc7cb27ddff3728fed",
- "https://bcr.bazel.build/modules/aspect_rules_lint/1.3.1/MODULE.bazel": "06ce330900a7d6403bc8d88e5dfad6aeeb8ae40179f66bb89e69c8bf6f6b1a0b",
- "https://bcr.bazel.build/modules/aspect_rules_lint/1.3.1/source.json": "8c690d466b77a17dbbcca480e757a1da15e3cff975c955e0782c71f41c307a31",
- "https://bcr.bazel.build/modules/aspect_rules_ts/3.5.2/MODULE.bazel": "c9f025dabb9a8ed57daf27f11dd994278929be3b1d2773f25e0290f50b8cb20c",
- "https://bcr.bazel.build/modules/aspect_rules_ts/3.5.2/source.json": "f1d54ab81008ece46da91d5927ba2d42c7c81056972c7a852d8893fdfe55b614",
+ "https://bcr.bazel.build/modules/aspect_rules_lint/1.4.2/MODULE.bazel": "78d025facf6fa675fd6f0b62fd6a9a2bec7ef5ae1e288e5b53f4383b98017105",
+ "https://bcr.bazel.build/modules/aspect_rules_lint/1.4.2/source.json": "301b2ee2adbc5e167f21a9f8e37a906957508faef87541b246b1304f332d6dac",
+ "https://bcr.bazel.build/modules/aspect_rules_ts/3.6.0/MODULE.bazel": "d0045b5eabb012be550a609589b3e5e47eba682344b19cfd9365d4d896ed07df",
+ "https://bcr.bazel.build/modules/aspect_rules_ts/3.6.0/source.json": "5593e3f1cd0dd5147f7748e163307fd5c2e1077913d6945b58739ad8d770a290",
"https://bcr.bazel.build/modules/bazel_features/0.1.0/MODULE.bazel": "47011d645b0f949f42ee67f2e8775188a9cf4a0a1528aa2fa4952f2fd00906fd",
"https://bcr.bazel.build/modules/bazel_features/1.0.0/MODULE.bazel": "d7f022dc887efb96e1ee51cec7b2e48d41e36ff59a6e4f216c40e4029e1585bf",
"https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd",
@@ -42,7 +43,6 @@
"https://bcr.bazel.build/modules/bazel_features/1.17.0/MODULE.bazel": "039de32d21b816b47bd42c778e0454217e9c9caac4a3cf8e15c7231ee3ddee4d",
"https://bcr.bazel.build/modules/bazel_features/1.18.0/MODULE.bazel": "1be0ae2557ab3a72a57aeb31b29be347bcdc5d2b1eb1e70f39e3851a7e97041a",
"https://bcr.bazel.build/modules/bazel_features/1.19.0/MODULE.bazel": "59adcdf28230d220f0067b1f435b8537dd033bfff8db21335ef9217919c7fb58",
- "https://bcr.bazel.build/modules/bazel_features/1.2.0/MODULE.bazel": "122b2b606622afbaa498913d54f52d9bcd2d19a5edd1bd6d6c5aa17441c4d5f9",
"https://bcr.bazel.build/modules/bazel_features/1.21.0/MODULE.bazel": "675642261665d8eea09989aa3b8afb5c37627f1be178382c320d1b46afba5e3b",
"https://bcr.bazel.build/modules/bazel_features/1.21.0/source.json": "3e8379efaaef53ce35b7b8ba419df829315a880cb0a030e5bb45c96d6d5ecb5f",
"https://bcr.bazel.build/modules/bazel_features/1.4.1/MODULE.bazel": "e45b6bb2350aff3e442ae1111c555e27eac1d915e77775f6fdc4b351b758b5d7",
@@ -74,8 +74,6 @@
"https://bcr.bazel.build/modules/googletest/1.14.0.bcr.1/MODULE.bazel": "22c31a561553727960057361aa33bf20fb2e98584bc4fec007906e27053f80c6",
"https://bcr.bazel.build/modules/googletest/1.14.0.bcr.1/source.json": "41e9e129f80d8c8bf103a7acc337b76e54fad1214ac0a7084bf24f4cd924b8b4",
"https://bcr.bazel.build/modules/googletest/1.14.0/MODULE.bazel": "cfbcbf3e6eac06ef9d85900f64424708cc08687d1b527f0ef65aa7517af8118f",
- "https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/MODULE.bazel": "ea4b3a25a9417a7db57a8a2f9ebdee91d679823c6274b482b817ed128d81c594",
- "https://bcr.bazel.build/modules/hermetic_cc_toolchain/3.1.0/source.json": "9d1df0459caefdf41052d360469922a73e219f67c8ce4da0628cc604469822b9",
"https://bcr.bazel.build/modules/jsoncpp/1.9.5/MODULE.bazel": "31271aedc59e815656f5736f282bb7509a97c7ecb43e927ac1a37966e0578075",
"https://bcr.bazel.build/modules/jsoncpp/1.9.5/source.json": "4108ee5085dd2885a341c7fab149429db457b3169b86eb081fa245eadf69169d",
"https://bcr.bazel.build/modules/libpfm/4.11.0/MODULE.bazel": "45061ff025b301940f1e30d2c16bea596c25b176c8b6b3087e92615adbd52902",
@@ -156,23 +154,22 @@
"https://bcr.bazel.build/modules/rules_license/0.0.7/MODULE.bazel": "088fbeb0b6a419005b89cf93fe62d9517c0a2b8bb56af3244af65ecfe37e7d5d",
"https://bcr.bazel.build/modules/rules_license/1.0.0/MODULE.bazel": "a7fda60eefdf3d8c827262ba499957e4df06f659330bbe6cdbdb975b768bb65c",
"https://bcr.bazel.build/modules/rules_license/1.0.0/source.json": "a52c89e54cc311196e478f8382df91c15f7a2bfdf4c6cd0e2675cc2ff0b56efb",
- "https://bcr.bazel.build/modules/rules_multirun/0.11.0/MODULE.bazel": "19b6307a5ef8a890255cecd704027af0a1afd0f04b992666e0c3ea55ba3398e0",
- "https://bcr.bazel.build/modules/rules_multirun/0.11.0/source.json": "04504712281584d8d70989ef5072d741701ccd51529d3fe77c0ebef12efdbb58",
+ "https://bcr.bazel.build/modules/rules_multirun/0.12.0/MODULE.bazel": "8c2a45d1ed9ad938a4f8088e78781017974f6a90e6fc4172f6e3f275812a0b48",
+ "https://bcr.bazel.build/modules/rules_multirun/0.12.0/source.json": "95c835bcba571ddffda1ea34e48dc7d93ca204e669db2fd2681f1104f0812e4d",
"https://bcr.bazel.build/modules/rules_multirun/0.9.0/MODULE.bazel": "32d628ef586b5b23f67e55886b7bc38913ea4160420d66ae90521dda2ff37df0",
"https://bcr.bazel.build/modules/rules_multitool/0.4.0/MODULE.bazel": "15517987d5c00c9e7faab41fbe22ee67a350b6eabcc1e08baded5c6d9025897f",
"https://bcr.bazel.build/modules/rules_multitool/0.4.0/source.json": "d73b450b7c6d9683e400d6cebc463fbc2b870cc5d8e2e75080d6278805aaab08",
"https://bcr.bazel.build/modules/rules_nodejs/5.8.2/MODULE.bazel": "6bc03c8f37f69401b888023bf511cb6ee4781433b0cb56236b2e55a21e3a026a",
"https://bcr.bazel.build/modules/rules_nodejs/6.2.0/MODULE.bazel": "ec27907f55eb34705adb4e8257952162a2d4c3ed0f0b3b4c3c1aad1fac7be35e",
"https://bcr.bazel.build/modules/rules_nodejs/6.3.0/MODULE.bazel": "45345e4aba35dd6e4701c1eebf5a4e67af4ed708def9ebcdc6027585b34ee52d",
- "https://bcr.bazel.build/modules/rules_nodejs/6.3.4/MODULE.bazel": "8a87c1d45548e7224e261f721a559a984995d3728cb95fb60cf249491ebf72a7",
- "https://bcr.bazel.build/modules/rules_nodejs/6.3.4/source.json": "26645e2934d5783805a70d50ae0bb7d65a52e993dc1de16a70878f0a11bf9e47",
+ "https://bcr.bazel.build/modules/rules_nodejs/6.4.0/MODULE.bazel": "ce1fe1795222521d4b4494df58583a06f3bd6dd5d0d9409ea481fcab0e86f852",
+ "https://bcr.bazel.build/modules/rules_nodejs/6.4.0/source.json": "3e3e8ad75b171b0b67c84fbe624c6d5b0a87b11f0bda17b4050eca95297ae040",
"https://bcr.bazel.build/modules/rules_pkg/0.7.0/MODULE.bazel": "df99f03fc7934a4737122518bb87e667e62d780b610910f0447665a7e2be62dc",
"https://bcr.bazel.build/modules/rules_pkg/1.0.1/MODULE.bazel": "5b1df97dbc29623bccdf2b0dcd0f5cb08e2f2c9050aab1092fd39a41e82686ff",
"https://bcr.bazel.build/modules/rules_pkg/1.0.1/source.json": "bd82e5d7b9ce2d31e380dd9f50c111d678c3bdaca190cb76b0e1c71b05e1ba8a",
"https://bcr.bazel.build/modules/rules_proto/4.0.0/MODULE.bazel": "a7a7b6ce9bee418c1a760b3d84f83a299ad6952f9903c67f19e4edd964894e06",
"https://bcr.bazel.build/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "e8dff86b0971688790ae75528fe1813f71809b5afd57facb44dad9e8eca631b7",
"https://bcr.bazel.build/modules/rules_proto/6.0.0-rc1/MODULE.bazel": "1e5b502e2e1a9e825eef74476a5a1ee524a92297085015a052510b09a1a09483",
- "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc2/MODULE.bazel": "e17f94f8a347e2c808517b65d74988839d2d62daceb50073e44060193b785eb1",
"https://bcr.bazel.build/modules/rules_proto/6.0.0/MODULE.bazel": "b531d7f09f58dce456cd61b4579ce8c86b38544da75184eadaf0a7cb7966453f",
"https://bcr.bazel.build/modules/rules_proto/6.0.2/MODULE.bazel": "ce916b775a62b90b61888052a416ccdda405212b6aaeb39522f7dc53431a5e73",
"https://bcr.bazel.build/modules/rules_proto/7.0.2/MODULE.bazel": "bf81793bd6d2ad89a37a40693e56c61b0ee30f7a7fdbaf3eabbf5f39de47dea2",
@@ -200,10 +197,8 @@
"https://bcr.bazel.build/modules/stardoc/0.7.1/MODULE.bazel": "3548faea4ee5dda5580f9af150e79d0f6aea934fc60c1cc50f4efdd9420759e7",
"https://bcr.bazel.build/modules/stardoc/0.7.2/MODULE.bazel": "fc152419aa2ea0f51c29583fab1e8c99ddefd5b3778421845606ee628629e0e5",
"https://bcr.bazel.build/modules/stardoc/0.7.2/source.json": "58b029e5e901d6802967754adf0a9056747e8176f017cfe3607c0851f4d42216",
- "https://bcr.bazel.build/modules/toolchain_utils/1.2.0/MODULE.bazel": "7bf5c23d60d28206533c862c1961a6576eb969380368b3fe4422ab60b9239bc9",
- "https://bcr.bazel.build/modules/toolchain_utils/1.2.0/source.json": "2595a43d58ae5239894d2202535d4f737de9e9c906278ded1e0067261319ff3d",
- "https://bcr.bazel.build/modules/toolchains_protoc/0.2.1/MODULE.bazel": "2f08433ff5e659069b3a1abfee2377d68f510f2de1da50678ed992c455b4ff91",
- "https://bcr.bazel.build/modules/toolchains_protoc/0.2.1/source.json": "4ee6b007b62e1b9e493b00ccc60e61a258633f304b74813b6e7f7234927be94c",
+ "https://bcr.bazel.build/modules/toolchain_utils/1.0.2/MODULE.bazel": "9b8be503a4fcfd3b8b952525bff0869177a5234d5c35dc3e566b9f5ca2f755a1",
+ "https://bcr.bazel.build/modules/toolchain_utils/1.0.2/source.json": "88769ec576dddacafd8cca4631812cf8eead89f10a29d9405d9f7a553de6bf87",
"https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43",
"https://bcr.bazel.build/modules/upb/0.0.0-20230516-61a97ef/MODULE.bazel": "c0df5e35ad55e264160417fd0875932ee3c9dda63d9fccace35ac62f45e1b6f9",
"https://bcr.bazel.build/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0",
@@ -216,8 +211,8 @@
"moduleExtensions": {
"@@aspect_rules_esbuild+//esbuild:extensions.bzl%esbuild": {
"general": {
- "bzlTransitiveDigest": "dh/phaaqzNcpzbsta9Wajly5dbyw+aD6FcW0GcwxQio=",
- "usagesDigest": "sj4kz7yaVclWMuWhUhSLq0bVH7+HrkWyMdODMeA7Zhw=",
+ "bzlTransitiveDigest": "xMAEaIYvo6rKr7QM0PDwsH1VmhfSxnbJ+1oucZaAoaI=",
+ "usagesDigest": "kwkn3FPW+KCy6WWa5RCeba1tFWKuJCFPE5M68azHGzs=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
@@ -473,9 +468,11 @@
},
"@@aspect_rules_ts+//ts:extensions.bzl%ext": {
"general": {
- "bzlTransitiveDigest": "ek638+aDRsPhG/9gUwhbXxhBYwCtgNXCx4gkmaGFqMc=",
+ "bzlTransitiveDigest": "5OYPlsMr3+wbJwt66EtdDKuQNIG/wvKMky46IzXJUa4=",
"usagesDigest": "tsxRjH5DN8xUnGoUELCp/xuIp04EwwlFAtYpnGb6Y+4=",
- "recordedFileInputs": {},
+ "recordedFileInputs": {
+ "@@//package.json": "b0b7ce55ca3a72de9cfcb71ce1f133fa8b14fef35b907819b5374716ccb1fef4"
+ },
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
@@ -645,58 +642,10 @@
]
}
},
- "@@hermetic_cc_toolchain+//toolchain:ext.bzl%toolchains": {
- "general": {
- "bzlTransitiveDigest": "QE9mmKKNnRnnIzR5esB4//YvnfXT+tjg6NPgrdOQDnM=",
- "usagesDigest": "jJM0E1LrNeR/gPQVGo3sXengkhhg4wc6vqRKNNA4LG4=",
- "recordedFileInputs": {},
- "recordedDirentsInputs": {},
- "envVariables": {},
- "generatedRepoSpecs": {
- "zig_sdk": {
- "repoRuleId": "@@hermetic_cc_toolchain+//toolchain:defs.bzl%zig_repository",
- "attributes": {
- "version": "0.12.0",
- "url_formats": [
- "https://mirror.bazel.build/ziglang.org/download/{version}/zig-{host_platform}-{version}.{_ext}",
- "https://ziglang.org/download/{version}/zig-{host_platform}-{version}.{_ext}"
- ],
- "host_platform_sha256": {
- "linux-aarch64": "754f1029484079b7e0ca3b913a0a2f2a6afd5a28990cb224fe8845e72f09de63",
- "linux-x86_64": "c7ae866b8a76a568e2d5cfd31fe89cdb629bdd161fdd5018b29a4a0a17045cad",
- "macos-aarch64": "294e224c14fd0822cfb15a35cf39aa14bd9967867999bf8bdfe3db7ddec2a27f",
- "macos-x86_64": "4d411bf413e7667821324da248e8589278180dbc197f4f282b7dbb599a689311",
- "windows-aarch64": "04c6b92689241ca7a8a59b5f12d2ca2820c09d5043c3c4808b7e93e41c7bf97b",
- "windows-x86_64": "2199eb4c2000ddb1fba85ba78f1fcf9c1fb8b3e57658f6a627a8e513131893f5"
- },
- "host_platform_ext": {
- "linux-aarch64": "tar.xz",
- "linux-x86_64": "tar.xz",
- "macos-aarch64": "tar.xz",
- "macos-x86_64": "tar.xz",
- "windows-x86_64": "zip"
- }
- }
- }
- },
- "recordedRepoMappingEntries": [
- [
- "hermetic_cc_toolchain+",
- "bazel_tools",
- "bazel_tools"
- ],
- [
- "hermetic_cc_toolchain+",
- "hermetic_cc_toolchain",
- "hermetic_cc_toolchain+"
- ]
- ]
- }
- },
"@@platforms//host:extension.bzl%host_platform": {
"general": {
"bzlTransitiveDigest": "xelQcPZH8+tmuOHVjL9vDxMnnQNMlwj0SlvgoqBkm4U=",
- "usagesDigest": "i84HEQKZUC3gpMXlNsEpN8GR0eYjVTe1hOzwjgqk2OY=",
+ "usagesDigest": "uX0tveXepgZl/nq24cr/ezFjS89pwFeqeDgZGPRWmQ0=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
@@ -939,7 +888,7 @@
"@@rules_multitool+//multitool:extension.bzl%multitool": {
"general": {
"bzlTransitiveDigest": "AtvPzG/SAawYMKVVHcMoJq4EXkVPTIhS3AeNwENXp9E=",
- "usagesDigest": "c6+Yc06lXkdFL8C0WbPaSftwsXdtfdXV7DiPG7VB3WM=",
+ "usagesDigest": "72vNT/ovM/nVG9jaC6b7BOcgt4lle6PdPkQ+MzEeEJY=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
@@ -1003,8 +952,8 @@
},
"@@rules_nodejs+//nodejs:extensions.bzl%node": {
"general": {
- "bzlTransitiveDigest": "6mH+d9usKSnfYPXj6umbdS1DJq28sikqbQWLllnmceE=",
- "usagesDigest": "3Z7YcJlnFrR3fkSNtFO7PvQZAz2sqH9viWuyPilxdrE=",
+ "bzlTransitiveDigest": "MLpfA+65GINLc2EHubnI97nNK9NXPVkAUVpbgIrPV/M=",
+ "usagesDigest": "RrFd8hThD1GbcuW55AZgHic68tqnKC1TRRzv2crmwkM=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
@@ -3863,79 +3812,6 @@
]
]
}
- },
- "@@toolchains_protoc+//protoc:extensions.bzl%protoc": {
- "general": {
- "bzlTransitiveDigest": "HnmcD4ia7/1ZuQnymt4OGHXrW62MmIgwCtHByGQ7LQs=",
- "usagesDigest": "8nmQyO6LoaF/+HM3ni78Za6MQ5BVffJheAFJgl6hvoY=",
- "recordedFileInputs": {},
- "recordedDirentsInputs": {},
- "envVariables": {},
- "generatedRepoSpecs": {
- "toolchains_protoc_hub.linux_aarch_64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "linux-aarch_64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub.linux_ppcle_64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "linux-ppcle_64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub.linux_s390_64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "linux-s390_64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub.linux_x86_64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "linux-x86_64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub.osx_aarch_64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "osx-aarch_64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub.osx_x86_64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "osx-x86_64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub.win64": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:prebuilt_protoc_toolchain.bzl%prebuilt_protoc_repo",
- "attributes": {
- "platform": "win64",
- "version": "v25.3"
- }
- },
- "toolchains_protoc_hub": {
- "repoRuleId": "@@toolchains_protoc+//protoc/private:protoc_toolchains.bzl%protoc_toolchains_repo",
- "attributes": {
- "user_repository_name": "toolchains_protoc_hub"
- }
- },
- "com_google_protobuf": {
- "repoRuleId": "@@toolchains_protoc+//protoc:toolchain.bzl%_google_protobuf_alias_repo",
- "attributes": {
- "alias_to": "toolchains_protoc_hub.osx_aarch_64"
- }
- }
- },
- "recordedRepoMappingEntries": []
- }
}
}
}
diff --git a/package.json b/package.json
index ad8c4f0a58..81d3995df9 100644
--- a/package.json
+++ b/package.json
@@ -112,7 +112,7 @@
"ts-loader": "^9.5.1",
"tsd": "^0.32.0",
"tslib": "^2.8.0",
- "typescript": "5.8.3",
+ "typescript": "5.8.2",
"unidiff": "^1.0.4",
"vite": "^6",
"vitest": "^3",
From be979961e54ea8c5369e8631a293909f5a5dcd61 Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Sun, 15 Jun 2025 10:58:00 -0400
Subject: [PATCH 37/38] feat(eslint-plugin-formatjs): support tagged template
expression like dedent (#5016)
# feat(@formatjs/ts-transformer): support tagged template expression like dedent
This PR adds support for tagged template expressions (like `dedent`) in message descriptors for both the ESLint plugin and TS transformer. Now you can use tagged template literals like `dedent` to format your messages while maintaining proper extraction and validation.
The implementation handles tagged templates in:
- JSX expressions
- Object properties
- Template literals
fixes #5015
---
.../tests/enforce-default-message.test.ts | 8 ++++
packages/eslint-plugin-formatjs/util.ts | 30 ++++++++++++--
packages/ts-transformer/src/transform.ts | 41 +++++++++++++++++++
.../tests/fixtures/templateLiteral.tsx | 23 ++++++++---
packages/ts-transformer/tests/index.test.ts | 15 ++++++-
5 files changed, 108 insertions(+), 9 deletions(-)
diff --git a/packages/eslint-plugin-formatjs/tests/enforce-default-message.test.ts b/packages/eslint-plugin-formatjs/tests/enforce-default-message.test.ts
index 4fe32adf4f..a717bf5de9 100644
--- a/packages/eslint-plugin-formatjs/tests/enforce-default-message.test.ts
+++ b/packages/eslint-plugin-formatjs/tests/enforce-default-message.test.ts
@@ -23,9 +23,17 @@ defineMessage({
literal
\`,
description: 'asd'
+})`,
+ `intl.formatMessage({
+ defaultMessage: dedent\`a template
+ literal
+\`,
+ description: 'asd'
})`,
`import {FormattedMessage} from 'react-intl'
const a = `,
+ `import {FormattedMessage} from 'react-intl'
+const a = `,
dynamicMessage,
noMatch,
spreadJsx,
diff --git a/packages/eslint-plugin-formatjs/util.ts b/packages/eslint-plugin-formatjs/util.ts
index d05593232e..871ac63147 100644
--- a/packages/eslint-plugin-formatjs/util.ts
+++ b/packages/eslint-plugin-formatjs/util.ts
@@ -121,9 +121,21 @@ export function extractMessageDescriptor(
let value: string | undefined = undefined
if (isStringLiteral(valueNode)) {
value = valueNode.value
- } else if (isTemplateLiteralWithoutVar(valueNode)) {
+ }
+ // like "`asd`"
+ else if (isTemplateLiteralWithoutVar(valueNode)) {
value = valueNode.quasis[0].value.cooked
- } else if (valueNode.type === 'BinaryExpression') {
+ }
+ // like "dedent`asd`"
+ else if (valueNode.type === 'TaggedTemplateExpression') {
+ const {quasi} = valueNode
+ if (!isTemplateLiteralWithoutVar(quasi)) {
+ throw new Error('Tagged template expression must be no substitution')
+ }
+ value = quasi.quasis[0].value.cooked
+ }
+ // like "`asd` + `asd`"
+ else if (valueNode.type === 'BinaryExpression') {
const [result, isStatic] = staticallyEvaluateStringConcat(valueNode)
if (isStatic) {
value = result
@@ -189,9 +201,21 @@ function extractMessageDescriptorFromJSXElement(
if (isStatic) {
value = result
}
- } else if (isTemplateLiteralWithoutVar(expression)) {
+ }
+ // like "`asd`"
+ else if (isTemplateLiteralWithoutVar(expression)) {
value = expression.quasis[0].value.cooked
}
+ // like "dedent`asd`"
+ else if (expression.type === 'TaggedTemplateExpression') {
+ const {quasi} = expression
+ if (!isTemplateLiteralWithoutVar(quasi)) {
+ throw new Error(
+ 'Tagged template expression must be no substitution'
+ )
+ }
+ value = quasi.quasis[0].value.cooked
+ }
}
}
diff --git a/packages/ts-transformer/src/transform.ts b/packages/ts-transformer/src/transform.ts
index 3edda57d9f..ad393cd85f 100644
--- a/packages/ts-transformer/src/transform.ts
+++ b/packages/ts-transformer/src/transform.ts
@@ -307,6 +307,25 @@ function extractMessageDescriptor(
msg.description = initializer.text
break
}
+ }
+ // {id: dedent`id`}
+ else if (ts.isTaggedTemplateExpression(initializer)) {
+ const {template} = initializer
+ if (!ts.isNoSubstitutionTemplateLiteral(template)) {
+ throw new Error('Tagged template expression must be no substitution')
+ }
+
+ switch (name.text) {
+ case 'id':
+ msg.id = template.text
+ break
+ case 'defaultMessage':
+ msg.defaultMessage = template.text
+ break
+ case 'description':
+ msg.description = template.text
+ break
+ }
} else if (ts.isJsxExpression(initializer) && initializer.expression) {
//
if (ts.isStringLiteral(initializer.expression)) {
@@ -347,6 +366,28 @@ function extractMessageDescriptor(
break
}
}
+ //
+ else if (ts.isTaggedTemplateExpression(initializer.expression)) {
+ const {
+ expression: {template},
+ } = initializer
+ if (!ts.isNoSubstitutionTemplateLiteral(template)) {
+ throw new Error(
+ 'Tagged template expression must be no substitution'
+ )
+ }
+ switch (name.text) {
+ case 'id':
+ msg.id = template.text
+ break
+ case 'defaultMessage':
+ msg.defaultMessage = template.text
+ break
+ case 'description':
+ msg.description = template.text
+ break
+ }
+ }
//
else if (ts.isBinaryExpression(initializer.expression)) {
const {expression} = initializer
diff --git a/packages/ts-transformer/tests/fixtures/templateLiteral.tsx b/packages/ts-transformer/tests/fixtures/templateLiteral.tsx
index e4c58bb6ce..7c8ac3e928 100644
--- a/packages/ts-transformer/tests/fixtures/templateLiteral.tsx
+++ b/packages/ts-transformer/tests/fixtures/templateLiteral.tsx
@@ -8,14 +8,27 @@ defineMessage({
extra spaces`,
})
+defineMessage({
+ id: `template dedent`,
+ defaultMessage: dedent`dedent Hello World!`,
+})
+
export default class Foo extends Component {
render() {
return (
-
+ <>
+
+
+ >
)
}
}
diff --git a/packages/ts-transformer/tests/index.test.ts b/packages/ts-transformer/tests/index.test.ts
index b0983de110..5b3273b1f1 100644
--- a/packages/ts-transformer/tests/index.test.ts
+++ b/packages/ts-transformer/tests/index.test.ts
@@ -491,9 +491,13 @@ export default class Foo extends Component {
expect(output.code).toBe(`import React, { Component } from 'react';
import { FormattedMessage, defineMessage } from 'react-intl';
defineMessage({ id: "template", defaultMessage: "should remove newline and extra spaces" });
+defineMessage({ id: "template dedent", defaultMessage: "dedent Hello World!" });
export default class Foo extends Component {
render() {
- return ();
+ return (<>
+
+
+ >);
}
}
`)
@@ -503,11 +507,20 @@ export default class Foo extends Component {
defaultMessage: 'should remove newline and extra spaces',
id: 'template',
},
+ {
+ defaultMessage: 'dedent Hello World!',
+ id: 'template dedent',
+ },
{
defaultMessage: 'Hello World!',
description: 'The default message.',
id: 'foo.bar.baz',
},
+ {
+ defaultMessage: 'dedent Hello World!',
+ description: 'The default message.',
+ id: 'dedent foo.bar.baz',
+ },
])
})
From a82f2c1a1dd731c5ff5021b4a9af19463f85e731 Mon Sep 17 00:00:00 2001
From: Long Ho
Date: Sun, 15 Jun 2025 11:00:43 -0400
Subject: [PATCH 38/38] build: publish
- babel-plugin-formatjs@10.5.39
- @formatjs/cli-lib@7.4.2
- @formatjs/cli@6.7.2
- eslint-plugin-formatjs@5.4.0
- @formatjs/ts-transformer@3.14.0
- @formatjs/utils@1.9.4
---
packages/babel-plugin-formatjs/CHANGELOG.md | 4 ++++
packages/babel-plugin-formatjs/package.json | 2 +-
packages/cli-lib/CHANGELOG.md | 4 ++++
packages/cli-lib/package.json | 2 +-
packages/cli/CHANGELOG.md | 4 ++++
packages/cli/package.json | 2 +-
packages/eslint-plugin-formatjs/CHANGELOG.md | 6 ++++++
packages/eslint-plugin-formatjs/package.json | 2 +-
packages/ts-transformer/CHANGELOG.md | 6 ++++++
packages/ts-transformer/package.json | 2 +-
packages/utils/CHANGELOG.md | 4 ++++
packages/utils/package.json | 2 +-
12 files changed, 34 insertions(+), 6 deletions(-)
diff --git a/packages/babel-plugin-formatjs/CHANGELOG.md b/packages/babel-plugin-formatjs/CHANGELOG.md
index 90dd5d71bb..2b8d53eabc 100644
--- a/packages/babel-plugin-formatjs/CHANGELOG.md
+++ b/packages/babel-plugin-formatjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [10.5.39](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.38...babel-plugin-formatjs@10.5.39) (2025-06-15)
+
+**Note:** Version bump only for package babel-plugin-formatjs
+
## [10.5.38](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.37...babel-plugin-formatjs@10.5.38) (2025-05-05)
**Note:** Version bump only for package babel-plugin-formatjs
diff --git a/packages/babel-plugin-formatjs/package.json b/packages/babel-plugin-formatjs/package.json
index eedb9cbcc0..5e9ec104a7 100644
--- a/packages/babel-plugin-formatjs/package.json
+++ b/packages/babel-plugin-formatjs/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-formatjs",
"description": "Extracts string messages for translation from modules that use formatjs.",
- "version": "10.5.38",
+ "version": "10.5.39",
"license": "MIT",
"author": "Long Ho ",
"types": "index.d.ts",
diff --git a/packages/cli-lib/CHANGELOG.md b/packages/cli-lib/CHANGELOG.md
index 6a29841008..9b288289c3 100644
--- a/packages/cli-lib/CHANGELOG.md
+++ b/packages/cli-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [7.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@7.4.1...@formatjs/cli-lib@7.4.2) (2025-06-15)
+
+**Note:** Version bump only for package @formatjs/cli-lib
+
## [7.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@7.4.0...@formatjs/cli-lib@7.4.1) (2025-05-05)
### Bug Fixes
diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json
index 7faae7583d..e9ecdf81b7 100644
--- a/packages/cli-lib/package.json
+++ b/packages/cli-lib/package.json
@@ -1,7 +1,7 @@
{
"name": "@formatjs/cli-lib",
"description": "Lib for CLI for formatjs.",
- "version": "7.4.1",
+ "version": "7.4.2",
"license": "MIT",
"author": "Linjie Ding ",
"engines": {
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index d2eac74ed5..e16c9560e1 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.7.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.7.1...@formatjs/cli@6.7.2) (2025-06-15)
+
+**Note:** Version bump only for package @formatjs/cli
+
## [6.7.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.7.0...@formatjs/cli@6.7.1) (2025-05-05)
### Bug Fixes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 9c478cc006..ce907184a9 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@formatjs/cli",
"description": "A CLI for formatjs.",
- "version": "6.7.1",
+ "version": "6.7.2",
"license": "MIT",
"author": "Linjie Ding ",
"engines": {
diff --git a/packages/eslint-plugin-formatjs/CHANGELOG.md b/packages/eslint-plugin-formatjs/CHANGELOG.md
index 3548b9abea..e4702f3013 100644
--- a/packages/eslint-plugin-formatjs/CHANGELOG.md
+++ b/packages/eslint-plugin-formatjs/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [5.4.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@5.3.1...eslint-plugin-formatjs@5.4.0) (2025-06-15)
+
+### Features
+
+* **eslint-plugin-formatjs:** support tagged template expression like dedent ([#5016](https://github.com/formatjs/formatjs/issues/5016)) ([be97996](https://github.com/formatjs/formatjs/commit/be979961e54ea8c5369e8631a293909f5a5dcd61)), closes [#5015](https://github.com/formatjs/formatjs/issues/5015) - by @longlho
+
## [5.3.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@5.3.0...eslint-plugin-formatjs@5.3.1) (2025-03-26)
**Note:** Version bump only for package eslint-plugin-formatjs
diff --git a/packages/eslint-plugin-formatjs/package.json b/packages/eslint-plugin-formatjs/package.json
index 9b56f5a662..557f953dc1 100644
--- a/packages/eslint-plugin-formatjs/package.json
+++ b/packages/eslint-plugin-formatjs/package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-formatjs",
"description": "ESLint plugin for formatjs",
- "version": "5.3.1",
+ "version": "5.4.0",
"license": "MIT",
"author": "Long Ho ",
"dependencies": {
diff --git a/packages/ts-transformer/CHANGELOG.md b/packages/ts-transformer/CHANGELOG.md
index 30061de3c7..daccb90650 100644
--- a/packages/ts-transformer/CHANGELOG.md
+++ b/packages/ts-transformer/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.14.0](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.13.34...@formatjs/ts-transformer@3.14.0) (2025-06-15)
+
+### Features
+
+* **eslint-plugin-formatjs:** support tagged template expression like dedent ([#5016](https://github.com/formatjs/formatjs/issues/5016)) ([be97996](https://github.com/formatjs/formatjs/commit/be979961e54ea8c5369e8631a293909f5a5dcd61)), closes [#5015](https://github.com/formatjs/formatjs/issues/5015) - by @longlho
+
## [3.13.34](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.13.33...@formatjs/ts-transformer@3.13.34) (2025-03-26)
### Bug Fixes
diff --git a/packages/ts-transformer/package.json b/packages/ts-transformer/package.json
index 875c635873..f08bc26644 100644
--- a/packages/ts-transformer/package.json
+++ b/packages/ts-transformer/package.json
@@ -1,7 +1,7 @@
{
"name": "@formatjs/ts-transformer",
"description": "TS Compiler transformer for formatjs",
- "version": "3.13.34",
+ "version": "3.14.0",
"license": "MIT",
"author": "Long Ho ",
"types": "index.d.ts",
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index c0860a71c1..c821101e13 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.9.4](https://github.com/formatjs/formatjs/compare/@formatjs/utils@1.9.3...@formatjs/utils@1.9.4) (2025-06-15)
+
+**Note:** Version bump only for package @formatjs/utils
+
## [1.9.3](https://github.com/formatjs/formatjs/compare/@formatjs/utils@1.9.2...@formatjs/utils@1.9.3) (2025-05-05)
**Note:** Version bump only for package @formatjs/utils
diff --git a/packages/utils/package.json b/packages/utils/package.json
index be20bd4cc1..f8953ed27b 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@formatjs/utils",
"description": "Collection of useful intl utilities",
- "version": "1.9.3",
+ "version": "1.9.4",
"license": "MIT",
"author": "Long Ho ",
"dependencies": {