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.0.0 #36

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

@​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
  • 1d03f94 3.0.0
  • 6bf2a45 chore!: update to typescript-eslint v6
  • 0b3b8f0 fix: remove parserOptions that don't belong here
  • d269008 feat: add more default settings
  • 0046a60 chore: update lockfile after all this stuff
  • 4020c10 chore: make eslint and typescript peerdependencies
  • bc1c4e7 chore: update dependencies
  • e83333e style(package.json): remove empty line
  • d57be76 chore: remove empty scripts
  • a3bd6e4 refactor: switch to dependencies
  • 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 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

Superseded by #38.