Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(npm) Update NPM #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(npm) Update NPM #112

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lwc/compiler (source) 6.5.2 -> 6.7.2 age adoption passing confidence
@lwc/engine-dom (source) 6.5.2 -> 6.7.2 age adoption passing confidence
@lwc/engine-server (source) 6.5.2 -> 6.7.2 age adoption passing confidence
@lwc/jest-preset (source) 16.0.0 -> 16.1.0 age adoption passing confidence
@lwc/jest-shared (source) 16.0.0 -> 16.1.0 age adoption passing confidence
@lwc/jest-transformer (source) 16.0.0 -> 16.1.0 age adoption passing confidence
@lwc/synthetic-shadow (source) 6.5.2 -> 6.7.2 age adoption passing confidence
@salesforce/eslint-config-lwc 3.5.3 -> 3.6.0 age adoption passing confidence
@salesforce/sfdx-lwc-jest 5.0.0 -> 5.1.0 age adoption passing confidence
@salesforce/wire-service-jest-util 4.1.4 -> 4.1.5 age adoption passing confidence
eslint (source) 9.0.0 -> 9.17.0 age adoption passing confidence
husky 9.0.11 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.11 age adoption passing confidence
lwc (source) 6.5.2 -> 6.7.2 age adoption passing confidence
lwr (source) ^0.12.0 -> ^0.16.0 age adoption passing confidence
prettier (source) 3.2.5 -> 3.4.2 age adoption passing confidence
prettier-plugin-apex 2.1.0 -> 2.2.2 age adoption passing confidence

Release Notes

salesforce/lwc (@​lwc/compiler)

v6.7.2

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.7.1...v6.7.2

v6.7.1

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.7.0...v6.7.1

v6.7.0

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.7...v6.7.0

v6.6.7

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.6...v6.6.7

v6.6.6

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.5...v6.6.6

v6.6.5

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.4...v6.6.5

v6.6.4

Compare Source

What's Changed
New Contributors

Full Changelog: salesforce/lwc@v6.6.3...v6.6.4

v6.6.3

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.2...v6.6.3

v6.6.2

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.1...v6.6.2

v6.6.1

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.6.0...v6.6.1

v6.6.0

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.5.3...v6.6.0

v6.5.3

Compare Source

What's Changed

Full Changelog: salesforce/lwc@v6.5.2...v6.5.3

salesforce/lwc-test (@​lwc/jest-preset)

v16.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: salesforce/lwc-test@v16.0.3...v16.1.0

v16.0.3

Compare Source

What's Changed

Full Changelog: salesforce/lwc-test@v16.0.2...v16.0.3

v16.0.2

Compare Source

What's Changed

Full Changelog: salesforce/lwc-test@v16.0.1...v16.0.2

v16.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: salesforce/lwc-test@v16.0.0...v16.0.1

salesforce/eslint-config-lwc (@​salesforce/eslint-config-lwc)

v3.6.0

Compare Source

v3.6.0 introduces new variations of the existing configs that support parsing TypeScript files. TypeScript support is experimental, and not all rules will report violations when used with TypeScript language features.

The new configs are:

  • @salesforce/eslint-config-lwc/base-ts
  • @salesforce/eslint-config-lwc/recommended-ts
  • @salesforce/eslint-config-lwc/extended-ts
  • @salesforce/eslint-config-lwc/i18n-ts
  • @salesforce/eslint-config-lwc/ssr-ts
salesforce/sfdx-lwc-jest (@​salesforce/sfdx-lwc-jest)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: salesforce/sfdx-lwc-jest@v5.0.0...v5.1.0

salesforce/wire-service-jest-util (@​salesforce/wire-service-jest-util)

v4.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: salesforce/wire-service-jest-util@v4.1.4...v4.1.5

eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the chore label Apr 19, 2024
@renovate renovate bot changed the title chore(npm) Update dependency eslint to v9.1.0 chore(npm) Update NPM Apr 20, 2024
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 1fdc758 to b183377 Compare July 23, 2024 21:43
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 6a5ad40 to eb99f29 Compare July 29, 2024 15:02
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from 9aaa438 to c9dcc07 Compare August 9, 2024 20:58
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 742cd12 to 9f15b22 Compare August 15, 2024 09:39
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 625e4e2 to 00366bc Compare August 23, 2024 22:40
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 9fafa61 to efca97b Compare September 1, 2024 15:44
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 89dcc00 to c037fa3 Compare September 12, 2024 01:46
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 48c4b2f to d34677f Compare September 20, 2024 17:12
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 3b8a651 to 32602c5 Compare September 23, 2024 21:17
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 2a0ee08 to b8063b7 Compare October 9, 2024 07:53
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 0eb5f98 to 43348f0 Compare October 18, 2024 22:19
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 97846e4 to b80c839 Compare November 1, 2024 21:24
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from cf10d0a to b388e64 Compare November 15, 2024 19:47
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from d1e9004 to dc2ed87 Compare November 21, 2024 20:41
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 0d166ad to 94c283f Compare December 2, 2024 11:21
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 3c2c31f to a8544d4 Compare December 6, 2024 00:21
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 508d790 to 0f5e160 Compare December 13, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants