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

build(deps): bump the dependencies group with 4 updates #160

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the dependencies group with 4 updates: next, react, @types/react and react-dom.

Updates next from 14.1.2-canary.3 to 14.1.2-canary.5

Release notes

Sourced from next's releases.

v14.1.2-canary.5

Core Changes

  • refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc: #61832

Example Changes

  • Update auth-with-stytch example to link to the official guide: #62770
  • Update with-webassembly example to fix hydration error: #62807
  • Link to iron-session example: #62808
  • Add missing dependencies to with-mdbreact: #62810
  • Remove with-semantic-ui example: #62811
  • Remove with-reasonml-todo example: #62812
  • Remove deprecated library example: #62813
  • Fix react-native-web example for Turbopack: #62814
  • Fix with-quill-js example: #62819

Credits

Huge thanks to @​timneutkens and @​kwonoj for helping!

v14.1.2-canary.4

Core Changes

  • build(cargo): update turbopack: #62744
  • Turbopack: sass support: #62717

Credits

Huge thanks to @​kwonoj and @​sokra for helping!

Commits

Updates react from 18.3.0-canary-2f8f77602-20240229 to 18.3.0-canary-034130c02-20240303

Commits

Updates @types/react from 18.2.61 to 18.2.62

Commits

Updates react-dom from 18.3.0-canary-2f8f77602-20240229 to 18.3.0-canary-034130c02-20240303

Commits

Updates @types/react from 18.2.61 to 18.2.62

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [next](https://github.com/vercel/next.js), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `next` from 14.1.2-canary.3 to 14.1.2-canary.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.2-canary.3...v14.1.2-canary.5)

Updates `react` from 18.3.0-canary-2f8f77602-20240229 to 18.3.0-canary-034130c02-20240303
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `@types/react` from 18.2.61 to 18.2.62
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.0-canary-2f8f77602-20240229 to 18.3.0-canary-034130c02-20240303
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom)

Updates `@types/react` from 18.2.61 to 18.2.62
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Mar 4, 2024
@dependabot dependabot bot requested a review from Marukome0743 as a code owner March 4, 2024 19:46
@dependabot dependabot bot added the 📦dependencies Pull requests that update a dependency file label Mar 4, 2024
@dependabot dependabot bot requested a review from kazutan1230 as a code owner March 4, 2024 19:46
@github-actions github-actions bot requested a review from HaradaTakayuki March 4, 2024 19:46
Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for openup-homepage ready!

Name Link
🔨 Latest commit df1c1d2
🔍 Latest deploy log https://app.netlify.com/sites/openup-homepage/deploys/65e625487ee88100072cac3c
😎 Deploy Preview https://deploy-preview-160--openup-homepage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Mar 4, 2024

Overview

Image reference marukome0743/homepage:latest ghcr.io/openup-labtakizawa/homepage:pr-160
- digest 62bccc92bbcf e2707e1c35da
- provenance 7c517ec bdf42a7
- vulnerabilities critical: 0 high: 0 medium: 0 low: 0 critical: 0 high: 0 medium: 0 low: 0
- platform linux/amd64 linux/amd64
- size 49 MB 57 MB (+7.6 MB)
- packages 28 28
Base Image distroless/static:nonroot distroless/static-debian11:latest
- vulnerabilities critical: 0 high: 0 medium: 0 low: 0 critical: 0 high: 0 medium: 0 low: 0
Environment Variables (1 changes)
  • ± 1 changed
  • 5 unchanged
 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
 HOSTNAME=0.0.0.0
 NODE_ENV=production
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-PORT=80
+PORT=3000
 SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
Labels (3 changes)
  • ± 3 changed
  • 5 unchanged
-org.opencontainers.image.created=2024-02-05T09:45:23.125Z
+org.opencontainers.image.created=2024-03-04T19:48:02.576Z
 org.opencontainers.image.description=OpenUp LabTakizawa's official homepage🏡
 org.opencontainers.image.licenses=Apache-2.0
-org.opencontainers.image.revision=7c517ec71dad5cd580be046979dc90d801eaf126
+org.opencontainers.image.revision=bdf42a7e1dccbd25a39456c6250c05cf3660bba2
 org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/homepage
 org.opencontainers.image.title=homepage
 org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/homepage
-org.opencontainers.image.version=v0.2.0
+org.opencontainers.image.version=pr-160
Packages and Vulnerabilities (11 package changes and 0 vulnerability changes)
  • ♾️ 11 packages changed
  • 17 packages unchanged
Changes for packages of type deb (4 changes)
Package Version
marukome0743/homepage:latest
Version
ghcr.io/openup-labtakizawa/homepage:pr-160
♾️ base-files 11.1+deb11u8 11.1+deb11u9
♾️ glibc 2.31-13+deb11u7 2.31-13+deb11u8
♾️ libc6 2.31-13+deb11u7 2.31-13+deb11u8
♾️ tzdata 2021a-1+deb11u11 2024a-0+deb11u1
Changes for packages of type npm (7 changes)
Package Version
marukome0743/homepage:latest
Version
ghcr.io/openup-labtakizawa/homepage:pr-160
♾️ @next/env 14.1.1-canary.27 14.1.2-canary.3
♾️ @swc/helpers 0.5.2 0.5.5
♾️ caniuse-lite 1.0.30001584 1.0.30001593
♾️ next 14.1.1-canary.27 14.1.2-canary.3
♾️ react 18.3.0-canary-4b2a1115a-20240202 18.3.0-canary-2f8f77602-20240229
♾️ react-dom 18.3.0-canary-4b2a1115a-20240202 18.3.0-canary-2f8f77602-20240229
♾️ scheduler 0.24.0-canary-4b2a1115a-20240202 0.24.0-canary-2f8f77602-20240229

Copy link
Member

@Marukome0743 Marukome0743 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AnyaForgerAnyaSpyXFamilyAnimeGIF

@Marukome0743 Marukome0743 merged commit 186015e into main Mar 4, 2024
16 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/npm_and_yarn/dependencies-07c2c749c4 branch March 4, 2024 23:18
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants