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

Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0 in /cli-tests #2600

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0.

Release notes

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

Changelog

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

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

Commits
  • 75c1288 chore: publish v6.10.0
  • 29c2e68 docs: flip the flag of skipCompoundAssignments in the example (#7868)
  • 855abea fix(eslint-plugin): [require-await] add support for "await using" (#7866)
  • 11e57c5 fix(eslint-plugin): [no-unused-vars] handle logical assignment (#7854)
  • 5e73a48 feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore...
  • 1e47294 chore: publish v6.9.1
  • 7ad86ee fix(eslint-plugin): [naming-convention] allow PascalCase for imports (#7841)
  • 3300fa1 docs: add caveats to no-explicit-any docs (#7805)
  • 31988e0 fix(eslint-plugin): [no-unused-expressions] handle TSInstantiationExpression ...
  • 6455278 docs(eslint-plugin): [no-unsafe-member-access] correct example idx from const...
  • See full diff 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.


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)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 6.10.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.10.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from yurkovychv and a team as code owners November 7, 2023 02:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 7, 2023
@dependabot dependabot bot requested review from ademidoff, BupycHuk, artemgavrilov, idoqo and JiriCtvrtka and removed request for a team November 7, 2023 02:37
@github-actions github-actions bot enabled auto-merge (squash) November 7, 2023 02:37
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #2600 (21f392d) into main (1cca6f9) will decrease coverage by 0.01%.
Report is 5 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2600      +/-   ##
==========================================
- Coverage   41.99%   41.99%   -0.01%     
==========================================
  Files         391      391              
  Lines       49099    49099              
==========================================
- Hits        20619    20617       -2     
- Misses      26540    26544       +4     
+ Partials     1940     1938       -2     
Flag Coverage Δ
admin 10.41% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@github-actions github-actions bot merged commit b8a6e93 into main Nov 7, 2023
15 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/cli-tests/typescript-eslint/eslint-plugin-6.10.0 branch November 7, 2023 10:31
JiriCtvrtka added a commit that referenced this pull request Nov 8, 2023
surbhat1595 pushed a commit that referenced this pull request Nov 13, 2023
…sts (#2600)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 6.10.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.10.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
BupycHuk added a commit that referenced this pull request Nov 20, 2023
* PMM-12557 Automate PMM3 builds

* Bump eslint from 8.52.0 to 8.53.0 in /cli-tests (#2596)

Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#2594)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.14.0.
- [Commits](golang/sys@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiří Čtvrtka <[email protected]>

* Bump golang.org/x/text from 0.13.0 to 0.14.0 (#2593)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0 in /cli-tests (#2600)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 6.10.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.10.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser from 6.9.0 to 6.10.0 in /cli-tests (#2601)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.9.0 to 6.10.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.10.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* PMM-12670 Remove old clickhouse packages during upgrade.

* PMM-12527 - CI didn't trigger after PR merge if auto-merge was enabled with github token

* PMM-12527 CI didn't trigger after PR merge if auto-merge was enabled with github token

* PMM-12527 CI didn't trigger after PR merge if auto-merge was enabled with github token

* PMM-12527 CI didn't trigger after PR merge if auto-merge was enabled with github token

revert changes

* PMM-7 Fix compatibility service tests (#2608)

* PMM-7 Fix compatibility service tests

* PMM-7 fix postgresql version test.

---------

Co-authored-by: Nurlan Moldomurov <[email protected]>

* PMM-12527 CI didn't trigger after PR merge if auto-merge was enabled with github token

re-try one more time with different repo config

* PMM-12557 Automate PMM3 builds

* PMM-7 PMM v3 devcontainer (Restored PR) (#2618)

* PMM-7 Build devcontainer for PMM v3

* PMM-7 Fix

* PMM-7 PMM v3 devcontainer (Restored PR) (#2618)

* PMM-7 Build devcontainer for PMM v3

* PMM-7 Fix

* PMM-7 PMM v3 devcontainer (Restored PR) (#2618)

* PMM-7 Build devcontainer for PMM v3

* PMM-7 Fix

* PMM-12557 Automate PMM3 builds - update api-tests

* PMM-12557 Automate PMM3 builds - update changes

* PMM-12557 Automate PMM3 builds - update changes

* Update api-tests/README.md

* Update api-tests/helpers.go

* Update managed/.gitignore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiří Čtvrtka <[email protected]>
Co-authored-by: Nurlan Moldomurov <[email protected]>
Co-authored-by: Aleksandar Yanakiev <[email protected]>
Co-authored-by: Artem Gavrilov <[email protected]>
Co-authored-by: Nurlan Moldomurov <[email protected]>
BupycHuk added a commit that referenced this pull request Apr 1, 2024
* PMM-12251 Service accounts.

* PMM-12251Create service account and token.

* PMM-12251 Another changes.

* PMM-12251 Fix for http client status code, creating of service token.

* PMM-12251 Set orgId to 1 to avoid problem with default (-1).

* PMM-12251 Mock regen.

* PMM-12251 Setup, tokens.

* PMM-12251 Basic/Bearer auth.

* PMM-12251 Set transport, check token/basic.

* PMM-12251 Tidy.

* PMM-12251 Lint, small changes.

* PMM-12251 Add test, logic changes.

* PMM-12251 Test, tokens funcs.

* PMM-12251 Not needed, set on transport.

* PMM-12251 Mock gen.

* PMM-12251 Node changes.

* PMM-12251 Add existedServiceToken to NodeRegister.

* PMM-12251 Typo.

* PMM-12251 Small logic changes. Validation.

* PMM-12251 Add API tests.

* PMM-12251 Align mock with changes.

* Revert "Merge remote-tracking branch 'origin/PMM-12251-service-accounts' into PMM-12251-service-accounts"

This reverts commit 82b5826, reversing
changes made to 88199cd.

* PMM-12251 Tidy.

* PMM-12251 Small refactor.

* PMM-12251 Fix.

* PMM-12251 Unregister.

* PMM-12251 Tidy.

* PMM-12251 Unregister complete.

* PMM-12251 Unregister.

* PMM-12251 Fix.

* PMM-12251 Remove print.

* PMM-12251 Refactor ID int64 to int.

* PMM-12251 Modify description in md to be aligned with Service acc.

* PMM-12251 Int64 to int in tests.

* PMM-12251 Lint.

* PMM-12251 Service token ID to int.

* PMM-12251 Lint.

* PMM-12251 Refactor of IF.

* PMM-12251 Warning instead error.

* PMM-12251 Auth tools, existed token got from headers.

* PMM-12251 Fix in doc.

* PMM-12251 Remove token prefix check.

* Revert "Bump @typescript-eslint/parser from 6.9.0 to 6.10.0 in /cli-tests (#2601)"

This reverts commit 2e66592.

* Revert "Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0 in /cli-tests (#2600)"

This reverts commit b8a6e93.

* Revert "Bump golang.org/x/text from 0.13.0 to 0.14.0 (#2593)"

This reverts commit 7ca2c1a.

* Revert "Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#2594)"

This reverts commit c472ab8.

* Revert "Bump eslint from 8.52.0 to 8.53.0 in /cli-tests (#2596)"

This reverts commit fac3eec.

* PMM-12251 Remove not used code.

* Revert "PMM-12251 Remove not used code."

This reverts commit 16cbe9e.

* PMM-12251 Token/headers fix.

* Revert "Revert "PMM-12251 Remove not used code.""

This reverts commit b979363.

* PMM-12251 Doc update.

* PMM-12251 Remove APIKey permissions tests.

* PMM-12251 Better error message.

* PMM-12251 Remove API key methods. Refactor.

* PMM-12251 Fix when token is empty.

* PMM-12251 Basic auth tests.

* PMM-12251 Small refactor.

* PMM-12251 API Tests clean.

* PMM-12251 Typo.

* PMM-12251 Start tests in parallel.

* PMM-12251 Force in test.

* PMM-12251 Merge CreateServiceAccount and CreateServiceToken together.

* PMM-12251 Mock.

* PMM-12251 Gen.

* PMM-12251 Refactor, node name.

* PMM-12251 Delete, mock and nodeName.

* PMM-12251 Fix node test after changes.

* PMM-12251 Fix test.

* PMM-12251 nodeName in Service Account name.

* PMM-12251 Change in naming.

* PMM-12251 Modify API test. Data race.

* PMM-12251 Changes.

* PMM-12251 Fix V3 failing tests.

* PMM-12251 Tests.

* PMM-12251 Double paralel.

* PMM-12251 Test.

* PMM-12251 Changes.

* PMM-12251 Changes in API test.

* PMM-12251 Modify test back.

* PMM-12251 Fix tests.

* PMM-12251 Fix version test.

* PMM-12251 Fix another cleanup.

* PMM-12251 Fix another tests.

* PMM-12251 Another fix of tests.

* PMM-12251 URL query escape.

* PMM-12251 Fix annotation API test.

* PMM-12251 Fix external API test.

* PMM-12251 Fix remove external API test.

* PMM-12251 Fix HAProxy API test.

* PMM-12251 Fix another API tests.

* PMM-12251 Node test.

* PMM-12251 Tidy.

* PMM-12251 Comment out for now.

* PMM-12251 TODO.

* PMM-12251 Temp, TODO lefts.

* PMM-12251 Cleanup for migrated API keys in API tests.

* PMM-12251 Cleanup for tests.

* PMM-12251 Add log error.

* PMM-12251 Lint.

* PMM-12251 Another fix for very long service accounts names.

* PMM-12251 Lint.

* PMM-12251 Required changes in mock.

* PMM-12251 Lint.

* PMM-12251 Remove comment.

* PMM-12251 Remove another duplicate test.

* PMM-12251 Seeds in generator, ctx.

* PMM-12251 Cleanup.

* PMM-12251 Make test names/SA names shorter due to limit.

* PMM-12251 Lint, formatting.

* PMM-12251 Remove leftover code, fix node tests.

* Update docs/api/welcome/authentication.md

Co-authored-by: Alex Demidoff <[email protected]>

* Update managed/services/grafana/client.go

Co-authored-by: Alex Demidoff <[email protected]>

* PMM-12251 Add debug error message.

* PMM-12251 Handle of non migrated API keys.

* PMM-12251 Fix test.

* PMM-12251 Small refactor.

* PMM-12251 Lint.

* Update api-tests/management/mongodb_test.go

Co-authored-by: Nurlan Moldomurov <[email protected]>

* Update api-tests/management/mongodb_test.go

Co-authored-by: Nurlan Moldomurov <[email protected]>

* Update api/managementpb/node.proto

Co-authored-by: Nurlan Moldomurov <[email protected]>

* PMM-12251 Gen after suggestions.

* PMM-12251 Gen after merge.

* PMM-12251 Another reverted changes.

* PMM-12686 Years in licence.

* PMM-12686 Basic/Token auth between server and client. (#2852)

* PMM-12686 Authorization between server and client.

* PMM-12686 Tests.

* PMM-12686 Lint.

* PMM-12686 Comment fix.

* PMM-12686 New required permissions for Connect endpoint.

* PMM-12686 Apply suggestion.

* PMM-12686 Add unit test for authenticate method.

* PMM-12686 Format.

* PMM-12686 Part changes after review.

* PMM-12686 Unit tests for auth server.

* PMM-12686 Revert unnecessary changes anymore.

* PMM-12686 Dynamic names in auth test.

* PMM-12686 Skip check for pmm-server agent.

* PMM-12686 Better local auth check.

* PMM-12686 Local auth check.

* PMM-12686 Refactor.

* PMM-12686 Refactor.

* PMM-12686 Refactor.

* PMM-12686 Fix.

* Update managed/services/grafana/auth_server.go

Co-authored-by: Alex Demidoff <[email protected]>

* PMM-12686 Revert of some changes.

* PMM-12686 Another reverted changes.

* PMM-12686 Years in licence.

* PMM-12686 Missed parallel in one test case.

---------

Co-authored-by: Alex Demidoff <[email protected]>

---------

Co-authored-by: Alex Demidoff <[email protected]>
Co-authored-by: Nurlan Moldomurov <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants