Skip to content
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

chore(deps): update monorepo:rollup (major) #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) 17.1.0 -> 28.0.0 age adoption passing confidence
@rollup/plugin-json (source) 4.1.0 -> 6.1.0 age adoption passing confidence
@rollup/plugin-node-resolve (source) 11.2.0 -> 15.3.0 age adoption passing confidence
@rollup/plugin-replace (source) 2.4.1 -> 6.0.1 age adoption passing confidence
rollup (source) 2.42.1 -> 4.22.5 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

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

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

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508

v25.0.0

Compare Source

2023-05-12

Breaking Changes
  • fix: dynamic require root check was broken in some cases #​1461

v24.1.0

Compare Source

2023-04-11

Features
  • feat: Do not use getters for module.exports #​1455

v24.0.1

Compare Source

2023-01-20

Bugfixes
  • fix: types should come first in exports #​1403

v24.0.0

Compare Source

2022-12-18

Breaking Changes
  • fix: check if defaultIsModuleExports is auto for getDefaultExportFromCjs #​1358

v23.0.7

Compare Source

2022-12-17

Bugfixes
  • fix: produce code which works when __esModule is already defined #​1379

v23.0.6

Compare Source

2022-12-17

Bugfixes

v23.0.5

Compare Source

2022-12-15

Bugfixes
  • fix: resolve export exports not found #​1363

v23.0.4

Compare Source

2022-12-07

Bugfixes

v23.0.3

Compare Source

2022-11-27

Bugfixes
  • fix: correctly wrap a default class export from cjs module #​1350

v23.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v23.0.1

Compare Source

Skipped for repo rebase

v23.0.0

Compare Source

2022-10-09

Breaking Changes

v22.0.2

Compare Source

2022-08-05

Bugfixes
  • fix: Exclude multi-line template strings from indent (#​1229)

v22.0.1

2022-06-24

Bugfixes
  • fix: Only proxy detected commonjs entry points (#​1180)

v22.0.0

2022-04-24

Breaking Changes
  • fix: add heuristic to deoptimize requires after calling imported function (requires rollup@2.68.0) (#​1038)
  • feat: reimplement dynamic import handling (requires Node 12, no longer supports require.cache) (#​1038)
Bugfixes
  • fix: support CJS modules re-exporting transpiled ESM modules (#​1165)
  • fix: Warn when plugins do not pass options to resolveId (#​1038)
  • fix: Do not change semantics when removing requires in if statements (#​1038)
  • fix: handle external dependencies when using the cache (#​1038)
  • fix: proxy all entries to not break legacy polyfill plugins (#​1038)
  • fix: use correct version and add package exports (#​1038)
  • fix: validate node-resolve peer version (#​1038)
  • fix: inject module name into dynamic require function (#​1038)
  • fix: do not transform "typeof exports" for mixed modules (#​1038)
  • fix: attach correct plugin meta-data to commonjs modules (#​1038)
Features
  • feat: expose plugin version (#​1038)
  • feat: throw for dynamic requires from outside the configured root (#​1038)
  • feat: add dynamicRequireRoot option (#​1038)
  • feat: auto-detect conditional requires (#​1038)
  • feat: limit ignoreTryCatch to external requires (#​1038)
  • feat: make namespace callable when requiring ESM with function default (#​1038)
  • feat: Infer type for unidentified modules (#​1038)
  • feat: automatically wrap cyclic modules (#​1038)
  • feat: add strictRequires option to wrap modules (#​1038)
Updates
  • refactor: deconflict helpers only once globals are known (#​1038)

v21.1.0

2022-04-15

Features
  • feat: make defaultIsModuleExports as funtion to config defaultIsModuleExports for each source (#​1052)

v21.0.3

2022-03-27

Updates
  • docs: sync required rollup version (#​1118)

v21.0.2

2022-02-23

Updates
  • chore: transpile dynamic helper to ES5 (#​1082)

v21.0.1

2021-10-19

Bugfixes
  • fix: pass on isEntry and custom resolve options (#​1018)

v21.0.0

2021-10-01

Breaking Changes
  • fix: use safe default value for ignoreTryCatch (#​1005)

v20.0.0

2021-07-30

Breaking Changes
  • fix: Correctly infer module name for any separator (#​924)

v19.0.2

2021-07-26

Bugfixes
  • fix convert module.exports with __esModule property(#​939) (#​942)

v19.0.1

2021-07-15

Bugfixes
  • fix: short-circuit to actual module entry point when using circular ref through a different entry (#​888)

v19.0.0

2021-05-07

Breaking Changes
  • feat!: Add support for circular dependencies (#​658)

v18.1.0

2021-05-04

Bugfixes
Features
  • feat: Add defaultIsModuleExports option to match Node.js behavior (#​838)

v18.0.0

2021-03-26

Breaking Changes
  • feat!: Add ignore-dynamic-requires option (#​819)
Bugfixes
  • fix: isRestorableCompiledEsm should also trigger code transform (#​816)
rollup/plugins (@​rollup/plugin-json)

v6.1.0

2023-12-12

Features
  • feat: add includeArbitraryNames option (#​1641)

v6.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v6.0.0

Compare Source

2022-12-17

Breaking Changes
  • fix: log more robustly when JSON parsing fails #​1361

v5.0.2

Compare Source

2022-11-27

Updates
  • docs: correct minimatch to picomatch #​1332

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes
Updates
  • chore: update dependencies (678125b)
rollup/plugins (@​rollup/plugin-node-resolve)

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

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v15.0.0

Compare Source

2022-10-10

Breaking Changes

v14.1.0

Compare Source

2022-09-12

Features
  • feat: add new option, modulePaths (#​1104)

v14.0.1

Compare Source

2022-09-08

Bugfixes
  • fix: handle circular commonjs (#​1259)

v14.0.0

2022-09-06

Breaking Changes
  • fix: preserve moduleSideEffects when re-resolving files (#​1245)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (#​866)

v11.2.1

2021-03-26

Bugfixes
  • fix: fs.exists is incorrectly promisified (#​835)
rollup/plugins (@​rollup/plugin-replace)

v6.0.1

2024-09-23

Bugfixes
  • fix: The preventAssignment option is treated as a value to replace (#​1768)

v6.0.0

2024-09-23

Breaking Changes
  • fix!: objectGuards doesn't take effects (#​1764)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)

v5.0.5

2023-10-29

Bugfixes
  • fix: prevent variable before colons from being replaced when preventAssigment is true (#​1609)

v5.0.4

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v5.0.3

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v5.0.2

Compare Source

2022-12-17

Bugfixes

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes

v4.0.0

2022-02-22

Breaking Changes
  • fix: do not escape delimiters (#​1088)

v3.1.0

2022-02-11

Features
  • feat: typeofReplacements option (#​1084)

v3.0.1

2021-12-28

Bugfixes
  • fix: add types for sourceMap option (#​1066)
Updates
  • docs: clarify delimiters typing (#​1013)

v3.0.0

2021-07-16

Breaking Changes
  • fix!: issues with nested objects replacements (#​903)

v2.4.2

2021-03-26

Updates
  • docs: document the values option (#​814)
rollup/rollup (rollup)

v4.22.5

Compare Source

2024-09-27

Bug Fixes
  • Allow parsing of certain unicode characters again (#​5674)
Pull Requests

v4.22.4

Compare Source

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

v4.22.3

Compare Source

2024-09-21

Bug Fixes
  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#​5669)
Pull Requests

v4.22.2

Compare Source

2024-09-20

Bug Fixes
  • Revert fix for side effect free modules until other issues are investigated (#​5667)
Pull Requests

v4.22.1

Compare Source

2024-09-20

Bug Fixes
  • Revert #​5644 "stable chunk hashes" while issues are being investigated
Pull Requests

v4.22.0

Compare Source

2024-09-19

Features
  • Add additional known global values to avoid access side effects (#​5651)
Bug Fixes
  • Ensure deterministic chunk hash generation despite async renderChunk hook (#​5644)
  • Improve side effect detection when using "smallest" treeshaking preset when imports are optimized away (#​5658)
Pull Requests

v4.21.3

Compare Source

2024-09-12

Bug Fixes
  • Always respect side effects in left-hand side of optional chain (#​5642)
  • Update stack trace for augmented errors to not hide relevant information (#​5640)
Pull Requests

v4.21.2

Compare Source

2024-08-30

Bug Fixes
  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#​5605)
Pull Requests

v4.21.1

Compare Source

2024-08-26

Bug Fixes
  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#​5618)
  • Do not produce invalid code for import.meta.url in compact mode (#​5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#​5625)
Pull Requests

v4.21.0

Compare Source

2024-08-18

Features
  • Add option to configure directory for virtual modules when preserving modules (#​5602)
Pull Requests

v4.20.0

Compare Source

2024-08-03

Features
  • Allow plugins to specify the original file name when emitting assets (#​5596)
Pull Requests

v4.19.2

Compare Source

2024-08-01

Bug Fixes
  • Avoid "cannot get value of null" error when using optional chaining with namespaces (#​5597)
Pull Requests

v4.19.1

Compare Source

2024-07-27

Bug Fixes
  • Do not remove parantheses when tree-shaking logical expressions (#​5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#​5589)
Pull Requests

v4.19.0

Compare Source

2024-07-20

Features
  • Implement support for decorators (#​5562)
Bug Fixes
  • Improve soucemap generation when tree-shaking logical expressions (#​5581)
Pull Requests

v4.18.1

Compare Source

2024-07-08

Bug Fixes
  • Prevent "%" in generated file names to ensure imports resolve (#​5535)
Pull Requests

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added automerge dependencies Pull requests that update a dependency file labels Mar 26, 2021
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 9e2ad03 to edf487a Compare May 4, 2021 14:25
@renovate renovate bot changed the title chore(deps): update dependency @rollup/plugin-commonjs to v18 chore(deps): update monorepo:rollup (major) May 4, 2021
@codecov-commenter
Copy link

codecov-commenter commented May 4, 2021

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.31%. Comparing base (267be19) to head (b0d6012).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files           5        5           
  Lines         147      147           
  Branches       43       43           
=======================================
  Hits          146      146           
  Misses          1        1           
Flag Coverage Δ
99.31% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from edf487a to 7745fee Compare May 7, 2021 14:19
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 3 times, most recently from d141a8f to 5f11c11 Compare July 16, 2021 15:07
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 4 times, most recently from bac188e to de3e480 Compare July 30, 2021 13:03
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from de3e480 to 292117f Compare October 18, 2021 20:19
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 292117f to 7657303 Compare March 7, 2022 12:49
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 7657303 to 90813f3 Compare April 24, 2022 22:45
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 90813f3 to 494ad3f Compare May 9, 2022 09:38
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 494ad3f to 244ba11 Compare September 25, 2022 15:37
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 244ba11 to 8651050 Compare November 20, 2022 14:26
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 8651050 to 25c4d33 Compare March 16, 2023 09:06
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from eafa1fd to 097cbc3 Compare March 24, 2023 06:47
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from 957a695 to cbd3755 Compare April 18, 2023 05:58
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from f1e3725 to 5f33e8a Compare June 1, 2023 03:56
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 4 times, most recently from b618b05 to e3ba0d8 Compare June 11, 2023 06:43
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 5 times, most recently from d4ea96d to a3dce72 Compare April 29, 2024 06:14
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from a3dce72 to 461483a Compare April 30, 2024 05:17
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from 1a2ec4e to 3fb7d7d Compare May 22, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 3 times, most recently from 37524bc to f0acc2f Compare June 5, 2024 18:08
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from f0acc2f to 4db17ee Compare July 8, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from ba895c6 to 59774d1 Compare July 27, 2024 06:08
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from cdab665 to f6dcf70 Compare August 3, 2024 05:25
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from f6dcf70 to 3282684 Compare August 18, 2024 06:15
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from b3cdadd to b711e16 Compare August 30, 2024 10:45
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 2 times, most recently from 4b9f292 to 9ad4670 Compare September 19, 2024 07:02
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch 7 times, most recently from dd37aa4 to 80255f7 Compare September 23, 2024 18:27
@renovate renovate bot force-pushed the renovate/major-monorepo-rollup branch from 80255f7 to a98daa9 Compare September 27, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant