Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the minorandpatch group with 10 updates #754

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps the minorandpatch group with 10 updates:

Package From To
@swc/core 1.8.0 1.10.9
@swc/jest 0.2.36 0.2.37
@tada5hi/commitlint-config 1.2.2 1.2.3
@tada5hi/eslint-config-typescript 1.2.12 1.2.13
@tada5hi/tsconfig 0.5.1 0.6.0
@types/jest 29.5.12 29.5.14
@types/node 22.7.2 22.10.10
husky 9.1.6 9.1.7
rollup 4.24.4 4.32.0
typescript 5.6.3 5.7.3

Updates @swc/core from 1.8.0 to 1.10.9

Changelog

Sourced from @​swc/core's changelog.

[1.10.9] - 2025-01-21

Bug Fixes

Documentation

  • (es/parallel) Improve document of Parallel (#9896) (9962c9c)

Features

  • (es/minifier) Print total size from minify-all example (#9897) (134000f)

  • (es/minifier) Turn 1 * v into +v (#9903) (a228347)

  • (es/minifier) Compress foo ? num : 0 into num * !!foo (#9908) (ce22557)

Miscellaneous Tasks

  • (es/minifier) Print slow files from minify-all example (#9899) (2d87b89)

Performance

  • (es/minifier) Make character frequency analysis parallel (#9895) (ca2fd1e)

  • (es/minifier) Parallelize handling of class members (#9900) (ed74839)

  • (es/minifier) Adjust threshold for parallel char frequency calculation (#9901) (47ea8de)

  • (es/minifier) Do heavy operation only if required (#9902) (2687231)

  • (es/minifier) Cache var_or_default calls (#9909) (4a3be8d)

... (truncated)

Commits
  • fa59f9d chore: Publish 1.10.9 with swc_core v10.6.1
  • b346835 chore: Update changelog
  • 584ead0 chore: Publish 1.10.9-nightly-20250121.1 with swc_core v10.6.1
  • 1b4c025 chore: Publish crates with swc_core v10.6.1
  • 8bfb0e5 perf(es/minifier): Invert cache to be really a cache (#9910)
  • 4a3be8d perf(es/minifier): Cache var_or_default calls (#9909)
  • eb84548 chore: Publish crates with swc_core v10.6.0
  • ce22557 feat(es/minifier): Compress foo ? num : 0 into num * !!foo (#9908)
  • 60ae9f3 chore: Publish crates with swc_core v10.5.1
  • a228347 feat(es/minifier): Turn 1 * v into +v (#9903)
  • Additional commits viewable in compare view

Updates @swc/jest from 0.2.36 to 0.2.37

Commits

Updates @tada5hi/commitlint-config from 1.2.2 to 1.2.3

Release notes

Sourced from @​tada5hi/commitlint-config's releases.

commitlint-config: v1.2.3

1.2.3 (2024-11-25)

Bug Fixes

  • deps: bump @​commitlint/config-conventional from 19.4.1 to 19.5.0 (#615) (1074c1f)
Changelog

Sourced from @​tada5hi/commitlint-config's changelog.

1.2.3 (2024-11-25)

Bug Fixes

  • deps: bump @​commitlint/config-conventional from 19.4.1 to 19.5.0 (#615) (1074c1f)
Commits
  • 5f98ecf chore: release master (#626)
  • 60651fd fix(deps): bump @​commitlint/config-conventional from 19.5.0 to 19.6.0 (#625)
  • 710d428 build(deps-dev): bump @​commitlint/cli from 19.5.0 to 19.6.0 (#624)
  • 1074c1f fix(deps): bump @​commitlint/config-conventional from 19.4.1 to 19.5.0 (#615)
  • 76d5e6b build(deps-dev): bump @​commitlint/cli from 19.4.1 to 19.5.0 (#614)
  • See full diff in compare view

Updates @tada5hi/eslint-config-typescript from 1.2.12 to 1.2.13

Release notes

Sourced from @​tada5hi/eslint-config-typescript's releases.

eslint-config-nuxt-typescript: v1.2.13

1.2.13 (2024-11-25)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​tada5hi/eslint-config-typescript bumped from ^1.2.12 to ^1.2.13

eslint-config-typescript: v1.2.13

1.2.13 (2024-11-25)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​tada5hi/eslint-config bumped from ^1.2.7 to ^1.2.8
Changelog

Sourced from @​tada5hi/eslint-config-typescript's changelog.

1.2.13 (2024-11-25)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​tada5hi/eslint-config bumped from ^1.2.7 to ^1.2.8
Commits

Updates @tada5hi/tsconfig from 0.5.1 to 0.6.0

Release notes

Sourced from @​tada5hi/tsconfig's releases.

tsconfig: v0.6.0

0.6.0 (2024-11-25)

⚠ BREAKING CHANGES

  • target esm version changed

Features

  • change target in tsconfig to ESNEXT (f97171a)
Changelog

Sourced from @​tada5hi/tsconfig's changelog.

0.6.0 (2024-11-25)

⚠ BREAKING CHANGES

  • target esm version changed

Features

  • change target in tsconfig to ESNEXT (f97171a)
Commits

Updates @types/jest from 29.5.12 to 29.5.14

Commits

Updates @types/node from 22.7.2 to 22.10.10

Commits

Updates husky from 9.1.6 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

Commits

Updates rollup from 4.24.4 to 4.32.0

Release notes

Sourced from rollup's releases.

v4.32.0

4.32.0

2025-01-24

Features

  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#5799)

Bug Fixes

  • Fix incorrect urls in CLI warnings (#5809)

Pull Requests

v4.31.0

4.31.0

2025-01-19

Features

  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#5803)

Bug Fixes

  • Handle files with more than one UTF-8 BOM header (#5806)

Pull Requests

v4.30.1

4.30.1

2025-01-07

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.32.0

2025-01-24

Features

  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#5799)

Bug Fixes

  • Fix incorrect urls in CLI warnings (#5809)

Pull Requests

4.31.0

2025-01-19

Features

  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#5803)

Bug Fixes

  • Handle files with more than one UTF-8 BOM header (#5806)

Pull Requests

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

... (truncated)

Commits

Updates typescript from 5.6.3 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 minorandpatch group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.8.0` | `1.10.9` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.36` | `0.2.37` |
| [@tada5hi/commitlint-config](https://github.com/tada5hi/javascript/tree/HEAD/packages/commitlint-config) | `1.2.2` | `1.2.3` |
| [@tada5hi/eslint-config-typescript](https://github.com/tada5hi/javascript/tree/HEAD/packages/eslint-config-typescript) | `1.2.12` | `1.2.13` |
| [@tada5hi/tsconfig](https://github.com/tada5hi/javascript/tree/HEAD/packages/tsconfig) | `0.5.1` | `0.6.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.2` | `22.10.10` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [rollup](https://github.com/rollup/rollup) | `4.24.4` | `4.32.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` |


Updates `@swc/core` from 1.8.0 to 1.10.9
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.8.0...v1.10.9)

Updates `@swc/jest` from 0.2.36 to 0.2.37
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@tada5hi/commitlint-config` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/commitlint-config/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/commitlint-config-v1.2.3/packages/commitlint-config)

Updates `@tada5hi/eslint-config-typescript` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/eslint-config-typescript/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/eslint-config-typescript-v1.2.13/packages/eslint-config-typescript)

Updates `@tada5hi/tsconfig` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/tsconfig/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/tsconfig-v0.6.0/packages/tsconfig)

Updates `@types/jest` from 29.5.12 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 22.7.2 to 22.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `rollup` from 4.24.4 to 4.32.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.24.4...v4.32.0)

Updates `typescript` from 5.6.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.3)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@swc/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/commitlint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 24, 2025
@tada5hi tada5hi merged commit 90061a4 into develop Jan 24, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/minorandpatch-cb79c578bb branch January 24, 2025 11:25
Copy link

🎉 This PR is included in version 2.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant