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 #224

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates next from 14.2.0-canary.27 to 14.2.0-canary.30

Release notes

Sourced from next's releases.

v14.2.0-canary.30

Core Changes

  • fix(next-core): carry over original segment config to metadata route: #63419
  • fix x-forwarded-port header: #63303
  • build(cargo): bump up turbopack: #63429
  • Turbopack HMR: Reload when recovering from server-side errors: #63434

Documentation Changes

  • Rename variable in documentation example: #63425

Example Changes

  • Migrate the with-jotai example from page router to app router: #63390

Misc Changes

  • ci(workflow): fix workflow references: #63437
  • Upgrade popular-issues and popular-prs workflows: #63436

Credits

Huge thanks to @​KonkenBonken, @​kwonoj, @​Ethan-Arrowood, @​ariannargesi, @​wbinnssmith, and @​samcx for helping!

v14.2.0-canary.29

Core Changes

  • feat(error-overlay): handle script under html hydration error: #63403
  • Add Bun lockfile to project root resolving heuristic: #63112
  • build(package): pin typescript-eslint/parser for supported node.js: #63424

Documentation Changes

  • docs: fix next/script example causing hydration errors: #63401

Misc Changes

  • Update switchable runtime snapshot for Turbopack: #63400
  • [Turbopack] update tokio: #63404
  • Update Turbopack workflows to have clearer names: #63407
  • Switch to postcss.config.mjs, add type: #63380
  • Turbopack HMR: use own snapshot in error-recovery: #63417

Credits

Huge thanks to @​timneutkens, @​huozhi, @​sokra, @​karlhorky, @​wbinnssmith, and @​kwonoj for helping!

v14.2.0-canary.28

Core Changes

... (truncated)

Commits

Updates @happy-dom/global-registrator from 13.9.0 to 14.0.0

Release notes

Sourced from @​happy-dom/global-registrator's releases.

v14.0.0

💣 Breaking Changes

  • Removes unnecessary interfaces implemented by Window, Node and Element classes and by classes with a dependency to them - By @​capricorn86 in task #1330
    • Interfaces was used to solve problems with circular dependencies (e.g. Window => Document => Window)
    • Newer versions of Typescript has solved this problem
    • This release is only breaking if you are using the interfaces. Then you can import and use the class as type instead (e.g. use HTMLElement instead of IHTMLElement)

v13.10.1

👷‍♂️ Patch fixes

  • Fixes bug where cloning a response without a body caused the error TypeError: Cannot read properties of null (reading 'Symbol(nodeStream)') to be thrown - By @​capricorn86 in task #1325

v13.10.0

🎨 Features

Commits
  • 8fc9edc Merge pull request #1331 from capricorn86/1330-remove-node-interfaces-as-types
  • 32d51ea chore: #1330 Fixes wrong imports in unit tests
  • 04be9be chore: #1330 Fixes wrong imports in unit tests
  • 4edd575 chore: #1330 Fixes wrong imports in unit tests
  • 121fb40 chore: #1330 Fixes problem with import of Window in jest-environment
  • d7c7d45 BREAKING CHANGE: #1330 Removes interfaces for Node's, as they are no longer...
  • a6debf5 Merge pull request #1329 from capricorn86/1328-fix-wrong-year-in-license
  • c60d9f1 chore: #1328 Fixes wrong license year in README.md
  • bedb752 Merge pull request #1327 from capricorn86/1325-symbolnodestream-error-message...
  • d924104 fix: #1325 Fixes problem related to cloning a response without a body
  • Additional commits viewable in compare view

Updates @types/node from 20.11.28 to 20.11.29

Commits

Updates @types/react from 18.2.66 to 18.2.67

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), [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `next` from 14.2.0-canary.27 to 14.2.0-canary.30
- [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.2.0-canary.27...v14.2.0-canary.30)

Updates `@happy-dom/global-registrator` from 13.9.0 to 14.0.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v13.9.0...v14.0.0)

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

Updates `@types/react` from 18.2.66 to 18.2.67
- [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: "@happy-dom/global-registrator"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  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 javascript Pull requests that update Javascript code 📦dependencies Pull requests that update a dependency file labels Mar 19, 2024
Copy link

netlify bot commented Mar 19, 2024

Deploy Preview for caravan-kidstec ready!

Name Link
🔨 Latest commit aabdf7f
🔍 Latest deploy log https://app.netlify.com/sites/caravan-kidstec/deploys/65f8f7249807a60008335e7f
😎 Deploy Preview https://deploy-preview-224--caravan-kidstec.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

Overview

Image reference marukome0743/caravan-kidstec:latest ghcr.io/openup-labtakizawa/caravan-kidstec:pr-224
- digest b59559ea2b55 b71e9f6ec666
- provenance afbcadc ab41990
- 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 56 MB (+6.5 MB)
- packages 28 28
Base Image distroless/static:nonroot distroless/static:nonroot
- 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-03-19T02:23:57.979Z
 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=ab4199007f56ca8d929265f231d60498051adad7
 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-224
Packages and Vulnerabilities (17 package changes and 0 vulnerability changes)
  • ♾️ 17 packages changed
  • 11 packages unchanged
Changes for packages of type deb (4 changes)
Package Version
marukome0743/caravan-kidstec:latest
Version
ghcr.io/openup-labtakizawa/caravan-kidstec:pr-224
♾️ 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 (13 changes)
Package Version
marukome0743/caravan-kidstec:latest
Version
ghcr.io/openup-labtakizawa/caravan-kidstec:pr-224
♾️ @edge-runtime/cookies 4.0.2 4.1.0
♾️ @edge-runtime/ponyfill 2.4.1 2.4.2
♾️ @edge-runtime/primitives 4.0.2 4.1.0
♾️ @next/env 14.1.1-canary.27 14.2.0-canary.27
♾️ @swc/helpers 0.5.2 0.5.5
♾️ caniuse-lite 1.0.30001584 1.0.30001599
♾️ caravan-kidstec 0.1.0 0.3.0
♾️ next 14.1.1-canary.27 14.2.0-canary.27
♾️ postcss 8.4.31 8.4.36
♾️ react 18.3.0-canary-4b2a1115a-20240202 18.3.0-canary-a870b2d54-20240314
♾️ react-dom 18.3.0-canary-4b2a1115a-20240202 18.3.0-canary-a870b2d54-20240314
♾️ scheduler 0.24.0-canary-4b2a1115a-20240202 0.24.0-canary-a870b2d54-20240314
♾️ source-map-js 1.0.2 1.1.0

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.

OkaySaluteGIF (2)

@Marukome0743 Marukome0743 merged commit aa18905 into main Mar 19, 2024
16 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/npm_and_yarn/dependencies-711fdf0e73 branch March 19, 2024 05: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant