-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: formatjs/formatjs
base: eslint-plugin-formatjs@5.4.0
head repository: formatjs/formatjs
compare: main
- 11 commits
- 3 files changed
- 2 contributors
Commits on Jun 15, 2025
-
chore(deps): update dependency webpack to v5.99.9 (#5012)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://redirect.github.com/webpack/webpack) | [`5.98.0` -> `5.99.9`](https://renovatebot.com/diffs/npm/webpack/5.98.0/5.99.9) | [](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 <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.99.9`](https://redirect.github.com/webpack/webpack/compare/v5.99.8...6c9f912af2dfbb3e0e1a2a3ecdc3881c96363432) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.8...v5.99.9) ### [`v5.99.8`](https://redirect.github.com/webpack/webpack/releases/tag/v5.99.8) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.7...v5.99.8) ##### Fixes - Fixed type error with latest `@types/node` - Fixed typescript types ### [`v5.99.7`](https://redirect.github.com/webpack/webpack/compare/v5.99.6...ad77deb6ed0b9540f9d2cf1a1c08f9d058a95da6) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.6...v5.99.7) ### [`v5.99.6`](https://redirect.github.com/webpack/webpack/compare/v5.99.5...f8eee102c20a3d79eddfed0194113c4d5759d9e4) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.5...v5.99.6) ### [`v5.99.5`](https://redirect.github.com/webpack/webpack/releases/tag/v5.99.5) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.4...v5.99.5) ##### Fixes - Control dead flow for labeled and blockless statements ### [`v5.99.4`](https://redirect.github.com/webpack/webpack/releases/tag/v5.99.4) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.3...v5.99.4) ##### Fixes - Fixed terminated state for `if`/`else` ### [`v5.99.3`](https://redirect.github.com/webpack/webpack/compare/v5.99.2...2470d8e74c8b647203063826cae1ea5e691726a9) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.2...v5.99.3) ### [`v5.99.2`](https://redirect.github.com/webpack/webpack/compare/v5.99.1...44da94f433c4adeb7ac56abc69df2b0f8a213486) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.1...v5.99.2) ### [`v5.99.1`](https://redirect.github.com/webpack/webpack/releases/tag/v5.99.1) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.99.0...v5.99.1) ##### Fixes - Dead control flow for many cases ### [`v5.99.0`](https://redirect.github.com/webpack/webpack/compare/v5.98.0...1bd06e333346656ef6542e36478f02055cab7369) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.98.0...v5.99.0) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a5b9916 - Browse repository at this point
Copy the full SHA a5b9916View commit details -
docs: rm fastly from intl-segmenter (#5017)
### TL;DR Removed the polyfill-fastly.io section from the Intl.Segmenter documentation. ### What changed? Removed the "Via polyfill-fastly.io" section from the Intl.Segmenter polyfill documentation, which included instructions and an example HTML script tag for using polyfill-fastly.io to load the Intl.Segmenter polyfill. ### How to test? 1. Navigate to the Intl.Segmenter documentation page 2. Verify that the polyfill-fastly.io section no longer appears 3. Confirm that the "Simple" usage section is still present and appears directly after the "Usage" heading ### Why make this change? This change likely removes references to polyfill-fastly.io service that may be deprecated, no longer recommended, or to simplify the documentation by focusing on the direct implementation approach. This ensures users follow the current best practices for implementing the Intl.Segmenter polyfill.
Configuration menu - View commit details
-
Copy full SHA for 7e758ad - Browse repository at this point
Copy the full SHA 7e758adView commit details -
chore(deps): update dependency aspect_rules_lint to v1.4.4 (#5018)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aspect_rules_lint](https://redirect.github.com/aspect-build/rules_lint) | bazel_dep | patch | `1.4.2` -> `1.4.4` | --- ### Release Notes <details> <summary>aspect-build/rules_lint (aspect_rules_lint)</summary> ### [`v1.4.4`](https://redirect.github.com/aspect-build/rules_lint/releases/tag/v1.4.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.4.4") ### Next, follow the install instructions for ### - linting: https://github.com/aspect-build/rules_lint/blob/v1.4.4/docs/linting.md ### - formatting: https://github.com/aspect-build/rules_lint/blob/v1.4.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 = "0dc1c02bdddd10bfbafdedc084a208a203e6ba47cad6d9440df8a8ee13464c48", strip_prefix = "rules_lint-1.4.4", url = "https://github.com/aspect-build/rules_lint/releases/download/v1.4.4/rules_lint-v1.4.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 - Revert "refactor: simplify devDep patching" by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/aspect-build/rules_lint/pull/545](https://redirect.github.com/aspect-build/rules_lint/pull/545) - Changes by create-pull-request action by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/aspect-build/rules_lint/pull/546](https://redirect.github.com/aspect-build/rules_lint/pull/546) - Improve documentation on making lint failures fail builds by [@​calliecameron](https://redirect.github.com/calliecameron) in [https://github.com/aspect-build/rules_lint/pull/554](https://redirect.github.com/aspect-build/rules_lint/pull/554) - Clarify how to use built-in formatters by [@​calliecameron](https://redirect.github.com/calliecameron) in [https://github.com/aspect-build/rules_lint/pull/557](https://redirect.github.com/aspect-build/rules_lint/pull/557) - Changes by create-pull-request action by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/aspect-build/rules_lint/pull/555](https://redirect.github.com/aspect-build/rules_lint/pull/555) - Document where to find mypy by [@​calliecameron](https://redirect.github.com/calliecameron) in [https://github.com/aspect-build/rules_lint/pull/553](https://redirect.github.com/aspect-build/rules_lint/pull/553) - Allow the ruff linter to run on filegroups tagged 'python' by [@​calliecameron](https://redirect.github.com/calliecameron) in [https://github.com/aspect-build/rules_lint/pull/560](https://redirect.github.com/aspect-build/rules_lint/pull/560) - Changes by create-pull-request action by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/aspect-build/rules_lint/pull/561](https://redirect.github.com/aspect-build/rules_lint/pull/561) - fix: declare human outputs as validation outputs by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/aspect-build/rules_lint/pull/562](https://redirect.github.com/aspect-build/rules_lint/pull/562) - Document that files with no extension will not be formatted by [@​calliecameron](https://redirect.github.com/calliecameron) in [https://github.com/aspect-build/rules_lint/pull/556](https://redirect.github.com/aspect-build/rules_lint/pull/556) - Clarify how to use built-in linters by [@​calliecameron](https://redirect.github.com/calliecameron) in [https://github.com/aspect-build/rules_lint/pull/558](https://redirect.github.com/aspect-build/rules_lint/pull/558) #### New Contributors - [@​calliecameron](https://redirect.github.com/calliecameron) made their first contribution in [https://github.com/aspect-build/rules_lint/pull/554](https://redirect.github.com/aspect-build/rules_lint/pull/554) **Full Changelog**: aspect-build/rules_lint@v1.4.3...v1.4.4 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e6d270 - Browse repository at this point
Copy the full SHA 8e6d270View commit details -
chore(deps): update vue monorepo to v3.5.16 (#5019)
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.14` -> `3.5.16`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-core/3.5.14/3.5.16) | [](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.14` -> `3.5.16`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-dom/3.5.14/3.5.16) | [](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.14` -> `3.5.16`](https://renovatebot.com/diffs/npm/@vue%2fserver-renderer/3.5.14/3.5.16) | [](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.14` -> `3.5.16`](https://renovatebot.com/diffs/npm/vue/3.5.14/3.5.16) | [](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 <details> <summary>vuejs/core (@​vue/compiler-core)</summary> ### [`v3.5.16`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3516-2025-05-29) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.15...v3.5.16) ##### Reverts - Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" ([#​13406](https://redirect.github.com/vuejs/core/issues/13406)) ([19f23b1](https://redirect.github.com/vuejs/core/commit/19f23b180bb679e38db95d6a10a420abeedc8e1c)), closes [#​13406](https://redirect.github.com/vuejs/core/issues/13406) - Revert "fix(compiler-sfc): add error handling for defineModel() without variable" ([#​13390](https://redirect.github.com/vuejs/core/issues/13390)) ([42f879f](https://redirect.github.com/vuejs/core/commit/42f879fcab48e0e1011967a771b4ad9e8838d760)), closes [#​13390](https://redirect.github.com/vuejs/core/issues/13390) ### [`v3.5.15`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3515-2025-05-26) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.14...v3.5.15) ##### Bug Fixes - **compat:** ensure false value on input retains value attribute ([#​13216](https://redirect.github.com/vuejs/core/issues/13216)) ([1a66474](https://redirect.github.com/vuejs/core/commit/1a664749d4d65a345589a6d78106ede7574cb2e1)), closes [#​13205](https://redirect.github.com/vuejs/core/issues/13205) - **compat:** should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for ([#​12993](https://redirect.github.com/vuejs/core/issues/12993)) ([93949e6](https://redirect.github.com/vuejs/core/commit/93949e6587ee019bccd5b8b9d76f0e1ed6ea16fc)), closes [#​12992](https://redirect.github.com/vuejs/core/issues/12992) - **compile-sfc:** handle inline template source map in prod build ([#​12701](https://redirect.github.com/vuejs/core/issues/12701)) ([89edc6c](https://redirect.github.com/vuejs/core/commit/89edc6cdcbd34ea6394927ecbfaa61dc4f871de7)), closes [#​12682](https://redirect.github.com/vuejs/core/issues/12682) [vitejs/vite-plugin-vue#500](https://redirect.github.com/vitejs/vite-plugin-vue/issues/500) - **compiler-core:** ensure mapping is added only if node source is available ([#​13285](https://redirect.github.com/vuejs/core/issues/13285)) ([d37a2ac](https://redirect.github.com/vuejs/core/commit/d37a2ac59d904ac0e3257ba552b6c04920a363f0)), closes [#​13261](https://redirect.github.com/vuejs/core/issues/13261) [vitejs/vite-plugin-vue#368](https://redirect.github.com/vitejs/vite-plugin-vue/issues/368) - **compiler-dom:** improve HTML nesting validation to allow any child element within template tag ([#​13320](https://redirect.github.com/vuejs/core/issues/13320)) ([163b365](https://redirect.github.com/vuejs/core/commit/163b3651d174321911648a164052effa9249a2aa)), closes [#​13318](https://redirect.github.com/vuejs/core/issues/13318) - **compiler-sfc:** add error handling for defineModel() without variable assignment ([#​13352](https://redirect.github.com/vuejs/core/issues/13352)) ([00734af](https://redirect.github.com/vuejs/core/commit/00734afef5f7bddbdaee52aa5359a6ef989f32d3)), closes [#​13280](https://redirect.github.com/vuejs/core/issues/13280) - **compiler-sfc:** add scoping tag to trailing universal selector ([#​12918](https://redirect.github.com/vuejs/core/issues/12918)) ([949df80](https://redirect.github.com/vuejs/core/commit/949df808809fd7cccf7718797beab0654aa68302)), closes [#​12906](https://redirect.github.com/vuejs/core/issues/12906) - **compiler-sfc:** improve type inference for TSTypeAliasDeclaration with better runtime type detection ([#​13245](https://redirect.github.com/vuejs/core/issues/13245)) ([cf5a5e0](https://redirect.github.com/vuejs/core/commit/cf5a5e0edf0efcab25c27aa2d13eba91f7372d39)), closes [#​13240](https://redirect.github.com/vuejs/core/issues/13240) - **compiler-sfc:** simulate `allowArbitraryExtensions` on resolving type ([#​13301](https://redirect.github.com/vuejs/core/issues/13301)) ([f7ce5ae](https://redirect.github.com/vuejs/core/commit/f7ce5ae666129339c006b339437c2dff6bceffe0)), closes [#​13295](https://redirect.github.com/vuejs/core/issues/13295) - **custom-element:** allow injecting values from app context in nested elements ([#​13219](https://redirect.github.com/vuejs/core/issues/13219)) ([b991075](https://redirect.github.com/vuejs/core/commit/b9910755a50c7d6c52b28c3aef20cf97810295c9)), closes [#​13212](https://redirect.github.com/vuejs/core/issues/13212) - **custom-element:** ensure proper remount and prevent redundant slot parsing with shadowRoot false ([#​13201](https://redirect.github.com/vuejs/core/issues/13201)) ([1d41d4d](https://redirect.github.com/vuejs/core/commit/1d41d4de7f64a37160c8171d0137fd8d35c346c9)), closes [#​13199](https://redirect.github.com/vuejs/core/issues/13199) - **custom-element:** preserve appContext during update ([#​12455](https://redirect.github.com/vuejs/core/issues/12455)) ([013749e](https://redirect.github.com/vuejs/core/commit/013749e75ef3b51762a86da379ea4ba4501b54ae)), closes [#​12453](https://redirect.github.com/vuejs/core/issues/12453) - **custom-element:** properly resolve props for sync component defs ([#​12855](https://redirect.github.com/vuejs/core/issues/12855)) ([a683c80](https://redirect.github.com/vuejs/core/commit/a683c80cf44ecc482f8ac9c76bf2381443c1b0bb)), closes [#​12854](https://redirect.github.com/vuejs/core/issues/12854) - **hydration:** handle transition appear hydration edge case ([#​13339](https://redirect.github.com/vuejs/core/issues/13339)) ([35aeae7](https://redirect.github.com/vuejs/core/commit/35aeae7fa3168adcf9ed95fd35495d17c8b93eeb)), closes [#​13335](https://redirect.github.com/vuejs/core/issues/13335) - **hydration:** skip lazy hydration for patched components ([#​13283](https://redirect.github.com/vuejs/core/issues/13283)) ([80055fd](https://redirect.github.com/vuejs/core/commit/80055fddfb3ca1e2a44f19c7f0ffaeba00de5140)), closes [#​13255](https://redirect.github.com/vuejs/core/issues/13255) - **suspense:** handle edge case in patching list nodes within Suspense ([#​13306](https://redirect.github.com/vuejs/core/issues/13306)) ([772b008](https://redirect.github.com/vuejs/core/commit/772b0087cb7be151c514a1d30365fb0f61a652ba)), closes [#​13305](https://redirect.github.com/vuejs/core/issues/13305) - **teleport:** handle deferred teleport updates before and after mount ([#​13350](https://redirect.github.com/vuejs/core/issues/13350)) ([d15dce3](https://redirect.github.com/vuejs/core/commit/d15dce3142474f2ef9fffed38383acdadcb26c4c)), closes [#​13349](https://redirect.github.com/vuejs/core/issues/13349) - **types:** avoid merging component instance into `$props` in `ComponentInstance` ([#​12870](https://redirect.github.com/vuejs/core/issues/12870)) ([f44feed](https://redirect.github.com/vuejs/core/commit/f44feed6fa461a9c4c724e9631c19e9e214c0a20)), closes [#​12751](https://redirect.github.com/vuejs/core/issues/12751) - **types:** exclude `undefined` from inferred prop types with default values ([#​13007](https://redirect.github.com/vuejs/core/issues/13007)) ([5179d32](https://redirect.github.com/vuejs/core/commit/5179d328d950015e7fb2a74fe1a8518fd8d2c94e)), closes [#​13006](https://redirect.github.com/vuejs/core/issues/13006) - **watch:** update `oldValue` before running `cb` to prevent stale value ([#​12296](https://redirect.github.com/vuejs/core/issues/12296)) ([c69c4bb](https://redirect.github.com/vuejs/core/commit/c69c4bb59c114f2b5e03733b55ef9ace3087b5c3)), closes [#​12294](https://redirect.github.com/vuejs/core/issues/12294) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04e86c7 - Browse repository at this point
Copy the full SHA 04e86c7View commit details
Commits on Jun 19, 2025
-
chore(deps): update dependency @swc/core to v1.12.2 (#5020)
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.29` -> `1.12.2`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.29/1.12.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 <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.12.2`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1122---2025-06-19) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.12.1...v1.12.2) ##### Bug Fixes - **(ci)** Fix build of `@swc/minifier` ([0dc5244](https://redirect.github.com/swc-project/swc/commit/0dc52440ea8f2320614d0875fc421ba647f1a75c)) - **(es/codegen)** Fix `.map` path when using `output_path` ([01e5bd1](https://redirect.github.com/swc-project/swc/commit/01e5bd1d6560d3b40e98122e09d0f7bd7c73b4c5)) - **(es/parser)** Allow type ann in jsx expr child ([#​10626](https://redirect.github.com/swc-project/swc/issues/10626)) ([48f576c](https://redirect.github.com/swc-project/swc/commit/48f576c64ac119af3bc990c78f06678dc0fdd800)) - **(swc)** Fix wrong caching of resolvers regarding file exts ([#​10615](https://redirect.github.com/swc-project/swc/issues/10615)) ([68aacd1](https://redirect.github.com/swc-project/swc/commit/68aacd1dfc2dd97feb5636f1833a6fa1e15407bd)) - **(ts/isolated-dts)** Fix usage dependency ([#​10621](https://redirect.github.com/swc-project/swc/issues/10621)) ([b3677d3](https://redirect.github.com/swc-project/swc/commit/b3677d36681820dd7c0f35ef97c44d5f7de69121)) - **(ts/isolated-dts)** Emit properties in overloaded constructor params ([#​10623](https://redirect.github.com/swc-project/swc/issues/10623)) ([6634ef1](https://redirect.github.com/swc-project/swc/commit/6634ef1d2fd7f298a4c5fbb5c23e28c2571177b8)) ##### Features - **(swc\_common)** Allow returning `None` in `try_lookup_source_file` ([#​10625](https://redirect.github.com/swc-project/swc/issues/10625)) ([d8e2405](https://redirect.github.com/swc-project/swc/commit/d8e2405d7f67867699eeda36ca59ac11ca7baf71)) ##### Performance - **(atoms)** Improve `atom!` for inlinable strings ([#​10612](https://redirect.github.com/swc-project/swc/issues/10612)) ([5113121](https://redirect.github.com/swc-project/swc/commit/51131212c3bd1992bdade5ab509572ad79d1aa53)) - **(es/minifier)** Avoid calling some costly function when optimizing deep nested binary expr ([#​10611](https://redirect.github.com/swc-project/swc/issues/10611)) ([1434571](https://redirect.github.com/swc-project/swc/commit/1434571477f5f8576a268a2bd32631eb9ce77229)) - **(es/minifier)** Remove needless JSON conversion ([#​10628](https://redirect.github.com/swc-project/swc/issues/10628)) ([4a58dca](https://redirect.github.com/swc-project/swc/commit/4a58dca92c71c2db871be3a09ea0aa6c9a6702fc)) - **(es/parser)** Reduce cmp in jsx spread child ([#​10606](https://redirect.github.com/swc-project/swc/issues/10606)) ([fb33c13](https://redirect.github.com/swc-project/swc/commit/fb33c135444edc4de4531cac7d5ae27feabfff76)) ##### Refactor - **(es/parser)** Cleanup - deduplicate some code ([#​10608](https://redirect.github.com/swc-project/swc/issues/10608)) ([5f9af96](https://redirect.github.com/swc-project/swc/commit/5f9af969d7a123b6cbc82c7a76489acf244a1cf3)) - **(es/parser)** Remove token contexts ([#​10547](https://redirect.github.com/swc-project/swc/issues/10547)) ([7ffe9d2](https://redirect.github.com/swc-project/swc/commit/7ffe9d23ca55c61acef69782e88d2e0e0e7ea47a)) ### [`v1.12.1`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1121---2025-06-12) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.12.0...v1.12.1) ##### Bug Fixes - **([@​swc/types](https://redirect.github.com/swc/types))** Remove `nativeClassProperties` ([#​10592](https://redirect.github.com/swc-project/swc/issues/10592)) ([39032dc](https://redirect.github.com/swc-project/swc/commit/39032dcd96bc618fcddf55d0824836c56f766eab)) - **(es/minifier)** Fix top level detection of DCE ([#​10603](https://redirect.github.com/swc-project/swc/issues/10603)) ([964a560](https://redirect.github.com/swc-project/swc/commit/964a5607d7bacb2bab1135bf0dd546a1a33fdb6c)) - **(es/minifier)** Fix inlining of arrows ([#​10604](https://redirect.github.com/swc-project/swc/issues/10604)) ([cc3bc4d](https://redirect.github.com/swc-project/swc/commit/cc3bc4d66c381d33d00bc530b57c88447ae8ead8)) - **(es/minifier)** Perform DCE on the end ([#​10602](https://redirect.github.com/swc-project/swc/issues/10602)) ([a97b149](https://redirect.github.com/swc-project/swc/commit/a97b1494267bba03436d160d39cd21ce68150173)) - **(swc_common)** Add `Files#is_in_file` ([#​10599](https://redirect.github.com/swc-project/swc/issues/10599)) ([e6b61eb](https://redirect.github.com/swc-project/swc/commit/e6b61ebfde2b0680c3e4144e6725803b2d9d7fc8)) ##### Features - **(es/parser)** Support parsing CommonJS ([#​10600](https://redirect.github.com/swc-project/swc/issues/10600)) ([70bda6a](https://redirect.github.com/swc-project/swc/commit/70bda6a199bec4b0f8fddb20040a382c44a78354)) ### [`v1.12.0`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1120---2025-06-10) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.11.31...v1.12.0) ##### Bug Fixes - **([@​swc/types](https://redirect.github.com/swc/types))** Add `jsc.output.charset` ([#​10567](https://redirect.github.com/swc-project/swc/issues/10567)) ([26b41e8](https://redirect.github.com/swc-project/swc/commit/26b41e86cb103fd6e9b76dcc9ed6625ef73ef9d0)) - **(es/codegen)** Don't call `cmt.get_leading` for dummy span ([#​10568](https://redirect.github.com/swc-project/swc/issues/10568)) ([16e204d](https://redirect.github.com/swc-project/swc/commit/16e204d3fa44acfea087e2e8929b7989894cf7bc)) - **(es/parser)** Disallow spread operator(`...`) in JSX attribute values ([#​10587](https://redirect.github.com/swc-project/swc/issues/10587)) ([8deba78](https://redirect.github.com/swc-project/swc/commit/8deba787bb7a210826be09ce065a7a40eef0d508)) - **(es/typescript)** Pass `native_class_properties` ([#​10561](https://redirect.github.com/swc-project/swc/issues/10561)) ([7e4cd9a](https://redirect.github.com/swc-project/swc/commit/7e4cd9ad4fcd28bc179c75020acb9a596d405efb)) - **(es/typescript)** Handle `export declare var` in namespace ([#​10579](https://redirect.github.com/swc-project/swc/issues/10579)) ([2daa17f](https://redirect.github.com/swc-project/swc/commit/2daa17f110910eae14412bbb29e8fdcf61265d13)) - **(ts/isolated-dts)** Add edges `SymbolFlags::Value` and `SymbolFlags::Type` in exports ([#​10577](https://redirect.github.com/swc-project/swc/issues/10577)) ([e6d4da2](https://redirect.github.com/swc-project/swc/commit/e6d4da219530744171ba46bfa44a06076080e7c2)) - Fix bindings ([0f858fd](https://redirect.github.com/swc-project/swc/commit/0f858fd3470c5c104ab9b6ca900ea97be37c615f)) ##### Documentation - **(contributing)** Add a script to patch local projects ([#​10565](https://redirect.github.com/swc-project/swc/issues/10565)) ([3ac0a21](https://redirect.github.com/swc-project/swc/commit/3ac0a21288c780ef1267cfeba2662bc6a825b508)) ##### Features - **(es/minifier)** Regex support for `format.comments` ([#​10571](https://redirect.github.com/swc-project/swc/issues/10571)) ([e441df5](https://redirect.github.com/swc-project/swc/commit/e441df50105a99c4725277278059e9b6100a95d0)) - **(es/module)** Add support for `import.meta.main` in AMD and CJS ([#​10596](https://redirect.github.com/swc-project/swc/issues/10596)) ([759de2e](https://redirect.github.com/swc-project/swc/commit/759de2e463864d331e5528bbe60b400efb3b1f84)) ##### Miscellaneous Tasks - **(plugin/runner)** Update `virtual-fs` to dedupe dependencies ([#​10594](https://redirect.github.com/swc-project/swc/issues/10594)) ([de667bb](https://redirect.github.com/swc-project/swc/commit/de667bbc485efae5dcb2ba0bd0c29b90e66605d2)) ##### Refactor - **(es/lexer)** Remove unnecessary result wrap ([#​10578](https://redirect.github.com/swc-project/swc/issues/10578)) ([49d15df](https://redirect.github.com/swc-project/swc/commit/49d15df1b4d2f5e07d10e10c75dcbeb637b2528d)) - **(es/parser)** Extract `parse_jsx_attrs` ([#​10569](https://redirect.github.com/swc-project/swc/issues/10569)) ([6492786](https://redirect.github.com/swc-project/swc/commit/649278679eab86e6cf167c170ecb49987559e26c)) - **(es/parser)** Remove `cur!(false)` macro ([#​10583](https://redirect.github.com/swc-project/swc/issues/10583)) ([c96fa23](https://redirect.github.com/swc-project/swc/commit/c96fa238168ce6418781b6c6c14aea7de832d67c)) - **(swc_common)** Remove `Input::find` ([#​10542](https://redirect.github.com/swc-project/swc/issues/10542)) ([494cef9](https://redirect.github.com/swc-project/swc/commit/494cef9982b7b9f93601ed8c0f49978a7d260259)) - **(swc_common)** Use `BytesStr` instead of `Lrc<String>` ([#​10580](https://redirect.github.com/swc-project/swc/issues/10580)) ([6f00973](https://redirect.github.com/swc-project/swc/commit/6f00973ba08b19f09adb1bc9b9dd9558be27247a)) - **(swc_common)** Use `swc_sourcemap` instead ([#​10593](https://redirect.github.com/swc-project/swc/issues/10593)) ([8a9f609](https://redirect.github.com/swc-project/swc/commit/8a9f609061e65977b97baca95dce147fa19e92fd)) ##### Testing - **(es/parser)** Enable jsx test ([#​10566](https://redirect.github.com/swc-project/swc/issues/10566)) ([72b1efe](https://redirect.github.com/swc-project/swc/commit/72b1efeaec0931b17c9a7b0acd52be8de77d07dc)) ### [`v1.11.31`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11131---2025-06-05) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.11.29...v1.11.31) ##### Bug Fixes - **(es/codegen)** Improve comments handling ([#​10534](https://redirect.github.com/swc-project/swc/issues/10534)) ([d9ba838](https://redirect.github.com/swc-project/swc/commit/d9ba838df9b88d6c4108bc21dd9d6eebd406aacd)) - **(es/codegen)** Exclude `constructor` from source map names ([#​10551](https://redirect.github.com/swc-project/swc/issues/10551)) ([ef85640](https://redirect.github.com/swc-project/swc/commit/ef856402515758196f5d925bcfb8213bf0ca18fd)) - **(es/fixer)** Fix a bug with awaited arrow fn expression ([#​10555](https://redirect.github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://redirect.github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6)) - **(es/minifier)** Fix missing variable ([#​10478](https://redirect.github.com/swc-project/swc/issues/10478)) ([6de3ef6](https://redirect.github.com/swc-project/swc/commit/6de3ef65bc599679020de13a3085824f06e047a7)) - **(es/minifier)** Inline object of member if prop is an ident ([#​10548](https://redirect.github.com/swc-project/swc/issues/10548)) ([e554381](https://redirect.github.com/swc-project/swc/commit/e554381bffa3602d7ce9ee156652cf654bac507f)) - **(es/minifier)** Add side effect check for test expr when compressing IfStmt ([#​10550](https://redirect.github.com/swc-project/swc/issues/10550)) ([3e9728e](https://redirect.github.com/swc-project/swc/commit/3e9728e70c77139a770717f87a9e54920e4a58c9)) - **(es/minifier)** Fix typo in an option name ([#​10554](https://redirect.github.com/swc-project/swc/issues/10554)) ([a303941](https://redirect.github.com/swc-project/swc/commit/a303941a36a59db19fe376b7601378fdc3830212)) - **(es/parser)** Emit syntax errors for strict mode in non-module or scripts ([#​10545](https://redirect.github.com/swc-project/swc/issues/10545)) ([1291b4a](https://redirect.github.com/swc-project/swc/commit/1291b4a78c51512fb0c699f3409275f4065bbc0b)) - **(es/react-compiler)** Fix usefulness detection ([#​10506](https://redirect.github.com/swc-project/swc/issues/10506)) ([41075a1](https://redirect.github.com/swc-project/swc/commit/41075a1c8776b62d7c2fc6436677d5d6b083a2f8)) - **(es/utils)** Fix `extract_var_ids` ([#​10511](https://redirect.github.com/swc-project/swc/issues/10511)) ([5644372](https://redirect.github.com/swc-project/swc/commit/56443727dd195a2a3500014b8f54b9a18e14e484)) - **(react-compiler)** Fix fast check ([#​10538](https://redirect.github.com/swc-project/swc/issues/10538)) ([9403ce2](https://redirect.github.com/swc-project/swc/commit/9403ce2e7372dbcd579e2710480f2ffc78d8bcca)) - **(swc_common)** Fix build ([#​10544](https://redirect.github.com/swc-project/swc/issues/10544)) ([2ed934d](https://redirect.github.com/swc-project/swc/commit/2ed934d4a1b2c85d6cc04c038aaee3e09c189e8b)) - **(swc_common)** Fix skip condition for sourcemap ([#​10562](https://redirect.github.com/swc-project/swc/issues/10562)) ([cbee0df](https://redirect.github.com/swc-project/swc/commit/cbee0dfa2b82ed470a387d06470e70617a6ee60a)) - **(swc_common)** Fix skip condition for sourcemap, really ([#​10563](https://redirect.github.com/swc-project/swc/issues/10563)) ([14feedb](https://redirect.github.com/swc-project/swc/commit/14feedb55286bbd811b4dfba26501bd1127067fe)) - **(swc_common)** Revert skip condition patch ([#​10564](https://redirect.github.com/swc-project/swc/issues/10564)) ([2a2b284](https://redirect.github.com/swc-project/swc/commit/2a2b284f2522ee1bb04033a4aa787b853617823f)) - **(ts/fast-dts)** Correctly emit Symbol-keyed accessors in declarations ([#​10508](https://redirect.github.com/swc-project/swc/issues/10508)) ([1298e76](https://redirect.github.com/swc-project/swc/commit/1298e767e78d69ba02efb1cb3260266b5a2812c2)) - **(ts/fast-dts)** Ensure correct emission of template literals and symbol-keyed properties ([#​10530](https://redirect.github.com/swc-project/swc/issues/10530)) ([8dbdbef](https://redirect.github.com/swc-project/swc/commit/8dbdbef266f508e09f52ffe1cbe2e953e5039a3d)) ##### Features - **(es/regexp)** Add crates for RegExp ([#​10525](https://redirect.github.com/swc-project/swc/issues/10525)) ([4b3f924](https://redirect.github.com/swc-project/swc/commit/4b3f924edf996983e2a61cc29eb0c552cf71af7a)) - **(swc_common)** Add `Globals::clone_data` ([#​10543](https://redirect.github.com/swc-project/swc/issues/10543)) ([39f30b0](https://redirect.github.com/swc-project/swc/commit/39f30b066fe4d91f8df641fe59aba86acb10d645)) - **(swc_common)** Add `map_raw_pos` to `Files` ([#​10560](https://redirect.github.com/swc-project/swc/issues/10560)) ([71224c3](https://redirect.github.com/swc-project/swc/commit/71224c365335e970f6dd12a47b4524da6d861bb3)) ##### Miscellaneous Tasks - **(bindings)** Use published versions of crates ([#​10513](https://redirect.github.com/swc-project/swc/issues/10513)) ([f65f028](https://redirect.github.com/swc-project/swc/commit/f65f02831cb68245d5790a6c867ac3e997eedbfd)) - **(ecosystem-ci)** Exclude `ts-node` ([2b284e1](https://redirect.github.com/swc-project/swc/commit/2b284e1930bd9aab88d74bef0f7453bf23e2ddfe)) ##### Performance - **(es/minifier)** Merge `PropertyCollector` into usage analyzer ([#​10514](https://redirect.github.com/swc-project/swc/issues/10514)) ([505bf54](https://redirect.github.com/swc-project/swc/commit/505bf542cd197afb2a5a5f7cd89ed97ac681a923)) - **(es/minifier)** Remove needless clone ([#​10523](https://redirect.github.com/swc-project/swc/issues/10523)) ([1c02ef6](https://redirect.github.com/swc-project/swc/commit/1c02ef63aa48b239a43f359991af736071634a21)) - **(es/parser)** Reduce comparison while reading logical ([#​10526](https://redirect.github.com/swc-project/swc/issues/10526)) ([2bc551c](https://redirect.github.com/swc-project/swc/commit/2bc551cb39d99ecebd5d6f10fc94a93173b2aefa)) - **(es/renamer)** Merge analyze/collect ([#​10509](https://redirect.github.com/swc-project/swc/issues/10509)) ([7b47f66](https://redirect.github.com/swc-project/swc/commit/7b47f661dd6794f658023b649ebcdc153fe6e27c)) - **(swc_common)** Remove `char_indices` calls ([#​10541](https://redirect.github.com/swc-project/swc/issues/10541)) ([51507bc](https://redirect.github.com/swc-project/swc/commit/51507bcfa24fcdc202e5bbf255a24feb1665a395)) ##### Refactor - **(es/codegen)** Migrate to `ryu-js` for numeric literal codegen ([#​10503](https://redirect.github.com/swc-project/swc/issues/10503)) ([4bc4244](https://redirect.github.com/swc-project/swc/commit/4bc4244c195d3a364b588348657fd8a3d8c22079)) - **(es/lexer)** Cleanup code for reading tokens ([#​10533](https://redirect.github.com/swc-project/swc/issues/10533)) ([a72092c](https://redirect.github.com/swc-project/swc/commit/a72092c13166fe80d494e49cf0c5ec04e93ee4eb)) - **(es/lexer)** Share `skip_block_comment` ([#​10549](https://redirect.github.com/swc-project/swc/issues/10549)) ([b101a87](https://redirect.github.com/swc-project/swc/commit/b101a87771d287b8e3bd9ae60a94b39de192718b)) - **(es/parser)** Share code for parsing strings ([#​10522](https://redirect.github.com/swc-project/swc/issues/10522)) ([931a2d6](https://redirect.github.com/swc-project/swc/commit/931a2d6761bfec72cdda7eb875ad02dc217848b9)) - **(es/parser)** Cleanup ([#​10559](https://redirect.github.com/swc-project/swc/issues/10559)) ([963ac9e](https://redirect.github.com/swc-project/swc/commit/963ac9efb23d4613932bcb6a29b94b9ac5d13860)) - **(ts/fast-dts)** Derive computed flags from source code ([#​10510](https://redirect.github.com/swc-project/swc/issues/10510)) ([a2d5664](https://redirect.github.com/swc-project/swc/commit/a2d56645cbf753770a2634e23423a59acaae6b84)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f25ae54 - Browse repository at this point
Copy the full SHA f25ae54View commit details -
chore(deps): update dependency @swc/core to v1.12.3 (#5024)
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.12.2` -> `1.12.3`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.12.2/1.12.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 <details> <summary>swc-project/swc (@​swc/core)</summary> ### [`v1.12.3`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1123---2025-06-19) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.12.2...v1.12.3) ##### Bug Fixes - **(es/codgen)** Emit leading comments of JSXExprContainer ([#​10627](https://redirect.github.com/swc-project/swc/issues/10627)) ([2d2162a](https://redirect.github.com/swc-project/swc/commit/2d2162a1e90b997db130ba8ab9b262cd145f998a)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bc9e9bd - Browse repository at this point
Copy the full SHA bc9e9bdView commit details -
fix(deps): update dependency @types/estree to v1.0.8 (#5011)
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.8`](https://renovatebot.com/diffs/npm/@types%2festree/1.0.6/1.0.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-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.7` -> `1.0.8`](https://renovatebot.com/diffs/npm/@types%2festree/1.0.7/1.0.8) | [](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 these updates again. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e678c4e - Browse repository at this point
Copy the full SHA e678c4eView commit details -
chore(deps): update dependency @types/lodash to v4.17.18 (#5025)
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.17` -> `4.17.18`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.17/4.17.18) | [](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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 94ecf07 - Browse repository at this point
Copy the full SHA 94ecf07View commit details -
chore(deps): update vue monorepo to v3.5.17 (#5027)
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.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-core/3.5.16/3.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/) | | [@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.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-dom/3.5.16/3.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/) | | [@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.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/@vue%2fserver-renderer/3.5.16/3.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/) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/vue/3.5.16/3.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/) | --- ### Release Notes <details> <summary>vuejs/core (@​vue/compiler-core)</summary> ### [`v3.5.17`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3517-2025-06-18) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.16...v3.5.17) ##### Bug Fixes - **compat:** allow v-model built in modifiers on component ([#​12654](https://redirect.github.com/vuejs/core/issues/12654)) ([cb14b86](https://redirect.github.com/vuejs/core/commit/cb14b860f150c4a83bcd52cd26096b7a5aa3a2bf)), closes [#​12652](https://redirect.github.com/vuejs/core/issues/12652) - **compile-sfc:** handle mapped types work with omit and pick ([#​12648](https://redirect.github.com/vuejs/core/issues/12648)) ([4eb46e4](https://redirect.github.com/vuejs/core/commit/4eb46e443f1878199755cb73d481d318a9714392)), closes [#​12647](https://redirect.github.com/vuejs/core/issues/12647) - **compiler-core:** do not increase newlines in `InEntity` state ([#​13362](https://redirect.github.com/vuejs/core/issues/13362)) ([f05a8d6](https://redirect.github.com/vuejs/core/commit/f05a8d613bd873b811cfdb9979ccac8382dba322)) - **compiler-core:** ignore whitespace when matching adjacent v-if ([#​12321](https://redirect.github.com/vuejs/core/issues/12321)) ([10ebcef](https://redirect.github.com/vuejs/core/commit/10ebcef8c870dbc042b0ea49b1424b2e8f692145)), closes [#​9173](https://redirect.github.com/vuejs/core/issues/9173) - **compiler-core:** prevent comments from blocking static node hoisting ([#​13345](https://redirect.github.com/vuejs/core/issues/13345)) ([55dad62](https://redirect.github.com/vuejs/core/commit/55dad625acd9e9ddd5a933d5e323ecfdec1a612f)), closes [#​13344](https://redirect.github.com/vuejs/core/issues/13344) - **compiler-sfc:** improved type resolution for function type aliases ([#​13452](https://redirect.github.com/vuejs/core/issues/13452)) ([f3479aa](https://redirect.github.com/vuejs/core/commit/f3479aac9625f4459e650d1c0a70e73863147903)), closes [#​13444](https://redirect.github.com/vuejs/core/issues/13444) - **custom-element:** ensure configureApp is applied to async component ([#​12607](https://redirect.github.com/vuejs/core/issues/12607)) ([5ba1afb](https://redirect.github.com/vuejs/core/commit/5ba1afba09c3ea56c1c17484f5d8aeae210ce52a)), closes [#​12448](https://redirect.github.com/vuejs/core/issues/12448) - **custom-element:** prevent injecting child styles if shadowRoot is false ([#​12769](https://redirect.github.com/vuejs/core/issues/12769)) ([73055d8](https://redirect.github.com/vuejs/core/commit/73055d8d9578d485e3fe846726b50666e1aa56f5)), closes [#​12630](https://redirect.github.com/vuejs/core/issues/12630) - **reactivity:** add `__v_skip` flag to `Dep` to prevent reactive conversion ([#​12804](https://redirect.github.com/vuejs/core/issues/12804)) ([e8d8f5f](https://redirect.github.com/vuejs/core/commit/e8d8f5f604e821acc46b4200d5b06979c05af1c2)), closes [#​12803](https://redirect.github.com/vuejs/core/issues/12803) - **runtime-core:** unset old ref during patching when new ref is absent ([#​12900](https://redirect.github.com/vuejs/core/issues/12900)) ([47ddf98](https://redirect.github.com/vuejs/core/commit/47ddf986021dff8de68b0da72787e53a6c19de4c)), closes [#​12898](https://redirect.github.com/vuejs/core/issues/12898) - **slots:** make cache indexes marker non-enumerable ([#​13469](https://redirect.github.com/vuejs/core/issues/13469)) ([919c447](https://redirect.github.com/vuejs/core/commit/919c44744bba1f0c661c87d2059c3b429611aa7e)), closes [#​13468](https://redirect.github.com/vuejs/core/issues/13468) - **ssr:** handle initial selected state for select with v-model + v-for/v-if option ([#​13487](https://redirect.github.com/vuejs/core/issues/13487)) ([1552095](https://redirect.github.com/vuejs/core/commit/15520954f9f1c7f834175938a50dba5d4be0e6c4)), closes [#​13486](https://redirect.github.com/vuejs/core/issues/13486) - **types:** typo of `vOnce` and `vSlot` ([#​13343](https://redirect.github.com/vuejs/core/issues/13343)) ([762fae4](https://redirect.github.com/vuejs/core/commit/762fae4b57ad60602e5c84465a3bff562785b314)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db9640d - Browse repository at this point
Copy the full SHA db9640dView commit details -
chore(deps): update dependency aspect_bazel_lib to v2.19.4 (#5028)
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.16.0` -> `2.19.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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 731a0a8 - Browse repository at this point
Copy the full SHA 731a0a8View commit details -
chore(deps): update dependency buildifier_prebuilt to v8.2.0.2 (#5029)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [buildifier_prebuilt](https://redirect.github.com/keith/buildifier-prebuilt) | bazel_dep | minor | `8.0.3` -> `8.2.0.2` | --- ### Release Notes <details> <summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary> ### [`v8.2.0.2`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.2.0.2) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/8.2.0.1...8.2.0.2) #### What's Changed - Update README.md for 8.2.0.1 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/119](https://redirect.github.com/keith/buildifier-prebuilt/pull/119) - Mark extension as reproducible by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/120](https://redirect.github.com/keith/buildifier-prebuilt/pull/120) **Full Changelog**: keith/buildifier-prebuilt@8.2.0.1...8.2.0.2 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "f98dd3d8f32661629b8cab11f02d7730bb8e03bd8af09dbbb268047889c8ff10", strip_prefix = "buildifier-prebuilt-8.2.0.2", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/8.2.0.2.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` ### [`v8.2.0.1`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.2.0.1) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/8.2.0...8.2.0.1) #### What's Changed - Update README.md for 8.2.0 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/117](https://redirect.github.com/keith/buildifier-prebuilt/pull/117) - Remove use of local\_config\_platform by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/118](https://redirect.github.com/keith/buildifier-prebuilt/pull/118) **Full Changelog**: keith/buildifier-prebuilt@8.2.0...8.2.0.1 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "8.2.0.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "1bf1ca3327207afff5230c43a5646ea3c7f232c180772f68707159f7254754f1", strip_prefix = "buildifier-prebuilt-8.2.0.1", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/8.2.0.1.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` ### [`v8.2.0`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.2.0) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/8.0.3...8.2.0) #### What's Changed - Update README.md for 8.0.3 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/112](https://redirect.github.com/keith/buildifier-prebuilt/pull/112) - Add `exec_compatible_with = HOST_CONSTRAINTS` to rules by [@​brentleyjones](https://redirect.github.com/brentleyjones) in [https://github.com/keith/buildifier-prebuilt/pull/113](https://redirect.github.com/keith/buildifier-prebuilt/pull/113) - Fix add\_tables as run file target to buildifier by [@​tjoneslo](https://redirect.github.com/tjoneslo) in [https://github.com/keith/buildifier-prebuilt/pull/115](https://redirect.github.com/keith/buildifier-prebuilt/pull/115) - Update to 8.2.0 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/116](https://redirect.github.com/keith/buildifier-prebuilt/pull/116) #### New Contributors - [@​brentleyjones](https://redirect.github.com/brentleyjones) made their first contribution in [https://github.com/keith/buildifier-prebuilt/pull/113](https://redirect.github.com/keith/buildifier-prebuilt/pull/113) - [@​tjoneslo](https://redirect.github.com/tjoneslo) made their first contribution in [https://github.com/keith/buildifier-prebuilt/pull/115](https://redirect.github.com/keith/buildifier-prebuilt/pull/115) **Full Changelog**: keith/buildifier-prebuilt@8.0.3...8.2.0 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "8.2.0", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "67c6c12f364df863b306b8f0a3b07cba949a964cce6116aeab1ca22980c7d6e4", strip_prefix = "buildifier-prebuilt-8.2.0", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/8.2.0.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f943ac - Browse repository at this point
Copy the full SHA 4f943acView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff eslint-plugin-formatjs@5.4.0...main