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 9 updates #455

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

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

Package From To
@readme/eslint-config 13.5.0 13.5.1
@types/node 20.11.24 20.12.2
@vitest/browser 1.3.1 1.4.0
@vitest/coverage-v8 1.3.1 1.4.0
express 4.18.3 4.19.2
msw 2.2.2 2.2.13
typescript 5.3.3 5.4.3
vitest 1.3.1 1.4.0
webdriverio 8.32.3 8.35.1

Updates @readme/eslint-config from 13.5.0 to 13.5.1

Commits
  • 065e839 chore(release): publish
  • f2af314 chore(deps): bumping out of date deps
  • d59237c chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#824)
  • 7b3026e chore(deps): bump eslint-plugin-typescript-sort-keys from 3.1.0 to 3.2.0 (#822)
  • 14e084d chore(deps-dev): bump @​commitlint/config-conventional (#821)
  • 6301f73 chore(deps): bump @​typescript-eslint/parser from 7.0.1 to 7.1.0 (#823)
  • 71fcd4a chore(deps-dev): bump @​commitlint/cli from 18.6.1 to 19.0.3 (#820)
  • 1ed8716 chore(deps): bump @​typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 (#819)
  • f5fef5b chore(deps-dev): bump the minor-development-deps group with 2 updates (#818)
  • 3808441 chore(release): publish
  • Additional commits viewable in compare view

Updates @types/node from 20.11.24 to 20.12.2

Commits

Updates @vitest/browser from 1.3.1 to 1.4.0

Release notes

Sourced from @​vitest/browser's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/coverage-v8 from 1.3.1 to 1.4.0

Release notes

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

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a8da192 chore: release v1.4.0
  • 600b44d feat(coverage): support --changed option (#5314)
  • 6eda473 fix(coverage): respect source maps of pre-transpiled sources (#5367)
  • c3eb8de fix(coverage): v8 to ignore type-only files (#5328)
  • 074450e chore(deps): update istanbul-lib-source-maps to v5 (#5304)
  • d68a739 fix(coverage): expensive regexp hangs v8 report generation (#5259)
  • See full diff in compare view

Updates express from 4.18.3 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: [email protected]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates msw from 2.2.2 to 2.2.13

Release notes

Sourced from msw's releases.

v2.2.13 (2024-03-27)

Bug Fixes

  • use createRequestId() instead of crypto.randomUUID() (#2113) (8f2be77627b94318e6c2e6d6eee38fc49558c6d9) @​kettanaito

v2.2.12 (2024-03-27)

Bug Fixes

  • do not mutate user-defined "X-Request-Id" request header (#2110) (64b6ba516123d655e82d164e8ed1bb1f75b8cff8) @​kettanaito

v2.2.11 (2024-03-26)

Bug Fixes

  • accept a narrower response body type by default (#2107) (d35ef92d0fe07831fb2aaa46050fabf27d3aa709) @​kettanaito

v2.2.10 (2024-03-22)

Bug Fixes

v2.2.9 (2024-03-20)

Bug Fixes

v2.2.8 (2024-03-19)

Bug Fixes

  • setupWorker: remove left-over console.log() (#2099) (cf979915aab2ed1759c6c05a6eb5e038fc0dcb2a) @​kettanaito

v2.2.7 (2024-03-18)

Bug Fixes

  • resolve "~/core" import for .d.mts modules (#2095) (7cdbd1a2c4e02c11ba22e50b50ee042228d00f92) @​kettanaito

v2.2.6 (2024-03-17)

Bug Fixes

  • setupWorker: emit the correct life-cycle events for bypassed requests (#2094) (c485989df15962fb02a36fd85654228719f8fed7) @​kettanaito
  • bypass: support modifying the bypassed request (#2093) (2c8570b7130e2d98f4461ef144e171ac4aa2b8f3) @​kettanaito

v2.2.5 (2024-03-17)

... (truncated)

Commits
  • ad8ebac chore(release): v2.2.13
  • 8f2be77 fix: use createRequestId() instead of crypto.randomUUID() (#2113)
  • c88c84c chore(release): v2.2.12
  • 64b6ba5 fix: do not mutate user-defined "X-Request-Id" request header (#2110)
  • 5d29a42 chore(release): v2.2.11
  • d35ef92 fix: accept a narrower response body type by default (#2107)
  • 16fadfe chore(release): v2.2.10
  • fc44a2c chore: use vitest for type testing (#2033)
  • 9af301a fix: feature "new URL()" in the redundant query params warning (#2102)
  • 30bc5ac docs: add vital to bronze sponsors (#2103)
  • Additional commits viewable in compare view

Updates typescript from 5.3.3 to 5.4.3

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • ca8e720 Update LKG
  • 010b188 release-5.4: Revert PR 56087 (#57850)
  • fc7006c Update LKG
  • b45a418 🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...
  • 609560f Bump version to 5.4.3 and LKG
  • f42605f 🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...
  • 485c7c5 Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)
  • 7f11456 🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates vitest from 1.3.1 to 1.4.0

Release notes

Sourced from vitest's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a8da192 chore: release v1.4.0
  • d7e8b53 feat(config): deprecate cache.dir option (#5229)
  • c652148 chore: remove unused property
  • ce5ca6b fix(vitest): logs in beforeAll and afterAll (#5288)
  • 51d1d47 fix(vitest): correctly override api with --no-api flag (#5386)
  • efe441f chore: guard try/catch in websocket reporter
  • 07ec377 fix(coverage): prevent reportsDirectory from removing user's project (#5376)
  • 38119b7 fix(vitest): ignore timeout on websocket reporter rpc
  • e77c553 fix: --inspect-brk to pause before execution (#5355)
  • d627e20 feat: add a flag to include test location in tasks (#5342)
  • Additional commits viewable in compare view

Updates webdriverio from 8.32.3 to 8.35.1

Release notes

Sourced from webdriverio's releases.

v8.35.1

No updates!

v8.35.0 (2024-03-20)

🚀 New Feature

  • wdio-utils, wdio-webdriver-mock-service, webdriverio

📝 Documentation

Committers: 3

v8.34.1 (2024-03-16)

🐛 Bug Fix

Committers: 1

v8.34.0 (2024-03-15)

🐛 Bug Fix

  • wdio-allure-reporter
  • wdio-appium-service
  • wdio-config
    • #12437 [backport] (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)

💅 Polish

  • wdio-browserstack-service

Committers: 5

... (truncated)

Commits
  • 7ac0ca2 v8.35.1
  • c9b19a3 fix(webdriverio): don't apply selector if array has no elements
  • d6eab1a v8.35.0
  • 15b29ae [v8] feat(webdriverio): enable re-fetching of elements when called via $$ com...
  • 6913c75 Bump devtools-protocol from 0.0.1263784 to 0.0.1273771 (#12516)
  • 224614b v8.34.1
  • d222087 (webdriverio): fix scope management for nested calls in browser runner (#12497)
  • 72856f9 v8.34.0
  • 4597152 (docs): fix code example in $ commands
  • 0130787 (webdriverio): polish isElementClickable (#12492)
  • Additional commits viewable in compare view

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 crea...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@readme/eslint-config](https://github.com/readmeio/standards) | `13.5.0` | `13.5.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.12.2` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `1.3.1` | `1.4.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.3.1` | `1.4.0` |
| [express](https://github.com/expressjs/express) | `4.18.3` | `4.19.2` |
| [msw](https://github.com/mswjs/msw) | `2.2.2` | `2.2.13` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.4.0` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `8.32.3` | `8.35.1` |


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

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

Updates `@vitest/browser` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/browser)

Updates `@vitest/coverage-v8` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/coverage-v8)

Updates `express` from 4.18.3 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.3...4.19.2)

Updates `msw` from 2.2.2 to 2.2.13
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.2.2...v2.2.13)

Updates `typescript` from 5.3.3 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.3)

Updates `vitest` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/vitest)

Updates `webdriverio` from 8.32.3 to 8.35.1
- [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.35.1/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-minor
  dependency-group: minor-development-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: typescript
  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-minor
  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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@dependabot dependabot bot requested a review from erunion April 1, 2024 00:35
@erunion erunion merged commit 5eac2e0 into main Apr 1, 2024
7 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-b9f41031ee branch April 1, 2024 05:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant