build(deps-dev): bump rollup, @rollup/plugin-commonjs and @rollup/plugin-node-resolve in /tools/lint-md
Bumps rollup, @rollup/plugin-commonjs and @rollup/plugin-node-resolve. These dependencies needed to be updated together.
Updates rollup from 2.77.2 to 4.22.4
Release notes
Sourced from rollup's releases.
v4.22.4
4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
- #5670: refactor: Use object.prototype to check for reserved properties (
@YuHyeonWook)- #5671: Fix DOM Clobbering CVE (
@lukastaegert)v4.22.3
4.22.3
2024-09-21
Bug Fixes
- Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)
Pull Requests
- #5669: Ensure impure dependencies of pure modules are added (
@lukastaegert)v4.22.2
4.22.2
2024-09-20
Bug Fixes
- Revert fix for side effect free modules until other issues are investigated (#5667)
Pull Requests
- #5667: Partially revert #5658 and re-apply #5644 (
@lukastaegert)v4.22.1
4.22.1
2024-09-20
Bug Fixes
- Revert #5644 "stable chunk hashes" while issues are being investigated
Pull Requests
... (truncated)
Changelog
Sourced from rollup's changelog.
4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
- #5670: refactor: Use object.prototype to check for reserved properties (
@YuHyeonWook)- #5671: Fix DOM Clobbering CVE (
@lukastaegert)4.22.3
2024-09-21
Bug Fixes
- Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)
Pull Requests
- #5669: Ensure impure dependencies of pure modules are added (
@lukastaegert)4.22.2
2024-09-20
Bug Fixes
- Revert fix for side effect free modules until other issues are investigated (#5667)
Pull Requests
- #5667: Partially revert #5658 and re-apply #5644 (
@lukastaegert)4.22.1
2024-09-20
Bug Fixes
- Revert #5644 "stable chunk hashes" while issues are being investigated
Pull Requests
- #5663: chore(deps): update dependency inquirer to v11 (
@renovate[bot],@lukastaegert)- #5664: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5665: fix: type in CI file (
@YuHyeonWook)
... (truncated)
Commits
79c0aba4.22.4e2552c9Fix DOM Clobbering CVE (#5671)10ab90erefactor: Use object.prototype to check for reserved properties (#5670)e1cba8e4.22.359cec3eEnsure impure dependencies of pure modules are added (#5669)b86ffd74.22.2d5ff63dPartially revert #5658 and re-apply #5644 (#5667)0a821d9Create SECURITY.md76e962d4.22.168c23daPartially revert #5644- Additional commits viewable in compare view
Updates @rollup/plugin-commonjs from 22.0.2 to 28.0.0
Changelog
Sourced from @rollup/plugin-commonjs's changelog.
v28.0.0
2024-09-23
Breaking Changes
- chore: switch to fdir for fewer dependencies (#1741)
v27.0.0
2024-09-23
Breaking Changes
- feat!: default strictRequires to true (#1639)
- fix!: replace top-level this with exports name (#1618)
v26.0.3
2024-09-23
Updates
- chore: revert #1618 (e98927b)
v26.0.1
2024-06-05
Bugfixes
- fix: correct import of glob (04a15b5)
v26.0.0
2024-06-05
Breaking Changes
- chore!: bump glob's version (#1695)
v25.0.8
2024-05-22
Bugfixes
- fix: preserve the class body property keys even if they are special keywords (#1688)
v25.0.7
... (truncated)
Commits
0af45c2chore(release): commonjs v28.0.0c2a05ebchore(commonjs): switch to fdir for fewer dependencies (#1741)b6fa3b1chore(release): commonjs v27.0.08f02987feat(commonjs)!: default strictRequires to true (#1639)274b72cchore(repo): cherry-pick. commonjs. replace top-level this with exports name ...e2a7195chore(release): commonjs v26.0.3e98927bchore(commonjs): revert #16181e73857chore(release): commonjs v26.0.22fdd077fix(commonjs): replace top-level this with exports name (#1618)8550c4bchore(release): commonjs v26.0.1- Additional commits viewable in compare view
Updates @rollup/plugin-node-resolve from 13.3.0 to 15.3.0
Changelog
Sourced from @rollup/plugin-node-resolve's changelog.
v15.3.0
2024-09-23
Features
- feat: allow preferBuiltins to be a function (#1694)
v15.2.4
2024-09-22
Updates
- chore: remove is-builtin-module (#1735)
v15.2.3
2023-10-08
Bugfixes
- fix: modulePaths default is not set #1534
v15.2.2
2023-10-05
Bugfixes
- fix: ensure rollup 4 compatibility #1595
v15.2.1
2023-08-22
Bugfixes
- fix: Implement package exports / imports resolution algorithm according to Node documentation #1549
v15.2.0
2023-08-17
Features
- feat: pass original importee to secondary resolve #1557
v15.1.0
... (truncated)
Commits
a8e326dchore(release): node-resolve v15.3.0032055bfeat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6bchore(release): node-resolve v15.2.4190aa21chore(node-resolve): remove is-builtin-module (#1735)dcd8da5chore(repo): use@dot/versionerfor releases (#1612)1caee89chore(release): node-resolve v15.2.3ab3f45dfix(node-resolve): modulePaths default is not set (#1534)cdf9113chore(repo): manually update changelog and package versions after bad release...841a039fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...9bfc5d9chore(release): node-resolve v15.2.1- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.