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 -> 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) 13.3.0 -> 15.3.0 age adoption passing confidence devDependencies major
@rollup/plugin-replace (source) 4.0.0 -> 6.0.1 age adoption passing confidence devDependencies major
@types/node (source) 16.18.13 -> 22.9.3 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 -> v5.0.7 age adoption passing confidence action major
concurrently 7.6.0 -> 9.1.0 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
typedoc-plugin-markdown (source) 3.12.1 -> 4.2.10 age adoption passing confidence devDependencies major
verdaccio (source) 5.21.2 -> 6.0.2 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)
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)
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
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)

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

v5.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3

v5.0.2

Compare Source

What's Changed

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

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

Full Changelog: codecov/codecov-action@v4.6.0...v5.0.0

v4.6.0

Compare Source

What's Changed


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) Nov 23, 2024 5:15am

@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 88d9661 to cddec5e Compare November 3, 2024 07:13
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from cddec5e to 38778c2 Compare November 4, 2024 14:30
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 38778c2 to 11db18e Compare November 5, 2024 03:17
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 11db18e to 425202b Compare November 14, 2024 19:32
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 425202b to e94b7e0 Compare November 15, 2024 17:08
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from e94b7e0 to ff165cd Compare November 17, 2024 16:21
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from ff165cd to 64875ad Compare November 19, 2024 19:30
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 64875ad to 99260f8 Compare November 19, 2024 21:24
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 99260f8 to 04514dc Compare November 20, 2024 03:42
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 04514dc to 8107d9b Compare November 20, 2024 16:39
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 8107d9b to 8cdf78d Compare November 20, 2024 21:44
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 8cdf78d to 7b664c3 Compare November 21, 2024 01:59
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 7b664c3 to 5af27c2 Compare November 23, 2024 02:10
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