Skip to content

build(deps-dev): bump rollup, @rollup/plugin-commonjs, @rollup/plugin-json and @rollup/plugin-node-resolve in /tools/node-lint-md-cli-rollup#64

Open
dependabot[bot] wants to merge 1 commit intov12.x-httppfrom
dependabot/npm_and_yarn/tools/node-lint-md-cli-rollup/multi-cb45f8b3ea
Open

build(deps-dev): bump rollup, @rollup/plugin-commonjs, @rollup/plugin-json and @rollup/plugin-node-resolve in /tools/node-lint-md-cli-rollup#64
dependabot[bot] wants to merge 1 commit intov12.x-httppfrom
dependabot/npm_and_yarn/tools/node-lint-md-cli-rollup/multi-cb45f8b3ea

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps rollup, @rollup/plugin-commonjs, @rollup/plugin-json and @rollup/plugin-node-resolve. These dependencies needed to be updated together.
Updates rollup from 2.79.2 to 2.80.0

Changelog

Sourced from rollup's changelog.

2.80.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6277)

Pull Requests

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @rollup/plugin-commonjs from 11.0.1 to 11.1.0

Changelog

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

v11.1.0

2020-04-12

Bugfixes

  • fix: produce legal variable names from filenames containing hyphens. (#201)

Features

  • feat: support dynamic require (#206)
  • feat: export properties defined using Object.defineProperty(exports, ..) (#222)

Updates

  • chore: snapshot mismatch running tests before publish (d6bbfdd)
  • test: add snapshots to all "function" tests (#218)

v11.0.2

2020-02-01

Updates

  • docs: fix link for plugin-node-resolve (#170)
  • chore: update dependencies (5405eea)
  • chore: remove jsnext:main (#152)
Commits
  • 04138d6 chore(release): commonjs v11.1.0
  • d6bbfdd chore(commonjs): snapshot mismatch running tests before publish
  • cbc341d feat(commonjs): support dynamic require (#206)
  • 371f424 refactor: audit for Rollup@2.0.0 (#244)
  • a66c8c7 feat(commonjs): export properties defined using Object.defineProperty(exports...
  • 00cdfed chore(repo): Move all .d.ts files to types folder & lint (#221)
  • b662126 test(commonjs): add snapshots to all "function" tests (#218)
  • 4207609 fix(commonjs): produce legal variable names from filenames containing hyphens...
  • 95e542c chore(release): commonjs v11.0.2
  • 875048a docs(commonjs): fix link for plugin-node-resolve (#170)
  • Additional commits viewable in compare view

Updates @rollup/plugin-json from 4.0.1 to 4.1.0

Changelog

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

v4.1.0

2020-06-05

Features

  • feat: log the filename when JSON.parse fails (#417)

v4.0.3

2020-04-19

Updates

  • chore: add rollup 2 to peer range (06d9d29)

v4.0.2

2020-02-01

Bugfixes

  • fix: correct type definitions (#161)

Updates

  • chore: update dependencies (e1d317b)
Commits
  • 8fb9050 chore(release): json v4.1.0
  • 28f9869 feat(json): log the filename when JSON.parse fails (#417)
  • d72c041 chore(release): json v4.0.3
  • 06d9d29 chore(json): add rollup 2 to peer range
  • 371f424 refactor: audit for Rollup@2.0.0 (#244)
  • 846944c chore: Always lint types folder and JSON (#233)
  • 00cdfed chore(repo): Move all .d.ts files to types folder & lint (#221)
  • bbe1dd4 chore(release): json v4.0.2
  • 75a5f51 Merge branch 'master' into chore/update-repo-deps
  • d3db3bb fix(json): correct type definitions (#161)
  • Additional commits viewable in compare view

Updates @rollup/plugin-node-resolve from 7.0.0 to 7.1.3

Changelog

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

v7.1.3

2020-04-12

Bugfixes

  • fix: resolve symlinked entry point properly (#291)

v7.1.2

2020-04-12

Updates

  • docs: fix url (#289)

v7.1.1

2020-02-03

Bugfixes

  • fix: main fields regression (#196)

v7.1.0

2020-02-01

Updates

  • refactor: clean codebase and fix external warnings (#155)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…-json and @rollup/plugin-node-resolve

Bumps [rollup](https://github.com/rollup/rollup), [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs), [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) and [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve). These dependencies needed to be updated together.

Updates `rollup` from 2.79.2 to 2.80.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.2...v2.80.0)

Updates `@rollup/plugin-commonjs` from 11.0.1 to 11.1.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v11.1.0/packages/commonjs)

Updates `@rollup/plugin-json` from 4.0.1 to 4.1.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v4.1.0/packages/json)

Updates `@rollup/plugin-node-resolve` from 7.0.0 to 7.1.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v7.1.3/packages/node-resolve)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 2.80.0
  dependency-type: direct:development
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 11.1.0
  dependency-type: direct:development
- dependency-name: "@rollup/plugin-json"
  dependency-version: 4.1.0
  dependency-type: direct:development
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-version: 7.1.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 28, 2026
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.

0 participants