-
Notifications
You must be signed in to change notification settings - Fork 887
chore: bump the eslint group in /site with 5 updates #8636
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
Merged
BrunoQuaresma
merged 7 commits into
main
from
dependabot/npm_and_yarn/site/eslint-635cd46f43
Jul 27, 2023
Merged
chore: bump the eslint group in /site with 5 updates #8636
BrunoQuaresma
merged 7 commits into
main
from
dependabot/npm_and_yarn/site/eslint-635cd46f43
Jul 27, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9f11f9a
to
c8eda39
Compare
Bumps the eslint group in /site with 5 updates: | Package | Update | | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.62.0 to 6.1.0 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.62.0 to 6.1.0 | | [eslint](https://github.com/eslint/eslint) | 8.44.0 to 8.45.0 | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | 7.31.1 to 7.33.0 | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | 47.0.0 to 48.0.0 | Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 6.1.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.1.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 5.62.0 to 6.1.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.1.0/packages/parser) Updates `eslint` from 8.44.0 to 8.45.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.44.0...v8.45.0) Updates `eslint-plugin-react` from 7.31.1 to 7.33.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.31.1...v7.33.0) Updates `eslint-plugin-unicorn` from 47.0.0 to 48.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v47.0.0...v48.0.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
c8eda39
to
271f0f8
Compare
matifali
reviewed
Jul 24, 2023
…s://github.com/coder/coder into dependabot/npm_and_yarn/site/eslint-635cd46f43
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group in /site with 5 updates:
Updates
@typescript-eslint/eslint-plugin
from 5.62.0 to 6.1.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
d98f1e8
chore: publish v6.1.01404796
fix(eslint-plugin): [no-unnecessary-type-constraint] correctly fix in cts/mts...587ac30
fix(eslint-plugin): [no-unused-vars] check if any variable definition is expo...2a4421c
fix(eslint-plugin): [no-floating-promises] finally should be transparent to u...6d3d162
feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...606a52c
fix(eslint-plugin): [no-floating-promises] false negative calling .then with ...d368164
fix(eslint-plugin): [comma-dangle] fixed crash from undefined predicate.ignor...e08a722
docs: fix typo in explicit-member-accessibility (#7224)a3da11d
fix(eslint-plugin): include the rules types in the package (#7215)2e30379
chore: bump dependency versions (#7191)Updates
@typescript-eslint/parser
from 5.62.0 to 6.1.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
d98f1e8
chore: publish v6.1.06d3d162
feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...2e30379
chore: bump dependency versions (#7191)6ae1fa7
chore: publish v6.0.0980bda3
Merge branch 'main' (I swear this had better be the last onec233652
Merge branch 'main'3cdf5c9
chore: enable sort-type-constituents internally (#7028)371fc26
Merge branch 'main' into v68410f99
Merge branch 'main'e6235bf
feat: drop support for node v14 and test against node v20 (#7022)Updates
eslint
from 8.44.0 to 8.45.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
536cc34
8.45.04c11517
Build: changelog update for 8.45.068f63d7
chore: package.json update for@eslint/js
release89f3225
docs: add playground links to correct and incorrect code blocks (#17306)f8892b5
docs: Expand rule option schema docs (#17198)8bcbf11
docs: Config Migration Guide (#17230)bb30908
docs: Update READMEb79b6fb
fix: Fix suggestion message inno-useless-escape
(#17339)84d243b
docs: Update README5ca9b4d
chore: update eslint-config-eslint exports (#17336)Updates
eslint-plugin-react
from 7.31.1 to 7.33.0Release notes
Sourced from eslint-plugin-react's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.