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): bump the types group with 2 updates #674

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the types group with 2 updates: @typescript-eslint/eslint-plugin and @typescript-eslint/parser.

Updates @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0

Release notes

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

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.

Changelog

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

6.13.0 (2023-11-27)

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

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

Commits

Updates @typescript-eslint/parser from 6.12.0 to 6.13.0

Release notes

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

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.

Changelog

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

6.13.0 (2023-11-27)

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

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

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 28, 2023
Bumps the types group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 6.12.0 to 6.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.12.0 to 6.13.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.13.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/types-c2c41cb24f branch from 90d4457 to 197ae8b Compare November 28, 2023 08:37
@antoinezanardi antoinezanardi merged commit 507473a into develop Nov 28, 2023
14 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/types-c2c41cb24f branch November 28, 2023 08:59
antoinezanardi pushed a commit that referenced this pull request Dec 1, 2023
## [1.24.0](v1.23.1...v1.24.0) (2023-12-1)

### 🚀 Features

* **game-options:** game option to prevent witch to know werewolves targets ([#686](#686)) ([62b978f](62b978f)), closes [#676](#676)
* **game-options:** game option to randomly choose dog-wolf side ([#687](#687)) ([47e416f](47e416f)), closes [#677](#677)
* **prejudiced-manipulator:** prejudiced manipulator role ([#699](#699)) ([f5c8f3c](f5c8f3c)), closes [#678](#678)

### 🐛 Bug Fixes

* **deploy:** deploy good production tag to docker hub ([#685](#685)) ([135aa63](135aa63)), closes [#671](#671)

### 📖 Docs

* **readme:** github actions section in README ([#691](#691)) ([4fb6c8b](4fb6c8b)), closes [#684](#684)

### 🔩 Refactor

* **accursed-wolf-father:** rename vile-father-of-wolves to accursed-wolf-father according to official rulebook ([#697](#697)) ([a3ea194](a3ea194)), closes [#683](#683)
* **defender:** rename guard to defender according to official rulebook ([#693](#693)) ([244e260](244e260)), closes [#681](#681)
* **elder:** rename ancient to elder according to official rulebook ([#692](#692)) ([9ee3d99](9ee3d99)), closes [#679](#679)
* **scandalmonger:** rename raven to scandalmonger according to official rulebook ([#694](#694)) ([2db7f6f](2db7f6f)), closes [#682](#682)
* **wolf-hound:** rename dog-wolf to wolf-hound according to official rulebook ([#695](#695)) ([2b6936f](2b6936f)), closes [#680](#680)

### 🧹 Chore

* **deps:** bump mongoose from 8.0.1 to 8.0.2 ([#690](#690)) ([83c8c78](83c8c78))
* **deps:** bump the nest group with 1 update ([#673](#673)) ([17c8171](17c8171))
* **deps:** bump the stryker group with 3 updates ([#698](#698)) ([4f67f80](4f67f80))
* **deps:** bump the types group with 1 update ([#696](#696)) ([493147f](493147f))
* **deps:** bump the types group with 2 updates ([#674](#674)) ([507473a](507473a))
* **deps:** bump the types group with 2 updates ([#689](#689)) ([e4d9254](e4d9254))
* **github-actions:** bump google-github-actions/auth from 1 to 2 ([#688](#688)) ([cc9f9b0](cc9f9b0))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.24.0 🎉

The release is available on GitHub release

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant