Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 16, 2019

Bumps typescript-eslint-parser from 20.0.0 to 22.0.0.

Release notes

Sourced from typescript-eslint-parser's releases.

v22.0.0

  • 0c76467 Docs: Update README with deprecation notice (#602) (Nicholas C. Zakas)
  • 26348b6 Docs: Update README.md regarding migration (#600) (James Henry)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583) (Armano)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596) (Armano)

v21.0.2

  • fed0a5a Docs: Update README.md (#567) (dudiharush)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574) (Armano)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571) (Armano)
  • 8ff0ad1 Fix: missing implements in classes (#562) (Armano)
  • cc92044 Fix: visiting superTypeParameters in classes (#561) (Armano)
  • 83dbabb Fix: visiting typeParameters in expressions (#565) (Armano)
  • c19e479 Fix: visitor-keys for TSAbstractClassProperty (#560) (Armano)
  • 491ebca Fix: crash in no-unused-vars when using enum (#556) (Armano)
  • ae7c4e6 Fix: missing visitor-keys (#554) (Armano)

v21.0.1

  • 3715584 Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima)
  • 15b32d0 Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo)

v21.0.0

  • eb23b26 Update: add proper scope analysis (fixes #535) (#540) (Toru Nagashima)
  • 150ffe8 Breaking: make 'useJSXTextNode:true' by default (#544) (Toru Nagashima)
  • 2d22321 Breaking: switch 'jsx' option by filename (fixes #517) (#543) (Toru Nagashima)
  • 3b1ed17 Breaking: make eslint a peerDep/devDep (#541) (Kai Cataldo)
  • 1d54346 Chore: test Node v11 in CI (#542) (Kai Cataldo)
  • a9d932a Breaking: typescript-estree v5 (#538) (Kai Cataldo)
  • 6a9b629 Docs: add options to README (#530) (Joe Pea)

v20.1.1

  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537) (Kevin Partington)

v20.1.0

  • 075d243 Chore: Make ESLint a devDependency/peerDependency (fixes #523) (#526) (Kevin Partington)
  • 4310aac Chore: Force LF for tsx files (#520) (Benjamin Lichtman)
  • bacac5f New: Add visitor keys (#516) (Michał Sajnóg)
  • 4172933 Upgrade: eslint-release@1.0.0 (#527) (Teddy Katz)
Changelog

Sourced from typescript-eslint-parser's changelog.

v22.0.0 - January 18, 2019

  • 0c76467 Docs: Update README with deprecation notice (#602) (Nicholas C. Zakas)
  • 26348b6 Docs: Update README.md regarding migration (#600) (James Henry)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583) (Armano)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596) (Armano)

v21.0.2 - December 3, 2018

  • fed0a5a Docs: Update README.md (#567) (dudiharush)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574) (Armano)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571) (Armano)
  • 8ff0ad1 Fix: missing implements in classes (#562) (Armano)
  • cc92044 Fix: visiting superTypeParameters in classes (#561) (Armano)
  • 83dbabb Fix: visiting typeParameters in expressions (#565) (Armano)
  • c19e479 Fix: visitor-keys for TSAbstractClassProperty (#560) (Armano)
  • 491ebca Fix: crash in no-unused-vars when using enum (#556) (Armano)
  • ae7c4e6 Fix: missing visitor-keys (#554) (Armano)

v21.0.1 - November 15, 2018

  • 3715584 Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima)
  • 15b32d0 Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo)

v21.0.0 - November 13, 2018

  • eb23b26 Update: add proper scope analysis (fixes #535) (#540) (Toru Nagashima)
  • 150ffe8 Breaking: make 'useJSXTextNode:true' by default (#544) (Toru Nagashima)
  • 2d22321 Breaking: switch 'jsx' option by filename (fixes #517) (#543) (Toru Nagashima)
  • 3b1ed17 Breaking: make eslint a peerDep/devDep (#541) (Kai Cataldo)
  • 1d54346 Chore: test Node v11 in CI (#542) (Kai Cataldo)
  • a9d932a Breaking: typescript-estree v5 (#538) (Kai Cataldo)
  • 6a9b629 Docs: add options to README (#530) (Joe Pea)

v20.1.1 - October 31, 2018

  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537) (Kevin Partington)

v20.1.0 - October 30, 2018

  • 075d243 Chore: Make ESLint a devDependency/peerDependency (fixes #523) (#526) (Kevin Partington)
  • 4310aac Chore: Force LF for tsx files (#520) (Benjamin Lichtman)
  • bacac5f New: Add visitor keys (#516) (Michał Sajnóg)
  • 4172933 Upgrade: eslint-release@1.0.0 (#527) (Teddy Katz)
Commits
  • 7da956a Docs: Release info
  • 8930676 Docs: Update README with deprecation notice
  • 26348b6 Docs: Update README.md regarding migration (#600)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596)
  • 0c6c452 21.0.2
  • 5148ba2 Build: changelog update for 21.0.2
  • fed0a5a Docs: Update README.md (#567)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 16, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-eslint-parser-22.0.0 branch from 01bb8f5 to cd505c9 Compare June 15, 2019 19:42
@stormwarning
Copy link
Owner

@dependabot recreate

@dependabot-preview dependabot-preview bot changed the base branch from master to upgrade-dependencies June 15, 2019 20:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-eslint-parser-22.0.0 branch 2 times, most recently from 0bea4ad to 1925504 Compare June 15, 2019 20:16
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-eslint-parser-22.0.0 branch from 1925504 to 2198476 Compare June 15, 2019 20:27
@stormwarning stormwarning changed the title Bump typescript-eslint-parser from 20.0.0 to 22.0.0 📦 Bump typescript-eslint-parser to 22.0.0 Jun 15, 2019
@stormwarning stormwarning merged commit 035cee3 into upgrade-dependencies Jun 15, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typescript-eslint-parser-22.0.0 branch June 15, 2019 20:28
stormwarning added a commit that referenced this pull request Jun 15, 2019
* Bump `eslint-plugin-typescript` to 0.14.0 (#4)
* Bump `@zazen/eslint-config` to 1.0.0 (#11)
* Bump `microbundle` to 0.11.0 (#10)
* Bump `husky` to 2.4.1 (#34)
* Bump `@types/node` to 12.0.8 (#33)
* Bump `travis-deploy-once` to 5.0.11 (#6)
* Bump `typescript` to 3.5.2 (#36)
* Bump `typescript-eslint-parser` to 22.0.0 (#7)
* Bump `semantic-release` to 15.13.16 (#35)
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.

1 participant