Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the npm-packages group with 7 updates#178

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/npm-packages-2c33437d43

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 1, 2025

Bumps the npm-packages group with 7 updates:

PackageFromTo
@rollup/plugin-commonjs28.0.629.0.0
@rollup/plugin-node-resolve16.0.116.0.3
jsdoc4.0.44.0.5
jsdoc-to-markdown9.1.29.1.3
mocha11.7.311.7.4
rimraf6.0.16.1.0
rollup4.52.34.52.5

Updates@rollup/plugin-commonjs from 28.0.6 to 29.0.0

Changelog

Sourced from@​rollup/plugin-commonjs's changelog.

v29.0.0

2025-10-30

Breaking Changes

  • feat!: revert#1909 and addrequireNodeBuiltins option (#1937)

v28.0.9

2025-10-24

Bugfixes

  • fix: handlenode: builtins withstrictRequires: auto (#1930)

v28.0.8

2025-10-16

Bugfixes

  • fix: guard moduleSideEffects for wrapped externals (#1914)

v28.0.7

2025-10-14

Bugfixes

  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#1909)
Commits
  • c8e78c8 chore(release): commonjs v29.0.0
  • d2b14ed feat(commonjs)!: revert#1909 and addrequireNodeBuiltins option (#1937)
  • b079b59 chore(release): commonjs v28.0.9
  • 0881496 fix(commonjs): handlenode: builtins withstrictRequires: auto (#1930)
  • 232dcf8 chore(release): commonjs v28.0.8
  • 5a6175b fix(commonjs): guard moduleSideEffects for wrapped externals (#1914)
  • 1935e9e chore(release): commonjs v28.0.7
  • e80d4b2 fix(commonjs): avoid hoisting dynamically required node: builtins under stric...
  • 0862902 chore(repo): update commonjs comment to clarify top-levelthis rewrite (#1888)
  • See full diff incompare view

Updates@rollup/plugin-node-resolve from 16.0.1 to 16.0.3

Changelog

Sourced from@​rollup/plugin-node-resolve's changelog.

v16.0.3

2025-10-13

Bugfixes

  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)

v16.0.2

2025-10-04

Bugfixes

  • fix: error thrown with empty entry (#1893)
Commits
  • 764910a chore(release): node-resolve v16.0.3
  • 3569720 fix(node-resolve): resolve bare targets of package "imports" using export map...
  • 516ed1d chore(release): node-resolve v16.0.2
  • 7ad5057 fix(node-resolve): error thrown with empty entry (#1893)
  • See full diff incompare view

Updatesjsdoc from 4.0.4 to 4.0.5

Changelog

Sourced fromjsdoc's changelog.

4.0.5 (October 2025)

Fixes a performance issue when generating documentation for medium-to-large APIs.

Commits

Updatesjsdoc-to-markdown from 9.1.2 to 9.1.3

Release notes

Sourced fromjsdoc-to-markdown's releases.

v9.1.3

Non-breaking change since v9.1.2

Commits

Updatesmocha from 11.7.3 to 11.7.4

Release notes

Sourced frommocha's releases.

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

Changelog

Sourced frommocha's changelog.

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

Commits

Updatesrimraf from 6.0.1 to 6.1.0

Changelog

Sourced fromrimraf's changelog.

6.1

  • Move to nativefs/promises usage instead of promisifyingmanually.

6.0

  • Drop support for nodes before v20
  • Add--version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on eachdeletion
  • 4.3.1 Fixed inappropriately following symbolic links todirectories

v4.2

  • Brought backglob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the.defaultdangly bit..default preserved as a reference torimraffor compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore-rf and-fr arguments to the bin.

v4.0

  • Removeglob dependency entirely. This library now onlyaccepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript

... (truncated)

Commits
  • 18dc77a 6.1.0
  • 2bd2e62 changelog 6.1
  • 19311cf refactor: switch to native fs.promises
  • 0c437d4 Create separate dir for integration tests
  • 65a3b8a Do not pass unnecessary rest args to fs functions
  • 02b31b7 Use the same ignoreENOENT and fixEPERM utils everywhere
  • c012f4f Mock process.platform with t.intercept
  • c72278a Use tap.intercept to test bin
  • 549d1e8 Configure tap coverage-map
  • a76970b benchmark: add options to filter and compare benchmarks
  • Additional commits viewable incompare view

Updatesrollup from 4.52.3 to 4.52.5

Release notes

Sourced fromrollup's releases.

v4.52.5

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced fromrollup's changelog.

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
  • 55a8fd5 4.52.5
  • 58f5a7b fix: generation of debugIDs with invalid length (#6144)
  • 0b816b0 chore(deps): lock file maintenance minor/patch updates (#6146)
  • a973ed8 chore: eslint enable concurrency option (#6143)
  • bfa9e9f chore(deps): update actions/setup-node action to v6 (#6147)
  • 69a9336 fix(deps): lock file maintenance minor/patch updates (#6142)
  • 88b18b9 chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)
  • c9ab522 chore(deps): update peter-evans/find-comment action to v4 (#6141)
  • 01f02bd chore(deps): lock file maintenance minor/patch updates (#6135)
  • cd81da7 4.52.4
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup since your current version.


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 npm-packages group with 7 updates:| Package | From | To || --- | --- | --- || [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.6` | `29.0.0` || [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `16.0.1` | `16.0.3` || [jsdoc](https://github.com/jsdoc/jsdoc) | `4.0.4` | `4.0.5` || [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) | `9.1.2` | `9.1.3` || [mocha](https://github.com/mochajs/mocha) | `11.7.3` | `11.7.4` || [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` || [rollup](https://github.com/rollup/rollup) | `4.52.3` | `4.52.5` |Updates `@rollup/plugin-commonjs` from 28.0.6 to 29.0.0- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.0/packages/commonjs)Updates `@rollup/plugin-node-resolve` from 16.0.1 to 16.0.3- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve)Updates `jsdoc` from 4.0.4 to 4.0.5- [Release notes](https://github.com/jsdoc/jsdoc/releases)- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.5/CHANGES.md)- [Commits](jsdoc/jsdoc@4.0.4...4.0.5)Updates `jsdoc-to-markdown` from 9.1.2 to 9.1.3- [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)- [Commits](jsdoc2md/jsdoc-to-markdown@v9.1.2...v9.1.3)Updates `mocha` from 11.7.3 to 11.7.4- [Release notes](https://github.com/mochajs/mocha/releases)- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)- [Commits](mochajs/mocha@v11.7.3...v11.7.4)Updates `rimraf` from 6.0.1 to 6.1.0- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)- [Commits](isaacs/rimraf@v6.0.1...v6.1.0)Updates `rollup` from 4.52.3 to 4.52.5- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v4.52.3...v4.52.5)---updated-dependencies:- dependency-name: "@rollup/plugin-commonjs"  dependency-version: 29.0.0  dependency-type: direct:development  update-type: version-update:semver-major  dependency-group: npm-packages- dependency-name: "@rollup/plugin-node-resolve"  dependency-version: 16.0.3  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: jsdoc  dependency-version: 4.0.5  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: jsdoc-to-markdown  dependency-version: 9.1.3  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: mocha  dependency-version: 11.7.4  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: rimraf  dependency-version: 6.1.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-packages- dependency-name: rollup  dependency-version: 4.52.5  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsNov 1, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp