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(deps-dev): bump eslint-config-brightspace from 0.25.3 to 1.0.0 #144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps eslint-config-brightspace from 0.25.3 to 1.0.0.

Release notes

Sourced from eslint-config-brightspace's releases.

v1.0.0

1.0.0 (2023-12-20)

BREAKING CHANGES

  • lit-config has been updated to include: lifecycle-super, no-legacy-imports, no-native-attributes, no-this-assign-in-render and prefer-nothing.
  • 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.
Commits

Dependabot compatibility score

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 <dependency name> 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)

@dependabot dependabot bot requested a review from a team as a code owner December 25, 2023 09:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@svanherk
Copy link
Contributor

I suspect we can cleanup some of https://github.com/BrightspaceUI/intl/blob/main/.eslintrc.json, but not sure exactly what

Bumps [eslint-config-brightspace](https://github.com/Brightspace/eslint-config-brightspace) from 0.25.3 to 1.0.0.
- [Release notes](https://github.com/Brightspace/eslint-config-brightspace/releases)
- [Commits](Brightspace/eslint-config-brightspace@v0.25.3...v1.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-brightspace
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-brightspace-1.0.0 branch from 7634c32 to 984410a Compare January 2, 2024 14:38
@dbatiste
Copy link
Contributor

dbatiste commented Jan 2, 2024

I suspect we can cleanup some of https://github.com/BrightspaceUI/intl/blob/main/.eslintrc.json, but not sure exactly what

Looks like we can remove all the special stuff. 🎉

@dbatiste dbatiste merged commit 5a46236 into main Jan 2, 2024
1 check passed
@dbatiste dbatiste deleted the dependabot/npm_and_yarn/eslint-config-brightspace-1.0.0 branch January 2, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants