NanderTGA / yabluzo

A bot for msgroom
GNU Affero General Public License v3.0
1 stars 0 forks source link

Bump @nandertga/eslint-config from 1.0.1 to 3.1.1 #38

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nandertga/eslint-config from 1.0.1 to 3.1.1.

Release notes

Sourced from @​nandertga/eslint-config's releases.

@​nandertga/eslint-config v3.1.1

Turns out @​typescript-eslint/no-meaningless-void-operator conflicted with @​typescript-eslint/no-confusing-void-expression.

@​nandertga/eslint-config v3.1.0

This release adds a better solution for @​typescript-eslint/no-confusing-void-expression problems. You can now suppress these problems by using the void operator for better readability.

@​nandertga/eslint-config v3.0.2

This patch fixes the path in a require() call I messed up.

@​nandertga/eslint-config v3.0.1

This patch fixes a bug where eslint wouldn't find the config.

@​nandertga/eslint-config v3.0.0

New major release!

How to migrate:

  • The following packages are no longer peer dependencies: @​typescript-eslint/eslint-plugin, @​typescript-eslint/parser, eslint-plugin-jsdoc, eslint-plugin-jsonc, jsonc-eslint-parser I recommend removing them from your package.json unless you're using them yourself. Do note eslint and typescript are still peer dependencies and you should still have them installed yourself.
  • We finally migrated to typescript-eslint v6! Do note some of their breaking changes might affect your own configurations.
  • We removed the default parserOptions concerning typescript-eslint's configuration for type information, here's an example of what you should add in your eslint configuration:
    parserOptions: {
        project        : "./tsconfig.eslint.json",
        tsconfigRootDir: __dirname,
    },
    
  • Added some more default options:
    • The following environments are turned on by default:
      • browser
      • commonjs
      • es2023
      • node
    • parser options:
      • ecmaVersion is set to latest by default
      • ecmaFeatures.globalReturn is enabled by default (useful when working with windows 96 code 😀)

Full Changelog: https://github.com/NanderTGA/eslint-config/compare/v2.0.0...v3.0.0

@​nandertga/eslint-config v2.0.0

This release uses tsconfig.eslint.json instead of tsconfig.json.

Full Changelog: https://github.com/NanderTGA/eslint-config/compare/v1.0.1...v2.0.0

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 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[bot] commented 1 year ago

Looks like @nandertga/eslint-config is up-to-date now, so this is no longer needed.