Skip to content

Commit 256cd90

Browse files
chore(deps): update frontend dependencies (#723)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc/tree/HEAD/packages/core)) | [`1.15.21` → `1.15.24`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.15.21/1.15.24) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.15.24?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.15.21/1.15.24?slim=true) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`25.5.0` → `25.5.2`](https://renovatebot.com/diffs/npm/@types%2fnode/25.5.0/25.5.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/25.5.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/25.5.0/25.5.2?slim=true) | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.58.0` → `8.58.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.58.0/8.58.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.58.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.58.0/8.58.1?slim=true) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.58.0` → `8.58.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.58.0/8.58.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.58.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.58.0/8.58.1?slim=true) | | [i18next](https://www.i18next.com) ([source](https://redirect.github.com/i18next/i18next)) | [`26.0.3` → `26.0.4`](https://renovatebot.com/diffs/npm/i18next/26.0.3/26.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/i18next/26.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/i18next/26.0.3/26.0.4?slim=true) | | [webpack](https://redirect.github.com/webpack/webpack) | [`5.105.4` → `5.106.0`](https://renovatebot.com/diffs/npm/webpack/5.105.4/5.106.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.106.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.105.4/5.106.0?slim=true) | --- ### Release Notes <details> <summary>swc-project/swc (@&#8203;swc/core)</summary> ### [`v1.15.24`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11524---2026-04-04) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.15.21...v1.15.24) ##### Bug Fixes - **(es/decorators)** Scope 2023-11 implicit-global rewrite to decorator-lifted exprs ([#&#8203;11743](https://redirect.github.com/swc-project/swc/issues/11743)) ([1c01bbb](https://redirect.github.com/swc-project/swc/commit/1c01bbb46ddb33b380b8216235c1e6f2767d0aae)) - **(es/minifier)** Handle `toExponential(undefined)` ([#&#8203;11583](https://redirect.github.com/swc-project/swc/issues/11583)) ([cd94a31](https://redirect.github.com/swc-project/swc/commit/cd94a3141621cec617dac7e84c50070cd598ec46)) - **(es/minifier)** Cap deep if\_return conditional chains ([#&#8203;11758](https://redirect.github.com/swc-project/swc/issues/11758)) ([a92fa3e](https://redirect.github.com/swc-project/swc/commit/a92fa3e8e27f604186a2393284d3deb67a9146f1)) - **(es/minifier)** Inline prop shorthand in computed props ([#&#8203;11760](https://redirect.github.com/swc-project/swc/issues/11760)) ([71feafb](https://redirect.github.com/swc-project/swc/commit/71feafb4bc79883a558164e9543ae4ecedc9187e)) - **(es/parser)** Parse key Flow forms from [#&#8203;11729](https://redirect.github.com/swc-project/swc/issues/11729) (phase 1) ([#&#8203;11733](https://redirect.github.com/swc-project/swc/issues/11733)) ([886fe53](https://redirect.github.com/swc-project/swc/commit/886fe533ad7edfb13804be3a779eccb160cf69e7)) - **(es/parser)** Close remaining Flow parser gaps for [#&#8203;11729](https://redirect.github.com/swc-project/swc/issues/11729) (phase 2) ([#&#8203;11740](https://redirect.github.com/swc-project/swc/issues/11740)) ([8d36f05](https://redirect.github.com/swc-project/swc/commit/8d36f05499f7e2cc5c568227d05e5f912e01509b)) - **(es/regexp)** Preserve source for wrapped named groups ([#&#8203;11757](https://redirect.github.com/swc-project/swc/issues/11757)) ([7e56fe5](https://redirect.github.com/swc-project/swc/commit/7e56fe5cb4dfc3fc1758e2139949107d5eaa8e47)) - **(html/codegen)** Keep </p> for span-parent paragraphs ([#&#8203;11756](https://redirect.github.com/swc-project/swc/issues/11756)) ([ede9950](https://redirect.github.com/swc-project/swc/commit/ede9950d35cdd4968331ac0111cdb413e60f3438)) - **(swc\_common)** Make `eat_byte` unsafe to prevent UTF-8 boundary violation ([#&#8203;11731](https://redirect.github.com/swc-project/swc/issues/11731)) ([669a659](https://redirect.github.com/swc-project/swc/commit/669a659c6e29c12eba793e646c6b29002782a84c)) ##### Features - **(es/minifier)** Remove useless arguments for non inlined callee ([#&#8203;11645](https://redirect.github.com/swc-project/swc/issues/11645)) ([bab249e](https://redirect.github.com/swc-project/swc/commit/bab249ef031f71ebe4089b15a03b435d7258e895)) - **(react-compiler)** Advance SWC parity for upstream fixtures ([#&#8203;11724](https://redirect.github.com/swc-project/swc/issues/11724)) ([468da70](https://redirect.github.com/swc-project/swc/commit/468da70bbdf876e44155fda09cbca7ee939fa68f)) - **(react-compiler)** Tighten core validation parity for upstream fixtures ([#&#8203;11734](https://redirect.github.com/swc-project/swc/issues/11734)) ([7e2cf8d](https://redirect.github.com/swc-project/swc/commit/7e2cf8d46a6f41967b93858d9f3269ae46370d14)) - **(react-compiler)** Improve SWC parity for early-return and hooks validation ([#&#8203;11738](https://redirect.github.com/swc-project/swc/issues/11738)) ([4739c58](https://redirect.github.com/swc-project/swc/commit/4739c586d0deb88d3d536835adb873b9c036bef5)) - **(react-compiler)** M1 memo validators + lint gating alignment ([#&#8203;11739](https://redirect.github.com/swc-project/swc/issues/11739)) ([7e1ad26](https://redirect.github.com/swc-project/swc/commit/7e1ad26b49295085208c2e4ddfb175c479da53bc)) - **(react-compiler)** Improve Stage A diagnostic parity and validation aggregation ([#&#8203;11745](https://redirect.github.com/swc-project/swc/issues/11745)) ([0e2075e](https://redirect.github.com/swc-project/swc/commit/0e2075e4addc9771dbe5388b6d30fd4344308bd1)) - **(react-compiler)** Continue swc parity for dependency handling ([#&#8203;11747](https://redirect.github.com/swc-project/swc/issues/11747)) ([83688c8](https://redirect.github.com/swc-project/swc/commit/83688c8af8695b895d871a4d6d9530d89fcba2a9)) ##### Refactor - **(es/minifier)** Inline usage analyzer and remove crate ([#&#8203;11750](https://redirect.github.com/swc-project/swc/issues/11750)) ([7d8d11b](https://redirect.github.com/swc-project/swc/commit/7d8d11b53ad046cafce6aff76672df41ad276615)) - **(react-compiler)** Remove compiler impl and keep fast\_check ([#&#8203;11753](https://redirect.github.com/swc-project/swc/issues/11753)) ([f21d336](https://redirect.github.com/swc-project/swc/commit/f21d33629033f305d300d91982d0a87bc807e427)) ##### Ci - Add manual Publish crates workflow ([#&#8203;11763](https://redirect.github.com/swc-project/swc/issues/11763)) ([169c961](https://redirect.github.com/swc-project/swc/commit/169c96107357653fa0d1c0feb715aa2312481e0a)) - Add misc npm publish workflow ([#&#8203;11764](https://redirect.github.com/swc-project/swc/issues/11764)) ([236eff0](https://redirect.github.com/swc-project/swc/commit/236eff01dd30e780596ed33704b85bf91491bc10)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.58.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8581-2026-04-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.58.0...v8.58.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unused-vars] fix false negative for type predicate parameter ([#&#8203;12004](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12004)) ##### ❤️ Thank You - MinJae [@&#8203;Ju-MINJAE](https://redirect.github.com/Ju-MINJAE) See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.58.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8581-2026-04-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.58.0...v8.58.1) This was a version bump only for parser to align it with other projects, there were no code changes. See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>i18next/i18next (i18next)</summary> ### [`v26.0.4`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2604) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v26.0.3...v26.0.4) - fix(types): inline formatting options like `{{price, currency(EUR)}}` are now correctly resolved to their base format type (e.g. `number` for `currency`) instead of falling back to `string` [2378](https://redirect.github.com/i18next/i18next/issues/2378) </details> <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.106.0`](https://redirect.github.com/webpack/webpack/blob/HEAD/CHANGELOG.md#51060) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.105.4...v5.106.0) ##### Minor Changes - Add `exportType: "style"` for CSS modules to inject styles into DOM via HTMLStyleElement, similar to style-loader functionality. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20579](https://redirect.github.com/webpack/webpack/pull/20579)) - Add `context` option support for VirtualUrlPlugin (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20449](https://redirect.github.com/webpack/webpack/pull/20449)) - The context for the virtual module. A string path. Defaults to 'auto', which will try to resolve the context from the module id. - Support custom context path for resolving relative imports in virtual modules - Add examples demonstrating context usage and filename customization - Generate different `CssModule` instances for different `exportType` values. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20590](https://redirect.github.com/webpack/webpack/pull/20590)) - Added the `localIdentHashFunction` option to configure the hash function to be used for hashing. (by [@&#8203;alexander-akait](https://redirect.github.com/alexander-akait) in [#&#8203;20694](https://redirect.github.com/webpack/webpack/pull/20694)) Additionally, the `localIdentName` option can now be a function. - Added support for destructuring assignment `require` in cjs, allowing for tree shaking. (by [@&#8203;ahabhgk](https://redirect.github.com/ahabhgk) in [#&#8203;20548](https://redirect.github.com/webpack/webpack/pull/20548)) - Added the `validate` option to enable/disable validation in webpack/plugins/loaders, also implemented API to make it inside plugins. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20275](https://redirect.github.com/webpack/webpack/pull/20275)) - Added `source` support for async WASM modules. (by [@&#8203;magic-akari](https://redirect.github.com/magic-akari) in [#&#8203;20364](https://redirect.github.com/webpack/webpack/pull/20364)) ##### Patch Changes - Add a static getSourceBasicTypes method to the Module class to prevent errors across multiple versions. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20614](https://redirect.github.com/webpack/webpack/pull/20614)) - Included fragment groups in the conflicting order warning for CSS. (by [@&#8203;aryanraj45](https://redirect.github.com/aryanraj45) in [#&#8203;20660](https://redirect.github.com/webpack/webpack/pull/20660)) - Avoid rendering unused top-level `__webpack_exports__` declaration when output ECMA module library. (by [@&#8203;hai-x](https://redirect.github.com/hai-x) in [#&#8203;20669](https://redirect.github.com/webpack/webpack/pull/20669)) - Fixed resolving in CSS modules. (by [@&#8203;alexander-akait](https://redirect.github.com/alexander-akait) in [#&#8203;20771](https://redirect.github.com/webpack/webpack/pull/20771)) - Allow external modules place in async chunks when output ECMA module. (by [@&#8203;hai-x](https://redirect.github.com/hai-x) in [#&#8203;20662](https://redirect.github.com/webpack/webpack/pull/20662)) - Implement `deprecate` flag in schema for better TypeScript support to show which options are already deprecated by the configuration (by [@&#8203;bjohansebas](https://redirect.github.com/bjohansebas) in [#&#8203;20432](https://redirect.github.com/webpack/webpack/pull/20432)) - Set `.name` to `"default"` for anonymous default export functions and classes per ES spec (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20773](https://redirect.github.com/webpack/webpack/pull/20773)) - Hash entry chunks after runtime chunks to prevent stale content hash references in watch mode (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20724](https://redirect.github.com/webpack/webpack/pull/20724)) - Fix multiple bugs and optimizations in CSS modules: correct third code point position in walkCssTokens number detection, fix multiline CSS comment regex, fix swapped :import/:export error message, fix comma callback incorrectly popping balanced stack, fix cache comparison missing array length check, fix match.index mutation side effect, move publicPathAutoRegex to module scope, precompute merged callbacks in consumeUntil, simplify redundant ternary in CssGenerator, fix typo GRID\_TEMPLATE\_ARES, remove duplicate grid-column-start, and merge duplicate getCompilationHooks calls. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20648](https://redirect.github.com/webpack/webpack/pull/20648)) - Correct url() path resolution and preserve source maps for non-link CSS export types (style, text, css-style-sheet) (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20717](https://redirect.github.com/webpack/webpack/pull/20717)) - Emit error when proxy server returns non-200 status code in HttpUriPlugin instead of silently failing. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20646](https://redirect.github.com/webpack/webpack/pull/20646)) - `import.meta` as standalone expression now returns a complete object with known properties (`url`, `webpack`, `main`, `env`) instead of an empty object `({})`, and hoists it as a module-level variable to ensure `import.meta === import.meta` identity. In `preserve-unknown` mode (ESM output), the hoisted object merges runtime `import.meta` properties via `Object.assign`. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20658](https://redirect.github.com/webpack/webpack/pull/20658)) - Fix incorrect condition in FileSystemInfo that always evaluated to false, preventing trailing slash removal from directory paths during build dependency resolution. (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20649](https://redirect.github.com/webpack/webpack/pull/20649)) - fix: VirtualUrlPlugin absolute path virtual module IDs getting concatenated with compiler context (by [@&#8203;xiaoxiaojx](https://redirect.github.com/xiaoxiaojx) in [#&#8203;20656](https://redirect.github.com/webpack/webpack/pull/20656)) When a virtual module ID is an absolute path (e.g. `virtual:C:/project/user.js`), the auto-derived context was incorrectly joined with `compiler.context`, producing a concatenated path like `C:\cwd\C:\project`. Now absolute-path contexts are used directly. - All deprecated methods and options now have `@deprecated` flag in types. (by [@&#8203;alexander-akait](https://redirect.github.com/alexander-akait) in [#&#8203;20707](https://redirect.github.com/webpack/webpack/pull/20707)) - Fix `CompatibilityPlugin` to correctly rename `__webpack_require__` when it appears as an arrow function parameter (e.g. `(__webpack_module, __webpack_exports, __webpack_require__) => { ... }`). (by [@&#8203;hai-x](https://redirect.github.com/hai-x) in [#&#8203;20661](https://redirect.github.com/webpack/webpack/pull/20661)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlLW1pbm9yIiwidXBkYXRlLW1pbm9yIiwidXBkYXRlLXBhdGNoIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b2f4336 commit 256cd90

2 files changed

Lines changed: 138 additions & 147 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@openfeature/web-sdk": "1.7.3",
4444
"@playwright/test": "1.59.1",
4545
"@stylistic/eslint-plugin-ts": "4.4.1",
46-
"@swc/core": "1.15.21",
46+
"@swc/core": "1.15.24",
4747
"@swc/helpers": "0.5.21",
4848
"@swc/jest": "0.2.39",
4949
"@testing-library/dom": "10.4.1",
@@ -52,11 +52,11 @@
5252
"@testing-library/user-event": "14.6.1",
5353
"@types/jest": "30.0.0",
5454
"@types/lodash": "4.17.24",
55-
"@types/node": "25.5.0",
55+
"@types/node": "25.5.2",
5656
"@types/react": "18.3.28",
5757
"@types/react-dom": "18.3.7",
58-
"@typescript-eslint/eslint-plugin": "8.58.0",
59-
"@typescript-eslint/parser": "8.58.0",
58+
"@typescript-eslint/eslint-plugin": "8.58.1",
59+
"@typescript-eslint/parser": "8.58.1",
6060
"copy-webpack-plugin": "14.0.0",
6161
"cspell": "10.0.0",
6262
"css-loader": "7.1.4",
@@ -85,7 +85,7 @@
8585
"ts-node": "10.9.2",
8686
"tsconfig-paths": "4.2.0",
8787
"typescript": "6.0.2",
88-
"webpack": "5.105.4",
88+
"webpack": "5.106.0",
8989
"webpack-cli": "7.0.2",
9090
"webpack-livereload-plugin": "3.0.2",
9191
"webpack-subresource-integrity": "5.1.0",
@@ -95,7 +95,7 @@
9595
"@remix-run/router": "1.23.2",
9696
"@openfeature/core": "1.9.2",
9797
"serialize-javascript": "7.0.5",
98-
"i18next": "26.0.3",
98+
"i18next": "26.0.4",
9999
"dompurify": "3.3.3"
100100
},
101101
"packageManager": "yarn@4.13.0"

0 commit comments

Comments
 (0)