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 dev group with 11 updates #267

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev group with 11 updates:

Package From To
@types/node 22.7.5 22.8.6
@vitest/coverage-istanbul 2.1.3 2.1.4
browserslist 4.24.0 4.24.2
eslint 9.12.0 9.13.0
fetch-mock 11.1.5 12.0.2
liquidjs 10.17.0 10.18.0
selenium-webdriver 4.25.0 4.26.0
@types/selenium-webdriver 4.1.26 4.1.27
typescript-eslint 8.9.0 8.12.2
vite 5.4.9 5.4.10
vitest 2.1.3 2.1.4

Updates @types/node from 22.7.5 to 22.8.6

Commits

Updates @vitest/coverage-istanbul from 2.1.3 to 2.1.4

Release notes

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

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates browserslist from 4.24.0 to 4.24.2

Release notes

Sourced from browserslist's releases.

4.24.2

  • Clarify outdated caniuse-lite warning text.

4.24.1

  • Added months since last caniuse-lite update to the warning (by @​mezhnin).
Changelog

Sourced from browserslist's changelog.

4.24.2

  • Clarify outdated caniuse-lite warning text.

4.24.1

  • Added months since last caniuse-lite update to the warning (by @​mezhnin).
Commits
  • 065c69b Release 4.24.2 version
  • c30a4b5 More clear warning text
  • 8fbb304 Release 4.24.1 version
  • f640f4d Update dependencies and Node.js version on CI
  • c017b81 Updated oldDataWarning function to display how many months old caniuse-lite i...
  • 8ae85ca Show how to use browserslist.defaults
  • 9320799 Improve JS API docs
  • fb0dcdb Update dependencies
  • See full diff in compare view

Updates eslint from 9.12.0 to 9.13.0

Release notes

Sourced from eslint's releases.

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

Changelog

Sourced from eslint's changelog.

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/[email protected] and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 064c8b6 fix: update rule types (#18925) (Nitin Kumar)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • ed4635f ci: upgrade [email protected] (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)
Commits

Updates fetch-mock from 11.1.5 to 12.0.2

Release notes

Sourced from fetch-mock's releases.

fetch-mock: v12.0.2

12.0.2 (2024-10-28)

Bug Fixes

  • allow sending responses with status 0 (92c06e9)

fetch-mock: v12.0.1

12.0.1 (2024-10-27)

Bug Fixes

  • clearHistory() can deal with unmatched calls (012e9ca)

fetch-mock: v12.0.0

12.0.0 (2024-10-24)

⚠ BREAKING CHANGES

  • Replaced legacy fetch-mock code with fetch-mock/core code

Features

  • Replaced legacy fetch-mock code with fetch-mock/core code (999ce92)
Changelog

Sourced from fetch-mock's changelog.

12.0.2 (2024-10-28)

Bug Fixes

  • allow sending responses with status 0 (92c06e9)

12.0.1 (2024-10-27)

Bug Fixes

  • clearHistory() can deal with unmatched calls (012e9ca)

12.0.0 (2024-10-24)

⚠ BREAKING CHANGES

  • Replaced legacy fetch-mock code with fetch-mock/core code

Features

  • Replaced legacy fetch-mock code with fetch-mock/core code (999ce92)

0.7.1 (2024-09-25)

Bug Fixes

  • change export order so default is last (bc9c41d)

0.7.0 (2024-08-30)

⚠ BREAKING CHANGES

  • remove sendAsJson option

Features

  • remove sendAsJson option (4b11fc4)
  • send content=length header whenever calculable (ef4c684)

Bug Fixes

  • force engine to be >=18.11.0 as this fixes an issue in proxying a response (dde5e6b)
  • handle all types of BodyInit correctly (0242ea2)

... (truncated)

Commits
  • 1fc51ee chore: release main
  • 92c06e9 fix: allow sending responses with status 0
  • d38f004 chore: release main
  • 012e9ca fix: clearHistory() can deal with unmatched calls
  • e77c06e chore: release main
  • 999ce92 feat!: Replaced legacy fetch-mock code with fetch-mock/core code
  • See full diff in compare view

Updates liquidjs from 10.17.0 to 10.18.0

Release notes

Sourced from liquidjs's releases.

v10.18.0

10.18.0 (2024-10-16)

Features

Changelog

Sourced from liquidjs's changelog.

10.18.0 (2024-10-16)

Features

Commits

Updates selenium-webdriver from 4.25.0 to 4.26.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.26.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Commits
  • 69f9e5e [build] Prepare for release of Selenium 4.26.0 (#14665)
  • 5be3015 [ci][rb] Fix remote tests (#14679)
  • e7c09a2 [grid] enable the httpclient to perform async requests #14403 (#14409)
  • f391cd0 [py] Added more internal logging for CDP (#14668)
  • 9b8cfb1 [dotnet] Fixed typo in ResponseData MymeType -> MimeType (#14670)
  • 8e95ea9 [py] moved isort, black and docformatter settings from tox.ini file t...
  • e9e684d [grid] limit the number of websocket connections per session (#14410)
  • b01041f [py]: set consistent polling across java and python for WebDriverWait metho...
  • 68f82b3 [js]: Fix sendKeys command fail on FileDetector.handleFile error. (#14663)
  • b2702ca [dotnet] Treat SM's logs always as Trace to avoid SM writing at Info level (#...
  • Additional commits viewable in compare view

Updates @types/selenium-webdriver from 4.1.26 to 4.1.27

Commits

Updates typescript-eslint from 8.9.0 to 8.12.2

Release notes

Sourced from typescript-eslint's releases.

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • typescript-eslint: improve undefined extension handling (#10177)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
  • website: enable noImplicitAny (#10175)
  • rule-tester: use cwd option to set base path for tests with file name (#10201)

❤️ Thank You

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

v8.12.0

See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.12.2 (2024-10-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.12.1 (2024-10-28)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.12.0 (2024-10-28)

🚀 Features

  • typescript-eslint: improve undefined extension handling (#10177)

❤️ Thank You

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

8.11.0 (2024-10-21)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.10.0 (2024-10-17)

🩹 Fixes

  • typescript-eslint: propagate name field to extended configs in config helper (#10094)

❤️ Thank You

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

Commits
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • ad9d3ba feat(typescript-eslint): improve undefined extension handling (#10177)
  • 79c27a8 chore(release): publish 8.11.0
  • 7effdea chore(release): publish 8.10.0
  • be5bc0f fix(typescript-eslint): propagate name field to extended configs in `config...
  • See full diff in compare view

Updates vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
Commits

Updates vitest from 2.1.3 to 2.1.4

Release notes

Sourced from vitest's releases.

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 0df44c0 chore: release v2.1.4
  • 2444ff2 fix(browser): initiate MSW in the same frame as tests (#6772)
  • Description has been truncated

Bumps the dev group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.8.6` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.1.3` | `2.1.4` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.24.0` | `4.24.2` |
| [eslint](https://github.com/eslint/eslint) | `9.12.0` | `9.13.0` |
| [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) | `11.1.5` | `12.0.2` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.17.0` | `10.18.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.25.0` | `4.26.0` |
| [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) | `4.1.26` | `4.1.27` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.9.0` | `8.12.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` |


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

Updates `@vitest/coverage-istanbul` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/coverage-istanbul)

Updates `browserslist` from 4.24.0 to 4.24.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.24.0...4.24.2)

Updates `eslint` from 9.12.0 to 9.13.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.12.0...v9.13.0)

Updates `fetch-mock` from 11.1.5 to 12.0.2
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md)
- [Commits](https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v12.0.2/packages/fetch-mock)

Updates `liquidjs` from 10.17.0 to 10.18.0
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v10.17.0...v10.18.0)

Updates `selenium-webdriver` from 4.25.0 to 4.26.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.25.0...selenium-4.26.0)

Updates `@types/selenium-webdriver` from 4.1.26 to 4.1.27
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

Updates `typescript-eslint` from 8.9.0 to 8.12.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/typescript-eslint)

Updates `vite` from 5.4.9 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

Updates `vitest` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@vitest/coverage-istanbul"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: fetch-mock
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: liquidjs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@types/selenium-webdriver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

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 Nov 1, 2024
Copy link

netlify bot commented Nov 1, 2024

Deploy Preview for anchor-polyfill ready!

Name Link
🔨 Latest commit cb6a479
🔍 Latest deploy log https://app.netlify.com/sites/anchor-polyfill/deploys/67251870a0578900088245aa
😎 Deploy Preview https://deploy-preview-267--anchor-polyfill.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 1, 2024

Deploy Preview for anchor-position-wpt canceled.

Name Link
🔨 Latest commit cb6a479
🔍 Latest deploy log https://app.netlify.com/sites/anchor-position-wpt/deploys/67251870255d3000087eafc8

@jgerigmeyer jgerigmeyer merged commit 52e5c6b into main Nov 1, 2024
14 checks passed
@jgerigmeyer jgerigmeyer deleted the dependabot/npm_and_yarn/dev-b2ea6de5fb branch November 1, 2024 18:08
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.

1 participant