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 eslint group with 2 updates #466

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2023

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

Updates @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0

Release notes

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

Changelog

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

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

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

Commits
  • a3a3932 chore: publish v6.6.0
  • 7012279 fix(eslint-plugin): [key-spacing] consider properties with parens and comment...
  • 337525b chore(deps): update dependency jest to v29.6.4 (#7575)
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.5.0 to 6.6.0

Release notes

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

Changelog

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

6.6.0 (2023-09-04)

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

Bumps the eslint 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.5.0 to 6.6.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.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.5.0 to 6.6.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.6.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 5, 2023
@antoinezanardi antoinezanardi merged commit 2676eec into develop Sep 5, 2023
10 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/eslint-ca1ff51f62 branch September 5, 2023 09:00
antoinezanardi pushed a commit that referenced this pull request Sep 9, 2023
## [1.17.0](v1.16.0...v1.17.0) (2023-09-09)

### 🚀 Features

* **cucumber:** publish report on release ([#451](#451)) ([f13f190](f13f190))

### 📖 Docs

* **readme:** improved tests section ([#450](#450)) ([68173ef](68173ef))

### 🔩 Refactor

* **constants:** constants for game schemas ([#467](#467)) ([f8331f6](f8331f6))
* **globals:** correct UPPER_CASE casing for globals ([#446](#446)) ([669ffa1](669ffa1))
* **object-id:** use equal method for comparison ([#473](#473)) ([267d56f](267d56f))
* **paths:** path aliases for src and tests ([#440](#440)) ([5d19d5c](5d19d5c))

### ✅ Tests

* **acceptance:** acceptances tests for raven ([#459](#459)) ([0e29af5](0e29af5))
* **acceptance:** acceptances tests for three brothers ([#458](#458)) ([df6c976](df6c976))
* **acceptance:** acceptances tests for two sisters ([#455](#455)) ([caa3960](caa3960))
* **acceptance:** sheriff player attribute acceptance tests ([#472](#472)) ([ed9e09e](ed9e09e))
* **acceptance:** stuttering judge acceptance tests ([#469](#469)) ([8a759c3](8a759c3))
* **player:** fix player with name randomness test ([#454](#454)) ([d5cb70a](d5cb70a))

### 🧹 Chore

* **deps:** bump @cucumber/cucumber from 9.4.0 to 9.5.0 ([#463](#463)) ([e1af320](e1af320))
* **deps:** bump @cucumber/cucumber from 9.5.0 to 9.5.1 ([#470](#470)) ([49dd67d](49dd67d))
* **deps:** bump @fastify/static from 6.10.2 to 6.11.0 ([#462](#462)) ([e0ad49a](e0ad49a))
* **deps:** bump mongoose from 7.4.4 to 7.4.5 ([#444](#444)) ([64a4e40](64a4e40))
* **deps:** bump mongoose from 7.4.5 to 7.5.0 ([#453](#453)) ([295f1e8](295f1e8))
* **deps:** bump the eslint group with 1 update ([#443](#443)) ([ab3d1f7](ab3d1f7))
* **deps:** bump the eslint group with 2 updates ([#449](#449)) ([b3472bd](b3472bd))
* **deps:** bump the eslint group with 2 updates ([#466](#466)) ([2676eec](2676eec))
* **deps:** bump the nest group with 1 update ([#452](#452)) ([4de05c6](4de05c6))
* **deps:** bump the nest group with 5 updates ([#447](#447)) ([858fc29](858fc29))
* **deps:** bump the nest group with 5 updates ([#457](#457)) ([2aae75b](2aae75b))
* **deps:** bump the nest group with 7 updates ([#460](#460)) ([122e5cb](122e5cb))
* **deps:** bump the types group with 1 update ([#442](#442)) ([17478da](17478da))
* **deps:** bump the types group with 1 update ([#461](#461)) ([f87108d](f87108d))
* **deps:** bump the types group with 1 update ([#468](#468)) ([3e908ee](3e908ee))
* **deps:** bump the types group with 2 updates ([#465](#465)) ([4130ed1](4130ed1))
* **deps:** bump type-fest from 4.2.0 to 4.3.1 ([#445](#445)) ([6a800fb](6a800fb))
* **github-actions:** bump actions/checkout from 3 to 4 ([#464](#464)) ([834a156](834a156))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.17.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