All Polymer and Polymer-testing configs have been removed. Repositories using Polymer can remain on the 0.x configuration until they upgrade to Lit.
Renamed open-wc-testing-config to testing-config to better reflect its purpose.
Removed node: true from open-wc-testing-config since these tests run in the browser, not in Node.
node-config now has a sourceType of module by default, which means projects will be ESM by default. Any CommonJS projects can override this rule if desired.
NON-BREAKING CHANGES:
node-config and browser-config now use the es2024 environment. This simply allows folks to use new ES2024 features without the linter complaining, but the features available varies by Node version and obviously the browser vendor/version itself. Developers will continue to need to ensure that new browser features are properly transpiled by Babel.
common-config.js has been merged into index.js. This shared "common" config was no longer shared by anything.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps eslint-config-brightspace from 0.25.3 to 1.0.0.
Release notes
Sourced from eslint-config-brightspace's releases.
Commits
7eeed2c
chore(release): 1.0.0 [skip ci]80bd7f9
BREAKING CHANGE: 1.0.0 Release (#68)a54e3f3
Auto Update Dependencies (#69)5e451a7
Auto Update Dependencies (#67)71cb90d
exclude lock file28f53e9
Cleanup (#65)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show