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): update dependency @typescript-eslint/typescript-estree to v8 #19

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 20, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/typescript-estree (source) 1.6.0 -> 8.8.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v8.8.1

Compare Source

🩹 Fixes
  • typescript-estree: fix crash when running from a node --eval script

  • typescript-estree: ensure mjs/mts files are always be parsed as ESM

❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

You can read about our versioning strategy and releases on our website.

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
🩹 Fixes
  • remove export type * in d.ts to support TS<5.0
❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v8.6.0

Compare Source

🚀 Features
  • typescript-estree: disable plugin loading by default in project service
🩹 Fixes
  • typescript-estree: don't throw on missing tsconfig.json by default in project service
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.5.0

Compare Source

🚀 Features
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json'
❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.4.0

Compare Source

🚀 Features
  • typescript-estree: make withoutProjectParserOptions generic
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule

  • typescript-estree: replace globby w/ fast-glob

  • typescript-estree: reload project service once when file config isn't found

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

v8.2.0

Compare Source

🚀 Features
  • typescript-estree: special-case error for parserOptions.project and project references
🩹 Fixes
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile
❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

You can read about our versioning strategy and releases on our website.

v8.1.0

Compare Source

🚀 Features
  • typescript-estree: restrict variable declarator definite/init combinations
❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v8.0.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.0.0

Compare Source

🚀 Features
  • speed up non-type-aware linting with project service

  • typescript-estree: remove slow deprecated and isolated programs

  • typescript-estree: split TSMappedType typeParameter into constraint and key

  • typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference

  • parser: always enable comment, loc, range, tokens

  • eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces

  • ast-spec: remove deprecated type params

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

  • typescript-estree: remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect

  • eslint-plugin: apply initial config changes for v8

  • typescript-estree: also remove projectService in withoutProjectParserOptions

  • typescript-estree: exposes ProjectService logs through the plugin

🩹 Fixes
  • typescript-estree: add TSEnumBody node for TSEnumDeclaration body

  • typescript-estree: enable dot globs for project by default

  • typescript-estree: pass extraFileExtensions to projectService

  • types: allow ProjectServiceOptions for projectService

  • typescript-estree: only run projectService setHostConfiguration when needed

  • typescript-estree: specific error for parserOptions.project not including a file

  • typescript-estree: adds support for project services using extended config files

  • typescript-estree: factor tsconfigRootDir into allowDefaultProject

❤️ Thank You
  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit
  • Victor Lin
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.18.0 (2024-07-29)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.17.0 (2024-07-22)

🩹 Fixes
  • typescript-estree: don't infer single-run when --fix is in proces.argv

  • typescript-estree: disable single-run inference with extraFileExtensions

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

7.16.1 (2024-07-15)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.16.0 (2024-07-08)

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.15.0 (2024-07-01)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.1 (2024-06-24)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.0 (2024-06-24)

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • keep warnAbountTSVersion in sync with package.json
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

7.13.1 (2024-06-17)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.13.0 (2024-06-10)

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.12.0 (2024-06-03)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.11.0 (2024-05-27)

🩹 Fixes
  • typescript-estree: truncate number of files printed by the maximum file error
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

🩹 Fixes
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

🩹 Fixes
  • do not pass tsconfig canonical file name to typescript API to get program details for config file
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

7.8.0 (2024-04-29)

🚀 Features
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions
❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.7.1 (2024-04-22)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.7.0 (2024-04-15)

🚀 Features
  • typescript-estree: add defaultProject for project service
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

7.6.0 (2024-04-08)

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

7.5.0 (2024-04-01)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.4.0 (2024-03-25)

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.3.1 (2024-03-18)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.3.0 (2024-03-18)

🚀 Features
  • typescript-estree: disallow switch statements with multiple default cases
🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

  • typescript-estree: fix the issue of single run inferring in the pnpm repo

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.2.0 (2024-03-11)

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.1.1 (2024-03-04)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.1.0 (2024-02-26)

🚀 Features
  • typescript-estree: add debug logs for useProgramFromProjectService
🩹 Fixes
  • typescript-estree: use simpler absolutify behavior for project service client file paths
❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.0.2 (2024-02-19)

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

You can read about our versioning strategy and releases on our website.

7.0.1 (2024-02-12)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.18.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

🩹 Fixes
  • typescript-estree: don't infer single-run when --fix is in proces.argv

  • typescript-estree: disable single-run inference with extraFileExtensions

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

v7.16.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.15.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.14.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • keep warnAbountTSVersion in sync with package.json
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

v7.13.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

🩹 Fixes
  • typescript-estree: truncate number of files printed by the maximum file error
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

🩹 Fixes
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • do not pass tsconfig canonical file name to typescript API to get program details for config file
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

🚀 Features
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions
❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.7.0

Compare Source

🚀 Features
  • typescript-estree: add defaultProject for project service
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

v7.5.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.3.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.3.0

Compare Source

🚀 Features
  • typescript-estree: disallow switch statements with multiple default cases
🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

  • typescript-estree: fix the issue of single run inferring in the pnpm repo

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.1.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.1.0

Compare Source

🚀 Features
  • typescript-estree: add debug logs for useProgramFromProjectService
🩹 Fixes
  • typescript-estree: use simpler absolutify behavior for project service client file paths
❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

You can read about our versioning strategy and releases on our website.

v7.0.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.0.0

Compare Source

🚀 Features
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.21.0 (2024-02-05)

🚀 Features
  • allow parserOptions.project: false

  • typescript-estree: forbid duplicated accessibility modifiers

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.20.0 (2024-01-29)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.19.1 (2024-01-22)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

6.19.0 (2024-01-15)

🩹 Fixes
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary

  • typescript-estree: disallow using as the variable keyword for for..in loops

  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

6.18.1 (2024-01-08)

🩹 Fixes
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion

  • typescript-estree: only create project service from env setting if project is enabled

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.18.0 (2024-01-06)

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • typescript-estree: throw error when CatchClause param contains initializer

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false

  • typescript-estree: forbid duplicated accessibility modifiers

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

🩹 Fixes
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary

  • typescript-estree: disallow using as the variable keyword for for..in loops

  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

🩹 Fixes
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion

  • typescript-estree: only create project service from env setting if project is enabled

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • typescript-estree: throw error when CatchClause param contains initializer

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Features
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#​7752) (7ddadda)

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

v6.14.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

Bug Fixes
  • default to parse all JSDoc and provide options to configure it (#​7999) (779e13e)

You can read about our versioning strategy and releases on our website.

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

v6.13.1

Compare Source

Bug Fixes
  • default to parse all JSDoc and provide options to configure it (#​7999) (779e13e)

You can read about our versioning strategy and releases on our website.

v6.13.0

Compare Source

Bug Fixes
  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#​7967) (810fc8c)
Features

You can read about our versioning strategy and releases on our website.

v6.12.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

v6.11.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

v6.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

v6.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

v6.8.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.7.4 (2023-10-02)

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.7.3 (2023-09-25)

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/typescript-estree

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

Note: Version bump only for package [@​typescript-eslint/typescript-estree](https://redirect.github.com/typescript-eslint/typescript


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from f9030b8 to e0db4c2 Compare September 5, 2019 03:55
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from e0db4c2 to 566bacc Compare October 4, 2019 12:55
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 566bacc to 6fe1edb Compare November 12, 2019 11:02
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 6fe1edb to c428b04 Compare November 21, 2019 13:38
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from c428b04 to 3df45fe Compare December 14, 2019 23:51
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3df45fe to 77a348b Compare December 22, 2019 05:57
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 77a348b to 91706f2 Compare December 31, 2019 06:01
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 91706f2 to 0884827 Compare January 18, 2020 23:00
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 0884827 to 855f1d4 Compare February 8, 2020 18:55
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 855f1d4 to 5deb3c5 Compare February 16, 2020 16:57
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 5deb3c5 to ce09d26 Compare March 14, 2020 23:01
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 34da639 to 909cd19 Compare May 8, 2020 07:53
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 909cd19 to 5db8131 Compare July 2, 2020 05:56
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/typescript-estree to v2 chore(deps): update dependency @typescript-eslint/typescript-estree to v3 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 5db8131 to 4c3a33c Compare August 23, 2020 02:02
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4c3a33c to 8267475 Compare October 25, 2020 19:01
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/typescript-estree to v3 chore(deps): update dependency @typescript-eslint/typescript-estree to v4 Oct 25, 2020
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 8267475 to 199326e Compare November 27, 2020 01:53
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 199326e to aa03205 Compare December 10, 2020 15:00
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from aa03205 to 75feff9 Compare January 6, 2021 11:50
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 75feff9 to 80a181f Compare January 23, 2021 12:01
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 80a181f to 633e952 Compare February 3, 2021 10:53
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 633e952 to cdf1ba6 Compare February 10, 2021 15:44
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from cdf1ba6 to b2a9c06 Compare April 26, 2021 17:06
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from bea0263 to 83f1f6c Compare May 15, 2021 20:28
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 83f1f6c to 937c5ea Compare June 6, 2021 22:10
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 937c5ea to 9286ba1 Compare June 16, 2021 11:04
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 9286ba1 to 7747a10 Compare October 18, 2021 15:57
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3f0ab51 to 58fa355 Compare April 2, 2024 11:29
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 6e52553 to 977736f Compare April 16, 2024 02:44
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 977736f to e655023 Compare April 23, 2024 02:54
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from e655023 to f187928 Compare April 30, 2024 05:35
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from f187928 to f181177 Compare May 14, 2024 05:26
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from d2de969 to 697c226 Compare May 28, 2024 02:32
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 1ec0509 to aea8b67 Compare June 11, 2024 02:03
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from d4afcdd to 805488a Compare June 25, 2024 17:40
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 02691ed to 008134d Compare July 8, 2024 17:46
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 1b19794 to d5ba866 Compare July 24, 2024 11:53
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from b9cc298 to dc06b4b Compare August 1, 2024 02:24
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/typescript-estree to v7 chore(deps): update dependency @typescript-eslint/typescript-estree to v8 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from dc06b4b to 147a521 Compare August 5, 2024 23:49
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 8747794 to c58a999 Compare August 20, 2024 02:39
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from c58a999 to f9d6fc7 Compare August 26, 2024 20:27
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from b4082b5 to 944b772 Compare September 10, 2024 05:58
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch 2 times, most recently from 5803454 to 18c43ff Compare September 24, 2024 20:49
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 18c43ff to c16de00 Compare October 1, 2024 05:32
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from c16de00 to 4101d14 Compare October 8, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants