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 devdependencies-major (major) #66

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) 16.0.0 -> 26.0.1 age adoption passing confidence
@rollup/plugin-node-resolve (source) 10.0.0 -> 15.2.3 age adoption passing confidence
@rollup/plugin-replace (source) 2.4.2 -> 5.0.7 age adoption passing confidence
@rollup/plugin-typescript (source) 6.1.0 -> 11.1.6 age adoption passing confidence
@testing-library/jest-dom 5.17.0 -> 6.4.6 age adoption passing confidence
@testing-library/svelte 3.2.2 -> 5.2.0 age adoption passing confidence
@tsconfig/svelte (source) 1.0.13 -> 5.0.4 age adoption passing confidence
@types/d3-dsv (source) 2.0.9 -> 3.0.7 age adoption passing confidence
@types/jest (source) 26.0.24 -> 29.5.12 age adoption passing confidence
@types/node (source) 14.18.63 -> 20.14.9 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 4.33.0 -> 7.14.1 age adoption passing confidence
@typescript-eslint/parser (source) 4.33.0 -> 7.14.1 age adoption passing confidence
babel-jest (source) 26.6.3 -> 29.7.0 age adoption passing confidence
dotenv 8.6.0 -> 16.4.5 age adoption passing confidence
eslint (source) 7.32.0 -> 9.6.0 age adoption passing confidence
eslint-plugin-svelte3 3.4.1 -> 4.0.0 age adoption passing confidence
fetch-mock (source) 9.11.0 -> 10.0.7 age adoption passing confidence
jest (source) 26.6.3 -> 29.7.0 age adoption passing confidence
node-fetch 2.7.0 -> 3.3.2 age adoption passing confidence
prettier (source) 2.8.8 -> 3.3.2 age adoption passing confidence
prettier-plugin-svelte 2.10.1 -> 3.2.5 age adoption passing confidence
rollup (source) 2.79.1 -> 4.18.0 age adoption passing confidence
rollup-plugin-css-only 3.1.0 -> 4.5.2 age adoption passing confidence
semantic-release 22.0.12 -> 24.0.0 age adoption passing confidence
svelte-check 1.6.0 -> 3.8.4 age adoption passing confidence
svelte-jester 1.8.2 -> 5.0.0 age adoption passing confidence
svelte-preprocess 4.10.7 -> 6.0.1 age adoption passing confidence
ts-jest (source) 26.5.6 -> 29.1.5 age adoption passing confidence
ts-node (source) 9.1.1 -> 10.9.2 age adoption passing confidence
typescript (source) 3.9.10 -> 5.5.2 age adoption passing confidence

Release Notes

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

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)

v17.1.0

2021-01-29

Bugfixes
  • fix: correctly replace shorthand require (#​764)
Features
  • feature: load dynamic commonjs modules from es import (#​766)
  • feature: support cache/resolve access inside dynamic modules (#​728)
  • feature: allow keeping require calls inside try-catch (#​729)
Updates

v17.0.0

2020-11-30

Breaking Changes
  • feat!: reconstruct real es module from __esModule marker (#​537)
rollup/plugins (@​rollup/plugin-node-resolve)

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)

v11.2.0

2021-02-14

Features
  • feat: add ignoreSideEffectsForRoot option (#​694)
Updates
  • chore: mark url as an external and throw on warning (#​783)
  • docs: clearer "Resolving Built-Ins" doc (#​782)

v11.1.1

2021-01-29

Bugfixes
  • fix: only log last resolve error (#​750)
Updates
  • docs: add clarification on the order of package entrypoints (#​768)

v11.1.0

2021-01-15

Features
  • feat: support pkg imports and export array (#​693)

v11.0.1

2020-12-14

Bugfixes
  • fix: export map specificity (#​675)
  • fix: add missing type import (#​668)
Updates
  • docs: corrected word "yse" to "use" (#​723)

v11.0.0

2020-11-30

Breaking Changes
  • refactor!: simplify builtins and remove customResolveOptions (#​656)
  • feat!: Mark built-ins as external (#​627)
  • feat!: support package entry points (#​540)
Bugfixes
  • fix: refactor handling builtins, do not log warning if no local version (#​637)
Updates
  • docs: fix import statements in examples in README.md (#​646)
rollup/plugins (@​rollup/plugin-replace)

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)
rollup/plugins (@​rollup/plugin-typescript)

v11.1.6

2024-01-09

Bugfixes
  • fix: Ensure rollup 4 compatibility (#​1658)

v11.1.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v11.1.4

Compare Source

2023-09-25

Bugfixes
  • fix: fix sourcemap sourcecontent referencing non-existent files #​1571

v11.1.3

Compare Source

2023-08-26

Bugfixes
  • fix: emit declaration files for type-only source files that are not explicitly included #​1555

v11.1.2

Compare Source

2023-06-28

Bugfixes
  • fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled #​1521

v11.1.1

Compare Source

2023-05-12

Bugfixes
  • fix: Allow for using compilerOptions.moduleResolution #​1453

v11.1.0

Compare Source

2023-04-04

Features
  • feat: write declaration files in configured directory for output.file #​1378

v11.0.0

[Compare Source](https://togithub.com/rollup/plugins/compare/3405922658f256459c3889f5f44248b4912dbd5e...98691b7


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from Esshahn and ff6347 as code owners May 23, 2022 03:16
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from af6af49 to 2b1cbf2 Compare May 24, 2022 20:46
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 11 times, most recently from c22af8d to 9a9cd7e Compare June 5, 2022 00:50
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from 7191016 to 753bdca Compare June 13, 2022 18:01
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from 960a23b to 76fe918 Compare June 20, 2022 19:20
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 8379b59 to 6f5e8d7 Compare June 24, 2022 11:57
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 12 times, most recently from d29fb2f to 2fe71d5 Compare June 17, 2024 21:13
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 11 times, most recently from 808a355 to 3b8eaea Compare June 24, 2024 19:42
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 4 times, most recently from ef5353c to 5051e12 Compare June 28, 2024 18:33
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 5051e12 to 54e25f4 Compare June 29, 2024 01:14
@ff6347 ff6347 closed this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant