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 the all group with 12 updates #1807

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 12 updates:

Package From To
@googleapis/drive 8.3.0 8.3.1
@googleapis/driveactivity 2.0.5 2.0.6
@googleapis/people 3.0.5 3.0.6
@googleapis/script 3.0.2 3.0.3
mediasoup 3.12.10 3.12.11
mediasoup-client 3.6.99 3.6.100
slate-react 0.98.1 0.98.2
@types/meteor 2.9.3 2.9.4
@types/react 18.2.20 18.2.21
@typescript-eslint/eslint-plugin 5.62.0 6.4.1
@typescript-eslint/parser 5.62.0 6.4.1
eslint 8.47.0 8.48.0

Updates @googleapis/drive from 8.3.0 to 8.3.1

Commits

Updates @googleapis/driveactivity from 2.0.5 to 2.0.6

Commits

Updates @googleapis/people from 3.0.5 to 3.0.6

Release notes

Sourced from @​googleapis/people's releases.

people: v3.0.6

3.0.6 (2023-08-25)

Bug Fixes

  • deps: update dependency googleapis-common to v7 (9491ec1)
Commits

Updates @googleapis/script from 3.0.2 to 3.0.3

Release notes

Sourced from @​googleapis/script's releases.

script: v3.0.3

3.0.3 (2023-08-25)

Bug Fixes

  • deps: update dependency googleapis-common to v7 (9491ec1)
Commits
  • f6dd416 chore: release main
  • 529b748 feat: regenerate index files
  • d83a4a7 feat(youtube)!: update the API
  • f0366b5 fix(workloadmanager): update the API
  • a66c33a fix(workflows): update the API
  • afcce93 feat(webrisk)!: update the API
  • f12ebab feat(vpcaccess): update the API
  • d1dcdfe fix(vmmigration): update the API
  • 298e504 fix(vision): update the API
  • 24df055 fix(videointelligence): update the API
  • Additional commits viewable in compare view

Updates mediasoup from 3.12.10 to 3.12.11

Release notes

Sourced from mediasoup's releases.

3.12.11

Changelog

Sourced from mediasoup's changelog.

3.12.11

Commits

Updates mediasoup-client from 3.6.99 to 3.6.100

Commits
  • e8de783 3.6.100
  • 0381230 Properly look for a=fingerprint and a=setup attributes at SDP session and med...
  • See full diff in compare view

Updates slate-react from 0.98.1 to 0.98.2

Release notes

Sourced from slate-react's releases.

[email protected]

Patch Changes

Commits

Updates @types/meteor from 2.9.3 to 2.9.4

Commits

Updates @types/react from 18.2.20 to 18.2.21

Commits

Updates @typescript-eslint/eslint-plugin from 5.62.0 to 6.4.1

Release notes

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

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

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

v6.4.0

6.4.0 (2023-08-14)

Bug Fixes

  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)
  • typescript-estree: support declare and export modifiers for nested namespace declaration (#7410) (49a53f0)
  • utils: add new properties since eslint 8.40.0 (#7460) (660aff7)
  • utils: add to JSONSchema4Type missing Array and Object (#7406) (60df0bb)

Features

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

v6.3.0

6.3.0 (2023-08-07)

Bug Fixes

  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d)

Features

  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#7331) (dfcafae)

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

... (truncated)

Changelog

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

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293

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

6.4.0 (2023-08-14)

Bug Fixes

  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)

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

6.3.0 (2023-08-07)

Bug Fixes

  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d)

Features

  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#7331) (dfcafae)

Reverts

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

... (truncated)

Commits
  • ef1367e chore: publish v6.4.1
  • 2e1cfd5 chore: upgrade to yarn 3 (#6162)
  • b52658f fix(eslint-plugin): [no-unnecessary-condition] false positives with branded t...
  • 66cc514 chore: enable logical-assignment-operators rule internally (#7484)
  • e1897db docs: fix typo in member-ordering (#7488)
  • 14bea42 chore: publish v6.4.0
  • 9181252 docs: add note on common misconceptions about type narrowing (#7391)
  • ad8401a fix(eslint-plugin): [strict-boolean-expressions] replace dangerous fixer with...
  • bad37a2 fix(eslint-plugin): [non-nullable-type-assertion-style] consider operator pre...
  • 2f535c3 chore(eslint-plugin): remove unused natural-compare-lite from dependencies ...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 5.62.0 to 6.4.1

Release notes

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

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

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

v6.4.0

6.4.0 (2023-08-14)

Bug Fixes

  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)
  • typescript-estree: support declare and export modifiers for nested namespace declaration (#7410) (49a53f0)
  • utils: add new properties since eslint 8.40.0 (#7460) (660aff7)
  • utils: add to JSONSchema4Type missing Array and Object (#7406) (60df0bb)

Features

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

v6.3.0

6.3.0 (2023-08-07)

Bug Fixes

  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d)

Features

  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#7331) (dfcafae)

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

... (truncated)

Changelog

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

6.4.1 (2023-08-21)

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

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

6.4.0 (2023-08-14)

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

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

6.3.0 (2023-08-07)

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

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

6.2.1 (2023-07-31)

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

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

6.2.0 (2023-07-24)

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

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

... (truncated)

Commits

Updates eslint from 8.47.0 to 8.48.0

Release notes

Sourced from eslint's releases.

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

Chores

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)
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 all group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@googleapis/drive](https://github.com/googleapis/google-api-nodejs-client) | `8.3.0` | `8.3.1` |
| [@googleapis/driveactivity](https://github.com/googleapis/google-api-nodejs-client) | `2.0.5` | `2.0.6` |
| [@googleapis/people](https://github.com/googleapis/google-api-nodejs-client) | `3.0.5` | `3.0.6` |
| [@googleapis/script](https://github.com/googleapis/google-api-nodejs-client) | `3.0.2` | `3.0.3` |
| [mediasoup](https://github.com/versatica/mediasoup) | `3.12.10` | `3.12.11` |
| [mediasoup-client](https://github.com/versatica/mediasoup-client) | `3.6.99` | `3.6.100` |
| [slate-react](https://github.com/ianstormtaylor/slate) | `0.98.1` | `0.98.2` |
| [@types/meteor](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/meteor) | `2.9.3` | `2.9.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.20` | `18.2.21` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.62.0` | `6.4.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `6.4.1` |
| [eslint](https://github.com/eslint/eslint) | `8.47.0` | `8.48.0` |


Updates `@googleapis/drive` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json)
- [Commits](googleapis/google-api-nodejs-client@drive-v8.3.0...drive-v8.3.1)

Updates `@googleapis/driveactivity` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json)
- [Commits](googleapis/google-api-nodejs-client@v2.0.5...v2.0.6)

Updates `@googleapis/people` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json)
- [Commits](googleapis/google-api-nodejs-client@ml-v3.0.5...ml-v3.0.6)

Updates `@googleapis/script` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json)
- [Commits](googleapis/google-api-nodejs-client@ml-v3.0.2...ml-v3.0.3)

Updates `mediasoup` from 3.12.10 to 3.12.11
- [Release notes](https://github.com/versatica/mediasoup/releases)
- [Changelog](https://github.com/versatica/mediasoup/blob/v3/CHANGELOG.md)
- [Commits](versatica/mediasoup@3.12.10...3.12.11)

Updates `mediasoup-client` from 3.6.99 to 3.6.100
- [Commits](versatica/mediasoup-client@3.6.99...3.6.100)

Updates `slate-react` from 0.98.1 to 0.98.2
- [Release notes](https://github.com/ianstormtaylor/slate/releases)
- [Commits](https://github.com/ianstormtaylor/slate/compare/[email protected]@0.98.2)

Updates `@types/meteor` from 2.9.3 to 2.9.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/meteor)

Updates `@types/react` from 18.2.20 to 18.2.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 6.4.1
- [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.4.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.62.0 to 6.4.1
- [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.4.1/packages/parser)

Updates `eslint` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: "@googleapis/drive"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@googleapis/driveactivity"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@googleapis/people"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@googleapis/script"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mediasoup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mediasoup-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: slate-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/meteor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 28, 2023
@ebroder
Copy link
Member

ebroder commented Aug 29, 2023

@dependabot ignore @typescript-eslint/eslint-plugin

@ebroder
Copy link
Member

ebroder commented Aug 29, 2023

@dependabot ignore @typescript-eslint/parser

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2023

OK, I won't notify you about @typescript-eslint/eslint-plugin again, unless you unignore it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2023

OK, I won't notify you about @typescript-eslint/parser again, unless you unignore it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-2a24ef9dcf branch August 29, 2023 18:02
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
Development

Successfully merging this pull request may close these issues.

1 participant