f0480f0 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.
The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
f0480f0 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.
The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
Bumps the minor-patch group with 15 updates in the / directory:
7.24.8
7.25.2
7.24.8
7.25.3
9.1.1
9.1.4
15.2.7
15.2.8
7.24.8
7.25.0
7.24.8
7.25.0
8.5.11
8.5.12
0.10.4
0.10.6
5.17.0
5.17.1
4.3.6
4.3.7
3.1.0
3.2.0
2.14.0
2.15.0
2.8.0
2.8.1
8.4.39
8.4.41
5.31.2
5.31.3
Updates
@babel/core
from 7.24.8 to 7.25.2Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
0f8f408
v7.25.26a15d7a
Ensure thatrequeueComputedKeyAndDecorators
is available (#16695)9f7e29a
chore: fix one suppressed eslint error (#16696)2413d1a
Add eslint-plugin-regexp (#16680)5dc3b44
Expose wether a module has TLA or not as.extra.async
(#16480)30aa644
v7.24.97d923b8
Avoidrequire()
call in@babel/standalone
bundle (#16639)889c58f
Revert "Pin CI to Node.js 22.1" (#16633)Updates
@babel/preset-env
from 7.24.8 to 7.25.3Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
787c7cd
v7.25.3a0c8871
Test: Improve available-plugins compat-data check (#16693)0f8f408
v7.25.20b2cc25
Update compat-table (#16691)2413d1a
Add eslint-plugin-regexp (#16680)d2e3ee2
v7.25.0d364545
MoveensureFunctionName
toNodePath.prototype
(#16658)814b31e
Introducebugfix-safari-class-field-initializer-scope
(#16569)46284e4
Addduplicate-named-capturing-groups-regex
topreset-env
(#16445)482008c
Simplifyhelper-function-name
logic (#16652)Updates
husky
from 9.1.1 to 9.1.4Release notes
Sourced from husky's releases.
Commits
fc549e0
9.1.49891ace
clarify deprecation message712cb00
9.1.37d29633
fix: better handle spaces in PATH35fba84
9.1.22060317
show message instead of automatically remove deprecated codef6cc410
Update troubleshoot.md0c71e73
update package-lock.jsonUpdates
lint-staged
from 15.2.7 to 15.2.8Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
52f6eef
chore(changeset): release (#1462)8d8fe23
build: update repository url in package.jsonf0480f0
Revert "chore(changeset): release (#1461)"1da81c0
chore(changeset): release (#1461)cc04e08
ci: add required permission for provenance generationfa2dac8
Revert "chore(changeset): release (#1455)"8325985
chore(changeset): release (#1455)92f295f
build(deps): update dependencies (#1460)5293c09
build: generate provenance statements for npm package (#1459)f184fff
Merge pull request #1454 from Falcion/masterUpdates
@babel/compat-data
from 7.24.8 to 7.25.2Release notes
Sourced from
@babel/compat-data
's releases.... (truncated)
Changelog
Sourced from
@babel/compat-data
's changelog.... (truncated)
Commits
0f8f408
v7.25.20b2cc25
Update compat-table (#16691)d2e3ee2
v7.25.0814b31e
Introducebugfix-safari-class-field-initializer-scope
(#16569)46284e4
Addduplicate-named-capturing-groups-regex
topreset-env
(#16445)30aa644
v7.24.9b79f832
Update compat data (#16631)Updates
@babel/generator
from 7.24.8 to 7.25.0Release notes
Sourced from
@babel/generator
's releases.... (truncated)
Changelog
Sourced from
@babel/generator
's changelog.