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-dev): bump the minor-development-deps group with 7 updates #423

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-development-deps group with 7 updates:

Package From To
@readme/eslint-config 12.2.0 12.2.1
@types/node 20.5.7 20.6.0
@vitest/browser 0.34.3 0.34.4
@vitest/coverage-v8 0.34.3 0.34.4
eslint 8.48.0 8.49.0
vitest 0.34.3 0.34.4
webdriverio 8.15.10 8.16.6

Updates @readme/eslint-config from 12.2.0 to 12.2.1

Commits
  • 5694447 chore(release): publish
  • bb437f8 feat(spectral): esm again (#746)
  • bfa5dcb chore(deps-dev): bump the minor-development-deps group with 2 updates (#745)
  • 2954899 revert: get spectral working again (#744)
  • d8ca64e chore: bumping out of date deps
  • bdff0d4 chore(deps): bump @​typescript-eslint/eslint-plugin from 6.2.1 to 6.6.0 (#743)
  • 9888412 chore(deps): bump eslint-plugin-react from 7.33.1 to 7.33.2 (#735)
  • dc708c9 chore(deps): bump @​stoplight/spectral-rulesets from 1.16.0 to 1.17.0 (#734)
  • 885a1c8 chore(deps): bump eslint-plugin-you-dont-need-lodash-underscore (#731)
  • 538db00 chore(deps): bump eslint-plugin-jest-dom from 5.0.1 to 5.1.0 (#727)
  • Additional commits viewable in compare view

Updates @types/node from 20.5.7 to 20.6.0

Commits

Updates @vitest/browser from 0.34.3 to 0.34.4

Release notes

Sourced from @​vitest/browser's releases.

v0.34.4

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/coverage-v8 from 0.34.3 to 0.34.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v0.34.4

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint from 8.48.0 to 8.49.0

Release notes

Sourced from eslint's releases.

v8.49.0

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.49.0 - September 8, 2023

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
Commits

Updates vitest from 0.34.3 to 0.34.4

Release notes

Sourced from vitest's releases.

v0.34.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 91853bb chore: release v0.34.4
  • 8b39c11 fix(vitest): show error when calling API on files that user has no access to ...
  • f8ea716 fix(vitest): set SSR env only when transformMode is ssr (#4083)
  • 00e8112 fix(vitest): don't start the server when optimizer is enabled (#4095)
  • 5943418 fix(happy-dom): use the nodejs console in happy-dom v11 (#4090)
  • 410bc45 fix(vitest): only override ssr.optimizer instead of the whole ssr object (#4080)
  • a84a8e0 fix: don't process config file twice (#4077)
  • c48fef5 docs: fix typo (#4066)
  • 0c13c39 fix: resolving dep optimizer issues with workspace (#4036)
  • 0d0f35f fix(vitest): "vi" doesn't rely on context (#4031)
  • Additional commits viewable in compare view

Updates webdriverio from 8.15.10 to 8.16.6

Release notes

Sourced from webdriverio's releases.

v8.16.6 (2023-09-09)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 5

v8.16.5 (2023-09-07)

🐛 Bug Fix

💅 Polish

  • wdio-cucumber-framework
    • #11078 @​wdio/cucumber-framework: Add original coordinates when resetting Cucumber Support Library (@​nextlevelbeard)

📝 Documentation

Committers: 6

... (truncated)

Changelog

Sourced from webdriverio's changelog.

v8.16.6 (2023-09-09)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 5

v8.16.5 (2023-09-07)

🐛 Bug Fix

💅 Polish

  • wdio-cucumber-framework
    • #11078 @​wdio/cucumber-framework: Add original coordinates when resetting Cucumber Support Library (@​nextlevelbeard)

📝 Documentation

Committers: 6

... (truncated)

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 minor-development-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@readme/eslint-config](https://github.com/readmeio/standards) | `12.2.0` | `12.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.7` | `20.6.0` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `0.34.3` | `0.34.4` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.3` | `0.34.4` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.49.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.3` | `0.34.4` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `8.15.10` | `8.16.6` |


Updates `@readme/eslint-config` from 12.2.0 to 12.2.1
- [Release notes](https://github.com/readmeio/standards/releases)
- [Commits](https://github.com/readmeio/standards/compare/@readme/eslint-config@12.2.0...@readme/eslint-config@12.2.1)

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

Updates `@vitest/browser` from 0.34.3 to 0.34.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.4/packages/browser)

Updates `@vitest/coverage-v8` from 0.34.3 to 0.34.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.4/packages/coverage-v8)

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

Updates `vitest` from 0.34.3 to 0.34.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.4/packages/vitest)

Updates `webdriverio` from 8.15.10 to 8.16.6
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.16.6/packages/webdriverio)

---
updated-dependencies:
- dependency-name: "@readme/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@vitest/browser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@dependabot dependabot bot requested a review from erunion September 11, 2023 22:48
@erunion erunion merged commit 3263cd7 into main Sep 11, 2023
6 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-8548c05bc9 branch September 11, 2023 22:49
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant