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 5 updates #181

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps the dependencies group with 5 updates:

Package From To
next 14.1.1-canary.69 14.1.1-canary.70
react 18.3.0-canary-a515d753b-20240220 18.3.0-canary-47beb96cc-20240222
react-dom 18.3.0-canary-a515d753b-20240220 18.3.0-canary-47beb96cc-20240222
@types/bun 1.0.6 1.0.7
@types/node 20.11.19 20.11.20

Updates next from 14.1.1-canary.69 to 14.1.1-canary.70

Release notes

Sourced from next's releases.

v14.1.1-canary.70

Core Changes

  • Add experimental flag for early exit on prerender error: #62367
  • fix(next-swc): Fix span for invalid 'use server' directives: #62259
  • scope issues from subscriptions to the websocket connection: #62344
  • Turbopack: resolve endpoints to avoid extra nesting in tracing: #62317
  • fix(next-lint): fix next lint not throwing exit 1 on error: #62378
  • Remove default fallback behavior when route group is missing a default: #62370
  • Correctly pass prependData and additionalData to sass-loader for Turbopack: #62397
  • chore(docs): mention that next.config.js must have default export: #62341
  • chore(cli): add clarifying comment: #62418

Documentation Changes

  • docs: fix web-vitals.tsx file path for second example: #62387
  • better reference for what is serializable by React: #62405
  • Updating Cloudinary Video Resources: #61959
  • Revert "docs(errors): fix typo": #62411
  • docs: add current state argument to authenticate function: #62399

Misc Changes

  • Fix test flake: #62379
  • Update Turbopack test manifest: #62389

Credits

Huge thanks to @​ijjk, @​kdy1, @​sokra, @​ztanner, @​samcx, @​Svetoslav99, @​timneutkens, @​johnslemmer, @​colbyfayock, @​mehranmf31, and @​devjiwonchoi for helping!

Commits
  • 1aaa40c v14.1.1-canary.70
  • e64dbaa chore(cli): add clarifying comment (#62418)
  • 5a4b56f chore(docs): mention that next.config.js must have default export (#62341)
  • 0b346c2 docs: add current state argument to authenticate function (#62399)
  • ec2c8ae Revert "docs(errors): fix typo" (#62411)
  • f2c2b0d Updating Cloudinary Video Resources (#61959)
  • e42fada better reference for what is serializable by React (#62405)
  • dae8756 Correctly pass prependData and additionalData to sass-loader for Turbopack (#...
  • e722778 docs: fix web-vitals.tsx file path for second example (#62387)
  • 93eb32d Remove default fallback behavior when route group is missing a default (#62370)
  • Additional commits viewable in compare view

Updates react from 18.3.0-canary-a515d753b-20240220 to 18.3.0-canary-47beb96cc-20240222

Commits

Updates react-dom from 18.3.0-canary-a515d753b-20240220 to 18.3.0-canary-47beb96cc-20240222

Commits

Updates @types/bun from 1.0.6 to 1.0.7

Commits

Updates @types/node from 20.11.19 to 20.11.20

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.1.1-canary.69` | `14.1.1-canary.70` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.0-canary-a515d753b-20240220` | `18.3.0-canary-47beb96cc-20240222` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.0-canary-a515d753b-20240220` | `18.3.0-canary-47beb96cc-20240222` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.0.6` | `1.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.11.20` |


Updates `next` from 14.1.1-canary.69 to 14.1.1-canary.70
- [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.1-canary.69...v14.1.1-canary.70)

Updates `react` from 18.3.0-canary-a515d753b-20240220 to 18.3.0-canary-47beb96cc-20240222
- [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 `react-dom` from 18.3.0-canary-a515d753b-20240220 to 18.3.0-canary-47beb96cc-20240222
- [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/bun` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

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

---
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: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/bun"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added javascript Pull requests that update Javascript code 📦dependencies Pull requests that update a dependency file labels Feb 23, 2024
Copy link

Overview

Image reference marukome0743/caravan-kidstec:latest ghcr.io/openup-labtakizawa/caravan-kidstec:pr-181
- digest b59559ea2b55 e1a66304740d
- provenance afbcadc f027fb1
- 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.7 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:31:31.747Z
+org.opencontainers.image.created=2024-02-23T02:59:57.733Z
 org.opencontainers.image.description=Multi-experience program to learn programming with nature🌄
 org.opencontainers.image.licenses=Apache-2.0
-org.opencontainers.image.revision=afbcadcff717596c21d0399f412f6f7453fa3381
+org.opencontainers.image.revision=f027fb156aa761c801d9487eb8d3995b32c5290a
 org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/caravan-kidstec
 org.opencontainers.image.title=caravan-kidstec
 org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/caravan-kidstec
-org.opencontainers.image.version=v0.2.0
+org.opencontainers.image.version=pr-181
Packages and Vulnerabilities (12 package changes and 0 vulnerability changes)
  • ♾️ 12 packages changed
  • 16 packages unchanged
Changes for packages of type deb (4 changes)
Package Version
marukome0743/caravan-kidstec:latest
Version
ghcr.io/openup-labtakizawa/caravan-kidstec:pr-181
♾️ 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 (8 changes)
Package Version
marukome0743/caravan-kidstec:latest
Version
ghcr.io/openup-labtakizawa/caravan-kidstec:pr-181
♾️ @next/env 14.1.1-canary.27 14.1.1-canary.69
♾️ @swc/helpers 0.5.2 0.5.5
♾️ caniuse-lite 1.0.30001584 1.0.30001588
♾️ caravan-kidstec 0.1.0 0.2.0
♾️ next 14.1.1-canary.27 14.1.1-canary.69
♾️ react 18.3.0-canary-4b2a1115a-20240202 18.3.0-canary-a515d753b-20240220
♾️ react-dom 18.3.0-canary-4b2a1115a-20240202 18.3.0-canary-a515d753b-20240220
♾️ scheduler 0.24.0-canary-4b2a1115a-20240202 0.24.0-canary-a515d753b-20240220

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.

AnimeKuboSanGIF

@Marukome0743 Marukome0743 merged commit 42f50dc into main Feb 23, 2024
12 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/npm_and_yarn/dependencies-f4c698b519 branch February 23, 2024 03:17
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