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

build(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 6.11.0 #1084

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @typescript-eslint/parser from 6.10.0 to 6.11.0.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.11.0 (2023-11-13)

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

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

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 <dependency name> 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) November 13, 2023 22:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/parser-6.11.0 branch from 59c53f3 to 5e64636 Compare November 13, 2023 22:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/parser-6.11.0 branch from 5e64636 to 44ad550 Compare November 13, 2023 23:00
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.10.0 to 6.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/parser-6.11.0 branch from 44ad550 to 1132ab7 Compare November 13, 2023 23:02
@googlemaps-bot googlemaps-bot merged commit 3e8bcdd into master Nov 13, 2023
18 checks passed
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/typescript-eslint/parser-6.11.0 branch November 13, 2023 23:03
googlemaps-bot added a commit that referenced this pull request Dec 12, 2023
### [3.3.42](v3.3.41...v3.3.42) (2023-12-12)

### Build System

* **deps-dev:** bump @babel/traverse from 7.23.0 to 7.23.2 ([#1058](#1058)) ([820544c](820544c))
* **deps-dev:** bump @types/jest from 29.5.5 to 29.5.7 ([#1070](#1070)) ([8a4ec75](8a4ec75))
* **deps-dev:** bump @types/jest from 29.5.7 to 29.5.10 ([#1092](#1092)) ([d2b74f1](d2b74f1))
* **deps-dev:** bump @types/node from 20.10.0 to 20.10.3 ([#1102](#1102)) ([e6cd0e7](e6cd0e7))
* **deps-dev:** bump @types/node from 20.10.3 to 20.10.4 ([#1111](#1111)) ([374b7b6](374b7b6))
* **deps-dev:** bump @types/node from 20.8.4 to 20.8.6 ([#1056](#1056)) ([917c616](917c616))
* **deps-dev:** bump @types/node from 20.8.6 to 20.8.7 ([#1059](#1059)) ([d2ed837](d2ed837))
* **deps-dev:** bump @types/node from 20.8.7 to 20.9.0 ([#1080](#1080)) ([3c7cfda](3c7cfda))
* **deps-dev:** bump @types/node from 20.9.0 to 20.9.2 ([#1087](#1087)) ([d5d5521](d5d5521))
* **deps-dev:** bump @types/node from 20.9.2 to 20.10.0 ([#1096](#1096)) ([40030b0](40030b0))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1055](#1055)) ([f1674df](f1674df))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1062](#1062)) ([dbf243b](dbf243b))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1071](#1071)) ([b36384e](b36384e))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1073](#1073)) ([4e7ac73](4e7ac73))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1085](#1085)) ([80697e6](80697e6))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1088](#1088)) ([de1a052](de1a052))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1108](#1108)) ([3701d7e](3701d7e))
* **deps-dev:** bump @typescript-eslint/parser from 6.10.0 to 6.11.0 ([#1084](#1084)) ([3e8bcdd](3e8bcdd))
* **deps-dev:** bump @typescript-eslint/parser from 6.11.0 to 6.12.0 ([#1089](#1089)) ([895dbd3](895dbd3))
* **deps-dev:** bump @typescript-eslint/parser from 6.12.0 to 6.13.0 ([#1095](#1095)) ([1c42682](1c42682))
* **deps-dev:** bump @typescript-eslint/parser from 6.13.0 to 6.13.2 ([#1103](#1103)) ([b8f1741](b8f1741))
* **deps-dev:** bump @typescript-eslint/parser from 6.7.5 to 6.8.0 ([#1057](#1057)) ([1aa5649](1aa5649))
* **deps-dev:** bump @typescript-eslint/parser from 6.8.0 to 6.9.0 ([#1063](#1063)) ([4dee296](4dee296))
* **deps-dev:** bump @typescript-eslint/parser from 6.9.0 to 6.9.1 ([#1069](#1069)) ([bd98de5](bd98de5))
* **deps-dev:** bump @typescript-eslint/parser from 6.9.1 to 6.10.0 ([#1075](#1075)) ([781ce3e](781ce3e))
* **deps-dev:** bump eslint from 8.51.0 to 8.52.0 ([#1060](#1060)) ([8f7eb83](8f7eb83))
* **deps-dev:** bump eslint from 8.52.0 to 8.53.0 ([#1077](#1077)) ([36e67f0](36e67f0))
* **deps-dev:** bump eslint from 8.53.0 to 8.54.0 ([#1090](#1090)) ([67c0e48](67c0e48))
* **deps-dev:** bump eslint from 8.54.0 to 8.55.0 ([#1101](#1101)) ([56f5d88](56f5d88))
* **deps-dev:** bump eslint-config-prettier from 9.0.0 to 9.1.0 ([#1099](#1099)) ([4b6f1ae](4b6f1ae))
* **deps-dev:** bump eslint-plugin-jest from 27.4.2 to 27.4.3 ([#1061](#1061)) ([e5c37be](e5c37be))
* **deps-dev:** bump eslint-plugin-jest from 27.4.3 to 27.6.0 ([#1076](#1076)) ([28624ad](28624ad))
* **deps-dev:** bump nock from 13.3.4 to 13.3.7 ([#1068](#1068)) ([1a780bc](1a780bc))
* **deps-dev:** bump nock from 13.3.7 to 13.3.8 ([#1074](#1074)) ([f1bee09](f1bee09))
* **deps-dev:** bump nock from 13.3.8 to 13.4.0 ([#1094](#1094)) ([04ce099](04ce099))
* **deps-dev:** bump prettier from 3.0.3 to 3.1.0 ([#1082](#1082)) ([3c472fd](3c472fd))
* **deps-dev:** bump prettier from 3.1.0 to 3.1.1 ([#1109](#1109)) ([785ff4a](785ff4a))
* **deps-dev:** bump typedoc from 0.25.2 to 0.25.3 ([#1067](#1067)) ([eecbe98](eecbe98))
* **deps-dev:** bump typedoc from 0.25.3 to 0.25.4 ([#1093](#1093)) ([cf24d22](cf24d22))
* **deps-dev:** bump typescript from 5.2.2 to 5.3.2 ([#1097](#1097)) ([9212502](9212502))
* **deps-dev:** bump typescript from 5.3.2 to 5.3.3 ([#1112](#1112)) ([eedf7b0](eedf7b0))
* **deps:** bump @googlemaps/url-signature from 1.0.29 to 1.0.30 ([#1110](#1110)) ([4400a37](4400a37))
* **deps:** bump axios from 1.5.1 to 1.6.0 ([#1079](#1079)) ([c5e3c9a](c5e3c9a))
* **deps:** bump axios from 1.6.0 to 1.6.1 ([#1081](#1081)) ([392a38b](392a38b))
* **deps:** bump axios from 1.6.1 to 1.6.2 ([#1091](#1091)) ([031213f](031213f))
* **deps:** bump crypto-js from 4.1.1 to 4.2.0 ([#1066](#1066)) ([51383bf](51383bf))

### Miscellaneous Chores

* add eslint and fix problems ([#1045](#1045)) ([67e5de8](67e5de8))
* update workflows to use newer versions ([#1046](#1046)) ([52b256f](52b256f))

### Tests

* fix places/photo test ([#1113](#1113)) ([1be71ac](1be71ac))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.3.42 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant