Skip to content

Bump the development-dependencies group with 5 updates #1615

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the development-dependencies group with 5 updates:

Package From To
globals 16.1.0 16.2.0
knip 5.56.0 5.58.0
rollup 4.41.0 4.41.1
@webref/css 6.21.0 6.21.1
puppeteer 24.8.2 24.9.0

Updates globals from 16.1.0 to 16.2.0

Release notes

Sourced from globals's releases.

v16.2.0

  • Add new greasemonkey globals (#299) e4f6e8c

sindresorhus/globals@v16.1.0...v16.2.0

Commits

Updates knip from 5.56.0 to 5.58.0

Release notes

Sourced from knip's releases.

Release 5.58.0

  • Add setup/teardown to plugins (to prepare env) (375bd427db7557ad74b3bd9b549ee5fea9d75902)
  • Move nuxt init to setup function (closes #1097) (951240e1f48a13a7008c99c2456535b23cdb7fc3)
  • feat(webpack): process resolveLoader.alias (#1100) (70ffa83bc59c4598b6d8bcaccd53bb8d47135352) - thanks @​TkDodo!
  • Add vite plugin to resolve file from resolve.extension (#1080) (a88d655c273441f28c7c0b62c118c8cea943d307) - thanks @​clickCA!

Release 5.57.2

  • Remove baseUrl property from tsconfig (#1092) (b77c52475e2a73ebdeb4250cf79f09f54a6b43e4) - thanks @​ItsNickBarry!
  • Fix/add mocks as entries conditionally (jest + vitest) (7726d41a3795c89a0a7b291309e2b15ba3933aa7)
  • Add custom MDX compiler example (#1098) (d746092154a2bea0efbf64dd522d8340e316514d)

Release 5.57.1

  • Add example known issue when loading config files (cc36b08c542c3f3e5b0c3d384ba84a027e1ab29c)
  • Remove empty import (689993bb8862143a1d2cc446f7c484c9eb7c042f)
  • Add x to --trace legend (dd91f3a954dc5afd789a87cdf6aa4d5f495b0a54)
  • Improve sponsors script and add venz url (ecefd9efc8234e2125d3669253ec8e7153dacd20)
  • resolve issue with plugin overlap on config files (#1096) (c54603e08b723ee57f58de2261dd2d558bd53532) - thanks @​apeloquin-agilysys!
  • Add fixture to cover prevention of circular dependencies in config files (0b63a01c88dea503b82b70d3d7fbbe0bf9375fe5)
  • Update docs dependencies (54f96af1dd8958fee6baf20a892f1ba8f1f96af4)
  • A bit of tests/fixtures housekeeping (866793cfc041289b214baa8b9fd6467f5d5172b4)

Release 5.57.0

  • Don't show mem usage twice with --memory-realtime (b91f5ca740ce0b784da3a8bb1387ed7c9d569d12)
  • Update docs (d26acbb93a57ff6896af88122a939b32ec5980eb)
  • Add license section and attribute more explicitly (3b3c972a96868ac60f895b94168eef9611a0f7de)
  • Update license files (88aa6edd92a98d4244c51ba73c39fac550340b4a)
  • Revisit/remove ts-ignore tags (86de614ced61e0ca6f5491575e55818f36059855)
  • Remove toSorted (introduced in Node.js v20) (df56a82e0bb8915a60cb5315652e1d325ff854cc)
  • docs: remove rehype-autolink-headings and use Starlight heading anchor links. (#1076) (541c999e18d122231f840b2b57f3a81df6ed95d0) - thanks @​cylewaitforit!
  • Add Convex plugin (#1085) (fb74e8c136be4693d888156cd4c33d08ca92c051) - thanks @​narthur!
  • detect test files if tsx --test script is present (#1090) (46658b95337a4ff5d26a391a9ae1f5993981424d) - thanks @​ItsNickBarry!
  • Add Hardhat plugin (#1087) (eba5ebfd6985d7114720215f999af31158e89544) - thanks @​ItsNickBarry!
  • Fixes for Mocha plugin (#1089) (3424a5b7a5b7ed37e48950cf6349560acb5d179a) - thanks @​apeloquin-agilysys!
  • Add Changelogen and Changelogithub plugins (#1086) (a45a1d6253f189bad9af53c6e612ba7a8c4f9611) - thanks @​azat-io!
  • Add support for NX rich command structure (#1093) (123c5146108f23ad936df4e105ca2272e5b06596) - thanks @​jotaRenan!
Commits
  • d6d5b1c Release 5.58.0
  • a88d655 Add vite plugin to resolve file from resolve.extension (#1080)
  • 70ffa83 feat(webpack): process resolveLoader.alias (#1100)
  • 951240e Move nuxt init to setup function (closes #1097)
  • 375bd42 Add setup/teardown to plugins (to prepare env)
  • 9fc8aaa Release 5.57.2
  • 7726d41 Fix/add mocks as entries conditionally (jest + vitest)
  • b77c524 Remove baseUrl property from tsconfig (#1092)
  • a2f03b6 Release 5.57.1
  • 866793c A bit of tests/fixtures housekeeping
  • Additional commits viewable in compare view

Updates rollup from 4.41.0 to 4.41.1

Release notes

Sourced from rollup's releases.

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Commits
  • 7c469dc 4.41.1
  • 9f4abf1 Avoid recursively calling a plugin's resolveId hook with same id and importer...
  • 605ec27 fix(deps): update swc monorepo (major) (#5963)
  • b88492b fix(deps): lock file maintenance minor/patch updates (#5964)
  • See full diff in compare view

Updates @webref/css from 6.21.0 to 6.21.1

Commits
  • 355e596 Publish curated data from 78b9e905e1b3426ecdb89a71d1bf3443e2b73cf5
  • f4e9ad0 Publish curated data from 9af672dace8134cb4312248c4e5833e5783c9f81
  • 1963e24 Publish curated data from 3ae88067e38700836d8abc63f22928c467a6d58c
  • d8bf243 Publish curated data from 88ccb4b7593067e458e9ad9fba4f25bb464c2dc3
  • ba112b4 Publish curated data from f6e041d696271b0d0eabe0d0b5af7066df9a05cb
  • 979cc58 Publish curated data from 4779108b8f4cdcc987d18d848b84c1afcee1ca9f
  • 3821095 Publish curated data from 55544010e06fd428806d94fbfbb9e017dd00e84f
  • b0b0298 Publish curated data from 4038e2ccf838af5f6019c8caf02313a943a7d242
  • 6f743f5 Publish curated data from b7776176ab8d508c3acfd3b727647151460cadf5
  • 1e16d43 Publish curated data from fc43bf085ee514d35ef5aed05378da68cfff518b
  • Additional commits viewable in compare view

Updates puppeteer from 24.8.2 to 24.9.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.9.0

24.9.0 (2025-05-20)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.4 to 2.10.5

puppeteer: v24.9.0

24.9.0 (2025-05-20)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.4 to 2.10.5
      • puppeteer-core bumped from 24.8.2 to 24.9.0
Changelog

Sourced from puppeteer's changelog.

24.9.0 (2025-05-20)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.4 to 2.10.5

Features

Bug Fixes

Commits
  • efc1343 chore: release main (#13893)
  • ffd7412 test: treat the server work similar to dedicated workers (#13891)
  • 4f99f91 chore(deps): Bump the dependencies group with 3 updates (#13876)
  • e17cddb test: try improve worker test stability (#13889)
  • 8a9f881 chore(deps): Bump semver from 7.7.1 to 7.7.2 in /website in the all group (#1...
  • fc910f1 chore(deps-dev): Bump the dev-dependencies group with 7 updates (#13877)
  • 1766c71 chore(deps): Bump the all group with 2 updates (#13879)
  • 97b7dd9 test: make worker test more robust (#13888)
  • 4f066d5 ci: disable TabstripComboButton (#13887)
  • 062fa30 chore(deps): Bump node from a1f1274 to e558507 in /docker in the all grou...
  • 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 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 development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [globals](https://github.com/sindresorhus/globals) | `16.1.0` | `16.2.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.56.0` | `5.58.0` |
| [rollup](https://github.com/rollup/rollup) | `4.41.0` | `4.41.1` |
| [@webref/css](https://github.com/w3c/webref) | `6.21.0` | `6.21.1` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.8.2` | `24.9.0` |


Updates `globals` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.1.0...v16.2.0)

Updates `knip` from 5.56.0 to 5.58.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.58.0/packages/knip)

Updates `rollup` from 4.41.0 to 4.41.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.0...v4.41.1)

Updates `@webref/css` from 6.21.0 to 6.21.1
- [Commits](https://github.com/w3c/webref/compare/@webref/css@6.21.0...@webref/css@6.21.1)

Updates `puppeteer` from 24.8.2 to 24.9.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.8.2...puppeteer-v24.9.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: knip
  dependency-version: 5.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@webref/css"
  dependency-version: 6.21.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: puppeteer
  dependency-version: 24.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@romainmenke romainmenke merged commit 0eec1c2 into main May 26, 2025
7 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/development-dependencies-88f2455ef0 branch May 26, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant