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 @nullvoxpopuli/eslint-configs from 2.2.46 to 3.1.3 #560

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps @nullvoxpopuli/eslint-configs from 2.2.46 to 3.1.3.

Release notes

Sourced from @​nullvoxpopuli/eslint-configs's releases.

@​nullvoxpopuli/eslint-configs@​3.1.3

Patch Changes

  • #362 0efe54e Thanks @​simonihmig! - Fix typo in configs/ember.js where requireConfigFile for the @babel/eslint-parser was misspelled.

@​nullvoxpopuli/eslint-configs@​3.1.2

Patch Changes

@​nullvoxpopuli/eslint-configs@​3.1.1

Patch Changes

@​nullvoxpopuli/eslint-configs@​3.1.0

Minor Changes

  • #347 c99bdbd Thanks @​NullVoxPopuli! - Add crossPlatform config. This is considered beta for now, and is not explicitly under SemVer at this time

@​nullvoxpopuli/eslint-configs@​3.0.4

Patch Changes

@​nullvoxpopuli/eslint-configs@​3.0.3

Patch Changes

@​nullvoxpopuli/eslint-configs@​3.0.2

Patch Changes

  • #323 9ddd667 Thanks @​NullVoxPopuli! - Rule fixes which affect typescript and ember projects:

    in Ember projects, node files will be linted assuming at least Node 16. (Node 16 is already a requirement to use eslint-configs v3)

    in TypeScript projects, the "ban-types" lint has been turned off. In my experience writing libraries, there are many cases where "basic type and you just don't care, becausue it doesn't affect intellisense" is the right choice -- these types include object and Function, for example, and should be allowed. It's true that using different types that are more specific would provide better intellisense, if they are user facing -- but for non-user-facing types, these types are perfectly fine.

@​nullvoxpopuli/eslint-configs@​3.0.1

Patch Changes

... (truncated)

Changelog

Sourced from @​nullvoxpopuli/eslint-configs's changelog.

3.1.3

Patch Changes

  • #362 0efe54e Thanks @​simonihmig! - Fix typo in configs/ember.js where requireConfigFile for the @babel/eslint-parser was misspelled.

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

  • #347 c99bdbd Thanks @​NullVoxPopuli! - Add crossPlatform config. This is considered beta for now, and is not explicitly under SemVer at this time

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

  • #323 9ddd667 Thanks @​NullVoxPopuli! - Rule fixes which affect typescript and ember projects:

    in Ember projects, node files will be linted assuming at least Node 16. (Node 16 is already a requirement to use eslint-configs v3)

    in TypeScript projects, the "ban-types" lint has been turned off. In my experience writing libraries, there are many cases where "basic type and you just don't care, becausue it doesn't affect intellisense" is the right choice -- these types include object and Function, for example, and should be allowed.

... (truncated)

Commits
  • 4464b4a Merge pull request #363 from NullVoxPopuli/changeset-release/main
  • 036b75a Version Packages
  • 28840fb Merge pull request #362 from simonihmig/fix-parser-options
  • 0efe54e Add changeset for Changelog
  • 97ec766 Fix typo in Babel config
  • fbbe3cb Merge pull request #360 from NullVoxPopuli/changeset-release/main
  • ed6f1c9 Version Packages
  • 087ea28 Add changeset
  • 1b0bb26 fix(import-sorting): place node imports separate from package imports
  • 49ebea3 chore(deps): update dependency eslint to v8.34.0
  • Additional commits viewable in compare view

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)

Bumps [@nullvoxpopuli/eslint-configs](https://github.com/NullVoxPopuli/eslint-configs) from 2.2.46 to 3.1.3.
- [Release notes](https://github.com/NullVoxPopuli/eslint-configs/releases)
- [Changelog](https://github.com/NullVoxPopuli/eslint-configs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.46...@nullvoxpopuli/[email protected])

---
updated-dependencies:
- dependency-name: "@nullvoxpopuli/eslint-configs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
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.

0 participants