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

fix(deps): update all major dependencies (major) #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-commonjs (source) 11.1.0 -> 28.0.1 age adoption passing confidence devDependencies major
@rollup/plugin-json (source) 4.1.0 -> 6.1.0 age adoption passing confidence devDependencies major
@rollup/plugin-node-resolve (source) 7.1.3 -> 15.3.0 age adoption passing confidence devDependencies major
@rollup/plugin-replace (source) 2.3.4 -> 6.0.1 age adoption passing confidence devDependencies major
@types/dotenv-webpack (source) 1.8.0 -> 7.0.8 age adoption passing confidence devDependencies major
@types/eslint (source) 6.8.1 -> 9.6.1 age adoption passing confidence devDependencies major
@types/node (source) 12.12.70 -> 22.10.2 age adoption passing confidence devDependencies major
@​types/prettier 1.19.1 -> 3.0.0 age adoption passing confidence devDependencies major
@​types/rimraf 2.0.5 -> 4.0.5 age adoption passing confidence devDependencies major
@types/webpack (source) 4.41.38 -> 5.28.5 age adoption passing confidence devDependencies major
@​types/webpack-dev-server 3.11.6 -> 4.7.2 age adoption passing confidence devDependencies major
@​types/webpack-merge 4.1.5 -> 5.0.0 age adoption passing confidence devDependencies major
actions/cache v1 -> v4 age adoption passing confidence action major
actions/checkout v2 -> v4 age adoption passing confidence action major
actions/setup-node v1 -> v4 age adoption passing confidence action major
babel-loader 8.1.0 -> 9.2.1 age adoption passing confidence devDependencies major
eslint-config-prettier 6.11.0 -> 9.1.0 age adoption passing confidence devDependencies major
eslint-plugin-prettier 3.1.4 -> 5.2.1 age adoption passing confidence devDependencies major
html-loader 0.5.5 -> 5.1.0 age adoption passing confidence devDependencies major
html-webpack-plugin 3.2.0 -> 5.6.3 age adoption passing confidence devDependencies major
peaceiris/actions-gh-pages v3 -> v4 age adoption passing confidence action major
prettier (source) 1.19.1 -> 3.4.2 age adoption passing confidence devDependencies major
release-it 13.7.2 -> 17.10.0 age adoption passing confidence devDependencies major
resolve-url-loader (source) 3.1.5 -> 5.0.0 age adoption passing confidence devDependencies major
rimraf 3.0.2 -> 6.0.1 age adoption passing confidence devDependencies major
rollup-plugin-terser 5.3.1 -> 7.0.2 age adoption passing confidence devDependencies major
svg-drawing 2.1.1 -> 3.0.0 age adoption passing confidence dependencies major
ts-loader 6.2.2 -> 9.5.1 age adoption passing confidence devDependencies major
tsconfig-paths-webpack-plugin 3.3.0 -> 4.2.0 age adoption passing confidence devDependencies major
typescript (source) 3.9.10 -> 5.7.2 age adoption passing confidence devDependencies major
ubuntu 18.04 -> 24.04 age adoption passing confidence github-runner major
webpack 4.44.2 -> 5.97.1 age adoption passing confidence devDependencies major
webpack-cli (source) 3.3.12 -> 5.1.4 age adoption passing confidence devDependencies major
webpack-dev-server 3.11.3 -> 5.2.0 age adoption passing confidence devDependencies major
webpack-merge 4.2.2 -> 6.0.1 age adoption passing confidence devDependencies major

Release Notes

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

v28.0.1

2024-10-16

Updates

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 [email protected]) (#​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)

v16.0.0

2020-10-27

Breaking Changes
  • feat!: Expose cjs detection and support offline caching (#​604)
Bugfixes
  • fix: avoid wrapping commonjsRegister call in createCommonjsModule(...) (#​602)
  • fix: register dynamic modules when a different loader (i.e typescript) loads the entry file (#​599)
  • fix: fixed access to node_modules dynamic module with subfolder (i.e 'logform/json') (#​601)
Features
  • feat: pass type of import to node-resolve (#​611)

v15.1.0

2020-09-21

Features
  • feat: inject __esModule marker into ES namespaces and add Object prototype (#​552)
  • feat: add requireReturnsDefault to types (#​579)

v15.0.0

2020-08-13

Breaking Changes
  • feat!: return the namespace by default when requiring ESM (#​507)
  • fix!: fix interop when importing CJS that is transpiled ESM from an actual ESM (#​501)
Bugfixes
  • fix: add .cjs to default file extensions. (#​524)
Updates
  • chore: update dependencies (fe399e2)

v14.0.0

2020-07-13

Release Notes

This restores the fixes from v13.0.1, but as a semver compliant major version.

v13.0.2

2020-07-13

Rollback

Rolls back breaking change in v13.0.1 whereby the exported unwrapExports method was removed.

v13.0.1

2020-07-12

Bugfixes
  • fix: prevent rewrite require.resolve (#​446)
  • fix: Support __esModule packages with a default export (#​465)

v13.0.0

2020-06-05

Breaking Changes
  • fix!: remove namedExports from types (#​410)
  • fix!: do not create fake named exports (#​427)
Bugfixes
  • fix: __moduleExports in multi entry + inter dependencies (#​415)

v12.0.0

2020-05-20

Breaking Changes
  • feat: add kill-switch for mixed es-cjs modules (#​358)
  • feat: set syntheticNamedExports for commonjs modules (#​149)
Bugfixes
Features
  • feat: support for explicit module.require calls. fixes #​310 (#​325)
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


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 the renovate label Feb 8, 2020
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from f058c0c to 8cfff27 Compare March 10, 2020 17:58
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 8cfff27 to 41edf59 Compare April 26, 2020 11:57
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 8 times, most recently from 0aceac4 to b1f7ef1 Compare May 11, 2020 16:13
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 10 times, most recently from 5843708 to d40e40f Compare May 17, 2020 17:14
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) Update all major dependencies (major) May 18, 2020
@renovate renovate bot changed the title Update all major dependencies (major) chore(deps): update all major dependencies (major) May 18, 2020
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 7 times, most recently from 943ce9c to c2aa560 Compare May 20, 2020 02:14
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 7 times, most recently from c1932f5 to a0ed2b4 Compare October 29, 2024 20:08
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from ebe105c to e37fe41 Compare November 5, 2024 02:00
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 480af83 to e2716eb Compare November 19, 2024 19:05
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 8 times, most recently from a3f7d33 to eed0d1b Compare November 28, 2024 08:42
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 55d9629 to b125417 Compare December 5, 2024 16:00
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) fix(deps): update all major dependencies (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from b125417 to 4ed1e3b Compare December 11, 2024 10:15
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 4ed1e3b to 30a7e16 Compare December 11, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants