sfdx-lwc-jest
sfdx-lwc-jest copied to clipboard
chore: bump the theoretically-non-breaking group with 5 updates
Bumps the theoretically-non-breaking group with 5 updates:
| Package | From | To |
|---|---|---|
| @babel/core | 7.24.6 |
7.24.7 |
| @babel/eslint-parser | 7.24.6 |
7.24.7 |
| @babel/plugin-proposal-decorators | 7.24.6 |
7.24.7 |
| lint-staged | 15.2.5 |
15.2.7 |
| prettier | 3.3.0 |
3.3.2 |
Updates @babel/core from 7.24.6 to 7.24.7
Release notes
Sourced from @babel/core's releases.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)Committers: 7
- Amjad Yahia Robeen Hassan (
@amjed-98)- Babel Bot (
@babel-bot)- Blake Wilson (
@blakewilson)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Sukka (
@SukkaW)@liuxingbaoyu
Changelog
Sourced from @babel/core's changelog.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)
Commits
Updates @babel/eslint-parser from 7.24.6 to 7.24.7
Release notes
Sourced from @babel/eslint-parser's releases.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)Committers: 7
- Amjad Yahia Robeen Hassan (
@amjed-98)- Babel Bot (
@babel-bot)- Blake Wilson (
@blakewilson)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Sukka (
@SukkaW)@liuxingbaoyu
Changelog
Sourced from @babel/eslint-parser's changelog.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)
Commits
bf1e9a3v7.24.77934963Usetype: modulein allpackage.jsons (#16535)- See full diff in compare view
Updates @babel/plugin-proposal-decorators from 7.24.6 to 7.24.7
Release notes
Sourced from @babel/plugin-proposal-decorators's releases.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)Committers: 7
- Amjad Yahia Robeen Hassan (
@amjed-98)- Babel Bot (
@babel-bot)- Blake Wilson (
@blakewilson)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Sukka (
@SukkaW)@liuxingbaoyu
Changelog
Sourced from @babel/plugin-proposal-decorators's changelog.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)
Commits
Updates lint-staged from 15.2.5 to 15.2.7
Release notes
Sourced from lint-staged's releases.
v15.2.7
Patch Changes
- #1440
a51be80Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.v15.2.6
Patch Changes
Changelog
Sourced from lint-staged's changelog.
15.2.7
Patch Changes
- #1440
a51be80Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.15.2.6
Patch Changes
Commits
87e4b30chore(changeset): release (#1441)a39e829docs: adjust changeseta51be80fix: drop option to support earlier Git versionsa91d942chore(changeset): release119adb2fix: use native git command to get .git directorye0386dcfix: use native git command to get top-level directory for repo6593870ci: test Node.js versions against current instead of latest dependency6c226c5ci: add workflow for testing required Node.js semver range- See full diff in compare view
Updates prettier from 3.3.0 to 3.3.2
Changelog
Sourced from prettier's changelog.
3.3.2
Fix handlebars path expressions starts with
@(#16358 by@Princeyadav05){{! Input }} <div>{{@x.y.z}}</div>{{! Prettier 3.3.1 }}
<div>{{@x}}</div>{{! Prettier 3.3.2 }}
<div>{{@x.y.z}}</div>
3.3.1
Preserve empty lines in front matter (#16347 by
@fisker)<!-- Input --> --- foo: - bar1
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
- bar1
- bar2
- bar3
Markdown
<!-- Prettier 3.3.1 -->
</tr></table>
... (truncated)
Commits
1596a60Release 3.3.2aebcee5chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928chore(deps): update dependency c8 to v10 (#16380)c3d0b7fchore(deps): update typescript-eslint to v7.13.0 (#16376)27c35dbchore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983dUpgrade yarn to v4.3.0 (#16377)d6f37c4chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7dchore(deps): update dependency execa to v9.2.0 (#16372)f4608ccchore(deps): update dependency cspell to v8.8.4 (#16370)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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