An open index of dependabot pull requests across open source projects.

deps: bump the all-dependencies group with 14 updates

Merged
Number: #153
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 24, 2025 at 04:17 PM UTC
(3 months ago)
Updated: June 24, 2025 at 04:19 PM UTC
(3 months ago)
Merged: June 24, 2025 at 04:19 PM UTC
(3 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies
Description:

Bumps the all-dependencies group with 14 updates:

Package From To
@swc/core 1.12.5 1.12.6
@sinclair/typebox 0.34.36 0.34.37
@swc/core-darwin-arm64 1.12.5 1.12.6
@swc/core-darwin-x64 1.12.5 1.12.6
@swc/core-linux-arm-gnueabihf 1.12.5 1.12.6
@swc/core-linux-arm64-gnu 1.12.5 1.12.6
@swc/core-linux-arm64-musl 1.12.5 1.12.6
@swc/core-linux-x64-gnu 1.12.5 1.12.6
@swc/core-linux-x64-musl 1.12.5 1.12.6
@swc/core-win32-arm64-msvc 1.12.5 1.12.6
@swc/core-win32-ia32-msvc 1.12.5 1.12.6
@swc/core-win32-x64-msvc 1.12.5 1.12.6
electron-to-chromium 1.5.171 1.5.173
unrs-resolver 1.9.1 1.9.2

Updates @swc/core from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @sinclair/typebox from 0.34.36 to 0.34.37

Commits

Updates @swc/core-darwin-arm64 from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-darwin-x64's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm-gnueabihf from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-linux-arm-gnueabihf's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-linux-arm64-gnu's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-musl from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-linux-arm64-musl's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-musl from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-linux-x64-musl's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-win32-arm64-msvc from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-win32-arm64-msvc's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-win32-ia32-msvc from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-win32-ia32-msvc's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with swc_core v29.1.2
  • 17d8faf chore: Publish crates with swc_core v29.1.2
  • Additional commits viewable in compare view

Updates @swc/core-win32-x64-msvc from 1.12.5 to 1.12.6

Changelog

Sourced from @​swc/core-win32-x64-msvc's changelog.

[1.12.6] - 2025-06-24

Bug Fixes

  • (es/parser) Throw error if JSX does not end with > (#10687) (cb3d6db)

  • (es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)

  • (hstr) Support MSRV = 1.86 (#10673) (de19d1e)

  • (ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)

Features

  • (ts/fast-strip) Support JSX under a feature flag (#10656) (6a70d17)

Miscellaneous Tasks

  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)

Performance

  • (es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)

  • (es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)

  • (es/lexer) Introduce byte_search to reduce comparison operations (#10668) (3806ffd)

  • (es/lexer) Compare \n first (#10669) (9c41e2f)

  • (es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)

  • (es/minifier) Remove needless clones (#10661) (5f4f7dd)

... (truncated)

Commits
  • 34a5e2e chore: Publish 1.12.6 with swc_core v29.1.2
  • 7bb15eb chore: Update changelog
  • 6b01da9 chore: Publish 1.12.6-nightly-20250623.3 with swc_core v29.1.2
  • cfbb1f9 chore(ecosystem-ci): Exclude react-leaflet
  • 69e8f22 chore: Update changelog
  • 3c5536b chore: Publish 1.12.6-nightly-20250623.2 with swc_core v29.1.2
  • eee0578 build(wasm): Fix wasm builds
  • 89f5746 chore: Update changelog
  • a5a97ea chore: Publish 1.12.6-nightly-20250623.1 with <...

    Description has been truncated

Pull Request Statistics
Commits:
3
Files Changed:
4
Additions:
+171
Deletions:
-171
Package Dependencies
Ecosystem:
npm
Version Change:
1.5.171 → 1.5.173
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.9.1 → 1.9.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.5 → 1.12.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.34.36 → 0.34.37
Update Type:
Patch
Technical Details
ID: 2238286
UUID: 2615544644
Node ID: PR_kwDOKvqLmM6b5gtE
Host: GitHub
Repository: mattfsourcecode/fastify-swc-typescript-server
Merge State: Unknown