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 all major dependencies (major) #579

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 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-commonjs (source) 22.0.1 -> 26.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) 13.3.0 -> 15.2.3 age adoption passing confidence devDependencies major
@rollup/plugin-replace (source) 4.0.0 -> 5.0.7 age adoption passing confidence devDependencies major
@types/node (source) 16.18.13 -> 20.16.5 age adoption passing confidence devDependencies major
actions/cache v3 -> v4 age adoption passing confidence action major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
codecov/codecov-action v3.1.0 -> v4.5.0 age adoption passing confidence action major
concurrently 7.6.0 -> 9.0.1 age adoption passing confidence devDependencies major
peaceiris/actions-gh-pages v3 -> v4 age adoption passing confidence action major
prettier-plugin-jsdoc 0.4.2 -> 1.3.0 age adoption passing confidence devDependencies major
rimraf 3.0.2 -> 6.0.1 age adoption passing confidence devDependencies major
rollup (source) 2.79.1 -> 4.22.0 age adoption passing confidence devDependencies major
typedoc-plugin-markdown (source) 3.12.1 -> 4.2.7 age adoption passing confidence devDependencies major

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)
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.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)
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
actions/cache (actions/cache)

v4

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

codecov/codecov-action (codecov/codecov-action)

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes

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 is behind base branch, 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 dependencies Pull requests that update a dependency file renovate labels Feb 4, 2023
@vercel
Copy link

vercel bot commented Feb 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svg-drawing ❌ Failed (Inspect) Sep 19, 2024 8:07am

@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 5f01209 to 11cfd0b Compare February 4, 2023 13:19
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 11cfd0b to 4c65df5 Compare February 5, 2023 02:56
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 4c65df5 to 21bcfe4 Compare February 5, 2023 07:12
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 21bcfe4 to 8575c82 Compare February 7, 2023 13:04
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 8575c82 to 55d22c2 Compare February 10, 2023 08:56
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 55d22c2 to 2004e74 Compare February 17, 2023 00:42
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 2004e74 to 475d528 Compare February 17, 2023 16:27
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 475d528 to acffdc9 Compare February 17, 2023 21:42
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from acffdc9 to 2e4294f Compare February 18, 2023 10:11
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 2e4294f to f9bd7d4 Compare February 18, 2023 21:05
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from f9bd7d4 to cf32fa4 Compare February 20, 2023 10:41
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from cf32fa4 to 03b1301 Compare February 23, 2023 11:16
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 03b1301 to dd77753 Compare February 25, 2023 21:34
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from dd77753 to af8ff44 Compare February 26, 2023 19:58
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 6293656 to 18b4bc4 Compare August 26, 2024 16:28
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 18b4bc4 to 7fcd9b4 Compare August 27, 2024 16:57
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 7fcd9b4 to 47f7d25 Compare August 28, 2024 00:51
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 47f7d25 to f7cce9d Compare August 30, 2024 03:22
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from f7cce9d to a8e67fb Compare August 30, 2024 10:52
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from a8e67fb to fec411c Compare September 1, 2024 12:41
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from fec411c to 60948f3 Compare September 4, 2024 02:06
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 60948f3 to fdd1b85 Compare September 4, 2024 22:41
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from fdd1b85 to 97f67ae Compare September 6, 2024 01:22
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 97f67ae to 13587a9 Compare September 7, 2024 19:03
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 13587a9 to b0ce878 Compare September 8, 2024 12:50
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from b0ce878 to c06a6fc Compare September 12, 2024 03:24
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from c06a6fc to afcee48 Compare September 12, 2024 11:28
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants