Skip to content

chore(deps-dev): bump the development-dependencies group with 2 updates#36

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/development-dependencies-8d12df7d22
Apr 7, 2026
Merged

chore(deps-dev): bump the development-dependencies group with 2 updates#36
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/development-dependencies-8d12df7d22

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps the development-dependencies group with 2 updates: @labeg/code-style and @swc/core.

Updates @labeg/code-style from 6.10.20 to 6.10.21

Changelog

Sourced from @​labeg/code-style's changelog.

[6.10.21] - 2026-04-01

⚙️ Miscellaneous Tasks

  • (deps) Bump minimatch from 3.1.2 to 3.1.3 (#42)
  • (deps) Bump the all-minor-patch group with 2 updates (#43)
  • (deps-dev) Bump the development-dependencies group with 3 updates (#44)
  • (deps) Bump minimatch from 3.1.3 to 3.1.5 (#45)
  • (deps) Bump flatted from 3.3.3 to 3.4.1 (#47)
  • (deps) Bump flatted from 3.4.1 to 3.4.2 (#49)
  • (deps) Bump picomatch (#50)
  • (deps) Bump brace-expansion from 1.1.12 to 1.1.13 (#51)
  • (deps) Bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0 (#52)
Commits
  • 660ef83 chore(@​labeg/code-style): release @​labeg/code-style@​6.10.21
  • 00a0afe ci(deps): bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0 (#52)
  • afbe717 chore(deps): bump brace-expansion from 1.1.12 to 1.1.13 (#51)
  • 394bf5a chore(deps): bump picomatch (#50)
  • 40be6da chore(deps): bump flatted from 3.4.1 to 3.4.2 (#49)
  • be71162 chore(deps): bump flatted from 3.3.3 to 3.4.1 (#47)
  • a47c7eb chore(deps): bump minimatch from 3.1.3 to 3.1.5 (#45)
  • a79dae1 chore(deps-dev): bump the development-dependencies group with 3 updates (#44)
  • 7f831b6 chore(deps): bump the all-minor-patch group with 2 updates (#43)
  • dcd0683 chore(deps): bump minimatch from 3.1.2 to 3.1.3 (#42)
  • See full diff in compare view

Updates @swc/core from 1.15.21 to 1.15.24

Changelog

Sourced from @​swc/core's changelog.

[1.15.24] - 2026-04-04

Bug Fixes

  • (es/decorators) Scope 2023-11 implicit-global rewrite to decorator-lifted exprs (#11743) (1c01bbb)

  • (es/minifier) Handle toExponential(undefined) (#11583) (cd94a31)

  • (es/minifier) Cap deep if_return conditional chains (#11758) (a92fa3e)

  • (es/minifier) Inline prop shorthand in computed props (#11760) (71feafb)

  • (es/parser) Parse key Flow forms from #11729 (phase 1) (#11733) (886fe53)

  • (es/parser) Close remaining Flow parser gaps for #11729 (phase 2) (#11740) (8d36f05)

  • (es/regexp) Preserve source for wrapped named groups (#11757) (7e56fe5)

  • (html/codegen) Keep for span-parent paragraphs (#11756) (ede9950)

  • (swc_common) Make eat_byte unsafe to prevent UTF-8 boundary violation (#11731) (669a659)

Features

  • (es/minifier) Remove useless arguments for non inlined callee (#11645) (bab249e)

  • (react-compiler) Advance SWC parity for upstream fixtures (#11724) (468da70)

  • (react-compiler) Tighten core validation parity for upstream fixtures (#11734) (7e2cf8d)

  • (react-compiler) Improve SWC parity for early-return and hooks validation (#11738) (4739c58)

  • (react-compiler) M1 memo validators + lint gating alignment (#11739) (7e1ad26)

... (truncated)

Commits
  • c4d229d chore: Publish 1.15.24 with swc_core v62.0.0
  • 829a68e chore: Publish 1.15.24-nightly-20260404.1 with swc_core v62.0.0
  • 18d2eca chore: Publish 1.15.23-nightly-20260403.1 with swc_core v61.0.1
  • 9afbb30 chore: Publish crates with swc_core v61.0.1
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 2 updates: [@labeg/code-style](https://github.com/LabEG/code-style) and [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core).


Updates `@labeg/code-style` from 6.10.20 to 6.10.21
- [Changelog](https://github.com/LabEG/code-style/blob/master/CHANGELOG.md)
- [Commits](LabEG/code-style@v6.10.20...v6.10.21)

Updates `@swc/core` from 1.15.21 to 1.15.24
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.24/packages/core)

---
updated-dependencies:
- dependency-name: "@labeg/code-style"
  dependency-version: 6.10.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 7, 2026
@github-actions github-actions bot merged commit 132ab99 into master Apr 7, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-8d12df7d22 branch April 7, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant