Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nolan/node-engines
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 11, 2024
2 parents 8f6f49d + d10cdb0 commit 035f130
Show file tree
Hide file tree
Showing 2,902 changed files with 44,871 additions and 9,532 deletions.
294 changes: 0 additions & 294 deletions .eslintrc-backup

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ versions < 0.17: "lwc-engine": "0.16.8"
versions >= 0.17: "lwc-engine": "0.17.2"
-->

- LWC: x.x.x
- LWC: x.x.x

**Possible Solution**

Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
Remove the incorrect item for the list.
-->

- 😮‍💨 No, it does not introduce a breaking change.
- 💔 Yes, it does introduce a breaking change.
- 😮‍💨 No, it does not introduce a breaking change.
- 💔 Yes, it does introduce a breaking change.

<!-- If yes, please describe the impact and migration path for existing applications. -->

Expand All @@ -33,8 +33,8 @@
Remove the incorrect item from the list.
-->

- 🤞 No, it does not introduce an observable change.
- 🔬 Yes, it does include an observable change.
- 🤞 No, it does not introduce an observable change.
- 🔬 Yes, it does include an observable change.

<!-- If yes, please describe the anticipated observable changes. -->

Expand Down
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,48 @@ updates:
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
ignore:
# As a library, we want to avoid bumping TypeScript, so that we don't accidentally use
# language features from a version newer than our downstream users have installed
- dependency-name: typescript
groups:
babel:
patterns:
- '@babel/*'
update-types:
- 'major'
best:
patterns:
- 'best'
- '@best/*'
update-types:
- 'major'
nx:
patterns:
- 'nx'
- '@nx/*'
update-types:
- 'major'
rollup:
patterns:
- 'rollup'
- '@rollup/*'
update-types:
- 'major'
webdriverio:
patterns:
- 'webdriverio'
- '@wdio/*'
update-types:
- 'major'
prettier:
patterns:
- 'prettier'
update-types:
- 'major'
# Prettier can introduce formatting differences in minor versions,
# which causes formatting checks to fail in CI.
- 'minor'
# Non-major version bumps hopefully shouldn't break anything,
# so let's group them together into a single PR!
theoretically-non-breaking:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: salesforce-Ubuntu
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.9.0' # earliest node version we support (via "engines" in package.json)
cache: 'yarn'
Expand Down
Loading

0 comments on commit 035f130

Please sign in to comment.