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

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

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

Updates next from 14.2.0-canary.65 to 14.2.1-canary.0

Release notes

Sourced from next's releases.

v14.2.1-canary.0

Core Changes

  • refactor: next-flight-client-module-loader return conditions: #64348

Credits

Huge thanks to @​huozhi for helping!

v14.2.0

Core Changes

  • Update build worker warning to use debug: #60847
  • fix: added @​sentry/profiling-node to sep list to prevent build/bundle breakage: #60855
  • Optimize build trace ignores: #60859
  • Deprecation warning for config.analyticsId: #60677
  • chore: indicate staleness more prominently in next info output: #60376
  • Telemetry: createComponentTree span: #60857
  • chore: replace micromatch w/ picomatch: #60699
  • Report HMR latency as trace spans for Turbopack: #60799
  • Turbopack: always log HMR rebuild times: #60908
  • Error overlay refactors: #60886
  • Use precompiled source-map in overlay middleware: #60932
  • Use more precompiled deps in react-dev-overlay: #60959
  • Fix next phase for next build: #60969
  • chore: update turbopack: #60980
  • refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc: #59300
  • disable static generation on interception routes: #61004
  • Docs: Address community feedback: #60960
  • avoid output of webpack stats: #61023
  • Revert "refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc": #61021
  • fix useSelectedLayoutSegment's support for parallel routes: #60912
  • Dynamic APIs: #60645
  • Enable next.js version checker in turbopack: #61034
  • chore: Update terser to v5.27.0: #61068
  • Update swc_core to v0.87.28: #60876
  • update turbopack: #61015
  • Implement client_root for edge in Turbopack: #61024
  • fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: #60776
  • fix(image): warn when animated image is missing unoptimized prop: #61045
  • Fix version checker not displaying when version newer than npm: #61075
  • Fix sitemap generateSitemaps support for string id: #61088
  • ppr: ensure the router state tree is provided for interception routes: #61059
  • Improve the Server Actions SWC transform: #61001
  • Fix instrument bundling as client components: #60984
  • fix(turbopack): use correct layout for 404 page: #61032
  • fix: emotion import source should be enabled in SSR contexts: #61099
  • chore: update turbopack: #61090
  • fix(turbopack): custom page extensions for _app: #60789
  • Disable trace uploads with NEXT_TRACE_UPLOAD_DISABLE: #61101

... (truncated)

Commits

Updates @testing-library/react from 15.0.0 to 15.0.1

Release notes

Sourced from @​testing-library/react's releases.

v15.0.1

15.0.1 (2024-04-11)

Bug Fixes

Commits

Updates @types/react from 18.2.75 to 18.2.77

Commits

Updates @types/react-dom from 18.2.24 to 18.2.25

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), [@testing-library/react](https://github.com/testing-library/react-testing-library), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).


Updates `next` from 14.2.0-canary.65 to 14.2.1-canary.0
- [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.65...v14.2.1-canary.0)

Updates `@testing-library/react` from 15.0.0 to 15.0.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v15.0.0...v15.0.1)

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update Javascript code 📦dependencies Pull requests that update a dependency file labels Apr 12, 2024
Copy link

Overview

Image reference jambalaya56562/blog:latest ghcr.io/jambalaya56562/blog:pr-115
- digest b9888a54e120 7445da80cf5c
- provenance 6ef8155 ed8a0a6
- vulnerabilities critical: 0 high: 0 medium: 0 low: 0 critical: 0 high: 0 medium: 0 low: 0
- platform linux/amd64 linux/amd64
- size 48 MB 73 MB (+24 MB)
- packages 28 42 (+14)
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 (3 changes)
  • + 1 added
  • - 1 removed
  • ± 1 changed
  • 4 unchanged
+BUN_INSTALL_BIN=/usr/local/bin
 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-05T12:33:28.810Z
+org.opencontainers.image.created=2024-04-12T12:40:18.262Z
 org.opencontainers.image.description=Jam Balaya Blog🐶
 org.opencontainers.image.licenses=MIT
-org.opencontainers.image.revision=6ef8155f6a0d260df28ee6f452d69aec7ba39f97
+org.opencontainers.image.revision=ed8a0a62a8245b8ba8ed44efb7803cfa0b034a69
 org.opencontainers.image.source=https://github.com/JamBalaya56562/Blog
 org.opencontainers.image.title=Blog
 org.opencontainers.image.url=https://github.com/JamBalaya56562/Blog
-org.opencontainers.image.version=v0.2.0
+org.opencontainers.image.version=pr-115
Packages and Vulnerabilities (30 package changes and 0 vulnerability changes)
  • ➕ 14 packages added
  • ♾️ 16 packages changed
  • 12 packages unchanged
Changes for packages of type deb (4 changes)
Package Version
jambalaya56562/blog:latest
Version
ghcr.io/jambalaya56562/blog:pr-115
♾️ 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 (26 changes)
Package Version
jambalaya56562/blog:latest
Version
ghcr.io/jambalaya56562/blog:pr-115
♾️ @edge-runtime/cookies 4.0.2 4.1.1
♾️ @edge-runtime/ponyfill 2.4.1 2.4.2
♾️ @edge-runtime/primitives 4.0.2 4.1.0
@img/sharp-libvips-linux-x64 1.0.2
@img/sharp-libvips-linuxmusl-x64 1.0.2
@img/sharp-linux-x64 0.33.3
@img/sharp-linuxmusl-x64 0.33.3
♾️ @next/env 14.1.1-canary.27 14.2.0-canary.65
♾️ @swc/helpers 0.5.2 0.5.5
♾️ blog 0.2.0 0.3.0
♾️ caniuse-lite 1.0.30001584 1.0.30001608
color 4.2.3
color-convert 2.0.1
color-name 1.1.4
color-string 1.9.1
is-arrayish 0.3.2
lru-cache 6.0.0
♾️ next 14.1.1-canary.27 14.2.0-canary.65
♾️ react 18.3.0-canary-4b2a1115a-20240202 19.0.0-canary-4c12339ce-20240408
♾️ react-dom 18.3.0-canary-4b2a1115a-20240202 19.0.0-canary-4c12339ce-20240408
♾️ scheduler 0.24.0-canary-4b2a1115a-20240202 0.25.0-canary-4c12339ce-20240408
semver 7.6.0
sharp 0.33.3
simple-swizzle 0.2.2
♾️ source-map-js 1.0.2 1.2.0
yallist 4.0.0

Copy link
Owner

@JamBalaya56562 JamBalaya56562 left a comment

Choose a reason for hiding this comment

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

ThumbsUpApproveGIF (3)

@JamBalaya56562 JamBalaya56562 merged commit b0780e0 into main Apr 12, 2024
12 checks passed
@JamBalaya56562 JamBalaya56562 deleted the dependabot/npm_and_yarn/dependencies-74fbac59d0 branch April 12, 2024 13:58
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