salesforce / sfdx-lwc-jest

Run Jest against LWC components in SFDX workspace environment
MIT License
162 stars 81 forks source link

chore: bump the theoretically-non-breaking group with 10 updates #371

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the theoretically-non-breaking group with 10 updates:

Package From To
@lwc/engine-dom 6.6.1 6.6.5
@lwc/engine-server 6.6.1 6.6.5
@lwc/module-resolver 6.6.1 6.6.5
@lwc/synthetic-shadow 6.6.1 6.6.5
@lwc/wire-service 6.6.1 6.6.5
@babel/core 7.24.5 7.24.6
@babel/eslint-parser 7.24.5 7.24.6
@babel/plugin-proposal-decorators 7.24.1 7.24.6
lint-staged 15.2.2 15.2.5
prettier 3.2.5 3.3.0

Updates @lwc/engine-dom from 6.6.1 to 6.6.5

Release notes

Sourced from @​lwc/engine-dom's releases.

v6.6.5

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.4...v6.6.5

v6.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.3...v6.6.4

v6.6.3

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.2...v6.6.3

v6.6.2

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.1...v6.6.2

Commits


Updates @lwc/engine-server from 6.6.1 to 6.6.5

Release notes

Sourced from @​lwc/engine-server's releases.

v6.6.5

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.4...v6.6.5

v6.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.3...v6.6.4

v6.6.3

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.2...v6.6.3

v6.6.2

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.1...v6.6.2

Commits
  • 41ae268 chore: release v6.6.5 (#4236)
  • 3b6c65a chore: release v6.6.4 (#4223)
  • d011053 fix(template-compiler): avoid creating multiple static parts for text contain...
  • 5c514ad build(deps): bump the theoretically-non-breaking group across 1 directory wit...
  • d52d036 chore: release v6.6.3 (#4202)
  • 5bb6f12 perf(engine-server): faster \<style> validation (#4201)
  • 28ab9d0 chore: v6.6.2 (#4197)
  • cdb8408 test: fix @lwc/engine-server test fixtures for attribute ordering (#4193)
  • f1e2dec test: fix @lwc/engine-server circular dependency warning (#4194)
  • See full diff in compare view


Updates @lwc/module-resolver from 6.6.1 to 6.6.5

Release notes

Sourced from @​lwc/module-resolver's releases.

v6.6.5

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.4...v6.6.5

v6.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.3...v6.6.4

v6.6.3

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.2...v6.6.3

v6.6.2

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.1...v6.6.2

Commits


Updates @lwc/synthetic-shadow from 6.6.1 to 6.6.5

Release notes

Sourced from @​lwc/synthetic-shadow's releases.

v6.6.5

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.4...v6.6.5

v6.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.3...v6.6.4

v6.6.3

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.2...v6.6.3

v6.6.2

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.1...v6.6.2

Commits


Updates @lwc/wire-service from 6.6.1 to 6.6.5

Release notes

Sourced from @​lwc/wire-service's releases.

v6.6.5

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.4...v6.6.5

v6.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.3...v6.6.4

v6.6.3

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.2...v6.6.3

v6.6.2

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.1...v6.6.2

Commits


Updates @babel/core from 7.24.5 to 7.24.6

Release notes

Sourced from @​babel/core's releases.

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

Changelog

Sourced from @​babel/core's changelog.

v7.24.6 (2024-05-24)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
Commits


Updates @babel/eslint-parser from 7.24.5 to 7.24.6

Release notes

Sourced from @​babel/eslint-parser's releases.

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.24.6 (2024-05-24)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
Commits


Updates @babel/plugin-proposal-decorators from 7.24.1 to 7.24.6

Release notes

Sourced from @​babel/plugin-proposal-decorators's releases.

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other