Bump the miscs group with 13 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the miscs group with 13 updates:
Package | From | To |
---|---|---|
@swc/core | 1.12.6 |
1.12.7 |
pnpm | 10.12.3 |
10.12.4 |
@swc/core-darwin-arm64 | 1.12.6 |
1.12.7 |
@swc/core-darwin-x64 | 1.12.6 |
1.12.7 |
@swc/core-linux-arm-gnueabihf | 1.12.6 |
1.12.7 |
@swc/core-linux-arm64-gnu | 1.12.6 |
1.12.7 |
@swc/core-linux-arm64-musl | 1.12.6 |
1.12.7 |
@swc/core-linux-x64-gnu | 1.12.6 |
1.12.7 |
@swc/core-linux-x64-musl | 1.12.6 |
1.12.7 |
@swc/core-win32-arm64-msvc | 1.12.6 |
1.12.7 |
@swc/core-win32-ia32-msvc | 1.12.6 |
1.12.7 |
@swc/core-win32-x64-msvc | 1.12.6 |
1.12.7 |
rollup | 4.44.0 |
4.44.1 |
Updates @swc/core
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates pnpm
from 10.12.3 to 10.12.4
Release notes
Sourced from pnpm's releases.
pnpm 10.12.4
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted. Fixes a regression introduced in [v10.12.2] by #9648; resolves [#9689](https://github.com/pnpm/pnpm/tree/HEAD/pnpm/issues/9689).[v10.12.2]: https://github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions #9648: pnpm/pnpm#9648 [#9689](https://github.com/pnpm/pnpm/tree/HEAD/pnpm/issues/9689): pnpm/pnpm#9689
Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.12.4
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted. Fixes a regression introduced in [v10.12.2] by #9648; resolves #9689.[v10.12.2]: https://github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions #9648: pnpm/pnpm#9648 #9689: pnpm/pnpm#9689
Commits
337a110
chore(release): 10.12.42893bb9
fix(listing/json): empty filter should print empty array (#9688)7f52001
docs: add new sponsor- See full diff in compare view
Updates @swc/core-darwin-arm64
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-darwin-arm64
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-darwin-x64
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-darwin-x64
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-linux-arm-gnueabihf
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-linux-arm-gnueabihf
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-gnu
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-linux-arm64-gnu
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-musl
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-linux-arm64-musl
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-linux-x64-gnu
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-linux-x64-gnu
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-linux-x64-musl
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-linux-x64-musl
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-win32-arm64-msvc
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-win32-arm64-msvc
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-win32-ia32-msvc
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-win32-ia32-msvc
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
Commits
3f1c4fb
chore: Publish1.12.7
withswc_core
v29.2.0
862430d
chore: Update changeloge43a89c
chore: Publish1.12.7-nightly-20250626.1
withswc_core
v29.2.0
31d2a37
chore: Publish crates withswc_core
v29.2.0
0ae0341
perf(es/parser): Do not compare error each time (#10696)85cd9a7
fix(es/minifier): Drop pure tagged string call expr (#10702)750c7d4
feat(es/parser): Expose Token API with unstable feature flag (#10699)5ecc3ca
feat(es/parser): Enable import attributes unconditionally (#10706)643253d
fix(es/parser): Support keywords as JSX member expression properties (#10701)636d7a3
feat(es/parser): Addoverride
andout
keyword (#10695)- Additional commits viewable in compare view
Updates @swc/core-win32-x64-msvc
from 1.12.6 to 1.12.7
Changelog
Sourced from @swc/core-win32-x64-msvc
's changelog.
[1.12.7] - 2025-06-26
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
PerformanceDescription has been truncated
Pull Request Statistics
1
2
+142
-142
Package Dependencies
@swc/core-linux-arm-gnueabihf
npm
1.12.6 → 1.12.7
Patch
@swc/core-linux-arm64-gnu
npm
1.12.6 → 1.12.7
Patch
@swc/core-linux-arm64-musl
npm
1.12.6 → 1.12.7
Patch
@swc/core-win32-arm64-msvc
npm
1.12.6 → 1.12.7
Patch
@swc/core-win32-ia32-msvc
npm
1.12.6 → 1.12.7
Patch
Technical Details
ID: | 2356498 |
UUID: | 2622296297 |
Node ID: | PR_kwDOEbaw7s6cTRDp |
Host: | GitHub |
Repository: | poad/typescript-cli-template |
Merge State: | Unknown |