Skip to content

chore(deps): update all dependencies #4

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/react (source) ^18.2.24 -> ^19.0.0 age adoption passing confidence devDependencies major
@types/react-dom (source) ^18.2.8 -> ^19.0.0 age adoption passing confidence devDependencies major
actions/checkout v4.1.1 -> v4.2.2 age adoption passing confidence action minor
actions/dependency-review-action v3.1.5 -> v4.7.0 age adoption passing confidence action major
actions/setup-node v4.0.1 -> v4.4.0 age adoption passing confidence action minor
esbuild ^0.19.11 -> ^0.25.0 age adoption passing confidence devDependencies minor
github/codeql-action v3.23.0 -> v3.28.17 age adoption passing confidence action minor
node (source) 20.11.0 -> 22.15.0 age adoption passing confidence major
prettier (source) 3.2.5 -> 3.5.3 age adoption passing confidence devDependencies minor
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence devDependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence devDependencies major
rimraf ^5.0.5 -> ^6.0.0 age adoption passing confidence devDependencies major
step-security/harden-runner v2.6.1 -> v2.12.0 age adoption passing confidence action minor
typescript (source) 5.4.5 -> 5.8.3 age adoption passing confidence devDependencies minor

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.7.0

Compare Source

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.3...v4.3.4

v4.3.3: Notes for v4.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2

v4.3.1

Compare Source

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See https://github.com/actions/dependency-review-action/pull/753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

Compare Source

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

v4.2.5: 4.2.5

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.2.4...v4.2.5

v4.2.4

Compare Source

What's Changed

Fixed a bug in the output of OpenSSF cards for GitHub Actions.

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.3...v4.2.4

v4.2.3: 4.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.1.3...v4.2.3

v4.1.3: 4.1.3

Compare Source

Fixes a bug in 4.1.2 that would introduce comments in every pull request, regardless of the user's configuration (see https://github.com/actions/dependency-review-action/issues/697).

Full Changelog: actions/dependency-review-action@v4.1.2...v4.1.3

v4.1.2: 4.1.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.1.1...v4.1.2

v4.1.1: 4.1.1

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.1.0...v4.1.1

v4.1.0: 4.1.0

Compare Source

What's Changed

Added a new configuration option (warn-only, boolean) that makes the action always succeed while still displaying found vulnerabilities in the log.

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.1.0

v4.0.0

Compare Source

New Contributors

Full Changelog: actions/dependency-review-action@v3.1.5...v4.0.0

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

v4.4.0

Compare Source

What's Changed

Bug fixes:
Enhancement:
Dependency update:

New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed

Bug fixes:
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

evanw/esbuild (esbuild)

v0.25.4

Compare Source

  • Add simple support for CORS to esbuild's development server (#​4125)

    Starting with version 0.25.0, esbuild's development server is no longer configured to serve


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 force-pushed the renovate/all branch 4 times, most recently from e88c77e to 6f3965f Compare May 23, 2024 20:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 77c15dc to 9973f2d Compare May 31, 2024 11:10
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from ba891b8 to f69fde3 Compare June 7, 2024 15:20
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 13b63c1 to 87d300e Compare June 13, 2024 16:06
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6f97cf9 to 6849a65 Compare June 20, 2024 20:09
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 14dbe85 to c045671 Compare July 2, 2024 03:45
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from d112979 to 69273cc Compare July 12, 2024 10:01
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 36691f9 to b8e42b1 Compare March 17, 2025 05:50
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 240b2c4 to 6d84fc1 Compare March 24, 2025 19:14
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from eba9e39 to 21ec69e Compare April 3, 2025 20:06
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5cda0a4 to a1bef97 Compare April 11, 2025 15:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d48124e to a11401f Compare April 14, 2025 22:28
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 62680d2 to f70af8c Compare April 24, 2025 06:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ec723ef to d40f0f7 Compare May 6, 2025 04:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c05bffb to acecf38 Compare May 15, 2025 04:13
@renovate renovate bot force-pushed the renovate/all branch from acecf38 to c090260 Compare May 17, 2025 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants