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 babel-eslint from 9.0.0 to 10.1.0 in /code/web-ui #448

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2021

Bumps babel-eslint from 9.0.0 to 10.1.0.

Release notes

Sourced from babel-eslint's releases.

v10.1.0

v10.0.3

Fixes babel/babel-eslint#791, also eslint/eslint#12117

Some context: babel/babel-eslint#793

We ended up going with @​JLHwung's PR babel/babel-eslint#794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

v10.0.2

Fixes babel/babel-eslint#772

v10.0.1

The TypeAlias "conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.

v10.0.0

Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.

/* @flow */
type Node<T> = { head: T; tail: Node<T> }
// or
type File = {chunks: Array<Chunk>}
type Chunk = {file: File}

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 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch 6 times, most recently from af135a1 to 58fba02 Compare June 14, 2021 15:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch 3 times, most recently from b1ea0e4 to 6da549e Compare June 21, 2021 16:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch 2 times, most recently from 8aa3b0c to 8a7ecec Compare July 7, 2021 14:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch 3 times, most recently from f8703f3 to 634ff1b Compare July 20, 2021 14:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch from 634ff1b to 0521668 Compare August 2, 2021 13:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch from 0521668 to 267d714 Compare August 19, 2021 12:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch 4 times, most recently from a27d676 to 770e908 Compare September 2, 2021 12:32
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 9.0.0 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](babel/babel-eslint@v9.0.0...v10.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch from 770e908 to aa32094 Compare September 7, 2021 15:35
@sonarqubecloud
Copy link

[decathlon_ara_web-ui] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@RVANDO12 RVANDO12 closed this Feb 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/code/web-ui/main/babel-eslint-10.1.0 branch February 1, 2024 12:47
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants