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#176

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

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 30, 2025
edited
Loading

Bumps the npm-packages group with 7 updates:

PackageFromTo
@rollup/plugin-commonjs28.0.228.0.6
@rollup/plugin-node-resolve16.0.016.0.1
jsdoc-to-markdown9.1.19.1.2
mocha11.0.111.7.3
prettier3.4.23.6.2
rollup4.30.14.52.3
rollup-plugin-serve1.1.13.0.0

Updates@rollup/plugin-commonjs from 28.0.2 to 28.0.6

Changelog

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

v28.0.6

2025-06-17

Bugfixes

  • fix: fix crash with invalidated proxy modules (#1876)

v28.0.5

2025-06-14

Bugfixes

  • fix: crawl dynamicRequireRoot outside cwd (#1859)

v28.0.4

2025-06-14

Bugfixes

  • fix: try/catch instanceof in getAugmentedNamespace (#1868)

v28.0.3

2025-03-06

Bugfixes

  • fix: fix error when bundle contains require() of module with falsy__esModule export (#1850)
Commits
  • a433ac9 chore(release): commonjs v28.0.6
  • 7b9d40d fix(commonjs): fix crash with invalidated proxy modules (#1876)
  • cb1b08d chore(release): commonjs v28.0.5
  • ff4c928 fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)
  • bb54901 chore(release): commonjs v28.0.4
  • ad141c1 fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)
  • 8b5fb98 chore(release): commonjs v28.0.3
  • f873993 fix(commonjs): fix error when bundle contains require() of module with falsy ...
  • See full diff incompare view

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

Changelog

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

v16.0.1

2025-03-11

Bugfixes

  • fix: addignoreSideEffectsForRoot to exported interface (#1841)
Commits
  • e1a5ef9 chore(release): node-resolve v16.0.1
  • d455fff fix(node-resolve): addignoreSideEffectsForRoot to exported interface (#1841)
  • d64f8d6 chore(release): node-resolve v16.0.0
  • ebd0969 feat(node-resolve)!: set development or production condition (#1823)
  • f89ca92 chore(release): node-resolve v15.3.1
  • 4cfc1c3 refactor(pluginutils,node-resolve): replacetest withincludes (#1787)
  • a8e326d chore(release): node-resolve v15.3.0
  • 032055b feat(node-resolve): allow preferBuiltins to be a function (#1694)
  • 6d4bb6b chore(release): node-resolve v15.2.4
  • 190aa21 chore(node-resolve): remove is-builtin-module (#1735)
  • Additional commits viewable incompare view

Updatesjsdoc-to-markdown from 9.1.1 to 9.1.2

Release notes

Sourced fromjsdoc-to-markdown's releases.

v9.1.2

Regression fix since v9.1.1

Previously, you could manually render files in a specific order. For example, in the output this code would render docs fortwo.js beforeone.js.

constoutput=awaitjsdoc2md.render({files:['src/two.js','src/one.js']})

This behaviour was broken by the jsdoc-api v9.0.0 release - instead, that version first sorted the files into alphabetical order, thus renderingone.js beforetwo.js.

Jsdoc-api v9.3.5 (used internally by jsdoc2md) fixes that regression - previous behaviour restored.

Commits
  • defb5c7 9.1.2
  • 3964f2b update copyright dates
  • 53fb496 Fix regression where files passed directly to jsdoc2md.render() were sorted u...
  • a6b2309 Merge pull request#311 from Fdawgs/patch-1
  • d2d1bcb Replace node 23 with 24 in ci test matrix
  • See full diff incompare view

Updatesmocha from 11.0.1 to 11.7.3

Release notes

Sourced frommocha's releases.

v11.7.3

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

v11.7.2

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

... (truncated)

Changelog

Sourced frommocha's changelog.

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

... (truncated)

Commits
  • c805327 chore(main): release 11.7.3 (#5455)
  • ebdbc48 fix: use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION ...
  • 4122c7d docs: add security escalation policy (#5466)
  • 1164b9d docs: fix duplicate global leak documentation (#5461)
  • 48c6f40 build(deps): bump actions/setup-node in the github-actions group (#5459)
  • 6654704 docs: migrate third party UIs wiki page to docs (#5434)
  • 55fd22a Cleanup "related tools" pages (#5457)
  • 56486b1 Update authors, make release-please do the same (#5456)
  • 185ae1e docs: update maintainer release notes for release-please (#5453)
  • 5f8e8a8 chore(main): release 11.7.2 (#5398)
  • Additional commits viewable incompare view

Updatesprettier from 3.4.2 to 3.6.2

Release notes

Sourced fromprettier's releases.

3.6.2

What's Changed

🔗Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running--experimental-cli

🔗Changelog

3.6.0

diff

🔗Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

3.5.3

🔗Changelog

3.5.2

🔗Changelog

3.5.1

🔗Changelog

3.5.0

diff

🔗Release note

Changelog

Sourced fromprettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by@​fisker)

<!-- Input-->1. Some text, and code block below, with newline after code block---foo: barAnotherList<!-- Prettier 3.6.1-->Some text, and code block below, with newline after code block---foo: barAnotherList<!-- Prettier 3.6.2-->Some text, and code block below, with newline after code block---foo: barAnotherList

3.6.1

diff

TypeScript: Allow const without initializer (#17650,#17654 by@​fisker)

// Input</tr></table>

... (truncated)

Commits

Updatesrollup from 4.30.1 to 4.52.3

Release notes

Sourced fromrollup's releases.

v4.52.3

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

v4.52.2

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

v4.52.1

4.52.1

2025-09-23

Bug Fixes

  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)

Pull Requests

v4.52.0

4.52.0

2025-09-19

Features

  • Add optionoutput.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)

... (truncated)

Changelog

Sourced fromrollup's changelog.

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

4.52.1

2025-09-23

Bug Fixes

  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)

Pull Requests

4.52.0

2025-09-19

Features

  • Add optionoutput.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

... (truncated)

Commits

Updatesrollup-plugin-serve from 1.1.1 to 3.0.0

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 npm-packages group with 7 updates:| Package | From | To || --- | --- | --- || [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.2` | `28.0.6` || [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `16.0.0` | `16.0.1` || [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) | `9.1.1` | `9.1.2` || [mocha](https://github.com/mochajs/mocha) | `11.0.1` | `11.7.3` || [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.6.2` || [rollup](https://github.com/rollup/rollup) | `4.30.1` | `4.52.3` || [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) | `1.1.1` | `3.0.0` |Updates `@rollup/plugin-commonjs` from 28.0.2 to 28.0.6- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.6/packages/commonjs)Updates `@rollup/plugin-node-resolve` from 16.0.0 to 16.0.1- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.1/packages/node-resolve)Updates `jsdoc-to-markdown` from 9.1.1 to 9.1.2- [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)- [Commits](jsdoc2md/jsdoc-to-markdown@v9.1.1...v9.1.2)Updates `mocha` from 11.0.1 to 11.7.3- [Release notes](https://github.com/mochajs/mocha/releases)- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)- [Commits](mochajs/mocha@v11.0.1...v11.7.3)Updates `prettier` from 3.4.2 to 3.6.2- [Release notes](https://github.com/prettier/prettier/releases)- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)- [Commits](prettier/prettier@3.4.2...3.6.2)Updates `rollup` from 4.30.1 to 4.52.3- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v4.30.1...v4.52.3)Updates `rollup-plugin-serve` from 1.1.1 to 3.0.0- [Release notes](https://github.com/thgh/rollup-plugin-serve/releases)- [Changelog](https://github.com/thgh/rollup-plugin-serve/blob/master/CHANGELOG.md)- [Commits](thgh/rollup-plugin-serve@v1.1.1...v3.0.0)---updated-dependencies:- dependency-name: "@rollup/plugin-commonjs"  dependency-version: 28.0.6  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: "@rollup/plugin-node-resolve"  dependency-version: 16.0.1  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: jsdoc-to-markdown  dependency-version: 9.1.2  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-packages- dependency-name: mocha  dependency-version: 11.7.3  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-packages- dependency-name: prettier  dependency-version: 3.6.2  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-packages- dependency-name: rollup  dependency-version: 4.52.3  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-packages- dependency-name: rollup-plugin-serve  dependency-version: 3.0.0  dependency-type: direct:development  update-type: version-update:semver-major  dependency-group: npm-packages...Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubSep 30, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabotdependabotbot closed thisSep 30, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/npm-packages-fa828f718c branchSeptember 30, 2025 22:30
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