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

chore(deps): bump the production-dependencies group across 1 directory with 4 updates #355

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the production-dependencies group with 4 updates in the / directory: @codesandbox/sandpack-react, cypress, isomorphic-dompurify and next.

Updates @codesandbox/sandpack-react from 2.13.10 to 2.18.2

Release notes

Sourced from @​codesandbox/sandpack-react's releases.

v2.18.2

2.18.2 (2024-07-31)

Bug Fixes

v2.18.1

2.18.1 (2024-07-25)

Bug Fixes

v2.18.0

2.18.0 (2024-07-11)

Features

  • Add support for enabling service worker feature (#1127) (4e2b116)

v2.17.1

2.17.1 (2024-07-11)

Bug Fixes

v2.17.0

2.17.0 (2024-07-09)

Features

v2.16.1

2.16.1 (2024-07-08)

Bug Fixes

  • loading: update bundler to consume the correct loading message (#1157) (7a70999)

... (truncated)

Changelog

Sourced from @​codesandbox/sandpack-react's changelog.

2.18.2 (2024-07-31)

Bug Fixes

2.18.1 (2024-07-25)

Bug Fixes

2.18.0 (2024-07-11)

Features

  • Add support for enabling service worker feature (#1127) (4e2b116)

2.17.1 (2024-07-11)

Bug Fixes

2.17.0 (2024-07-09)

Features

2.16.1 (2024-07-08)

Bug Fixes

  • loading: update bundler to consume the correct loading message (#1157) (7a70999)

2.16.0 (2024-07-08)

Features

  • loading: show dependency download progress (#1146) (a811267)

2.15.0 (2024-07-08)

Features

... (truncated)

Commits

Updates cypress from 13.8.1 to 13.13.2

Release notes

Sourced from cypress's releases.

v13.13.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

v13.13.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

v13.11.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

Commits

Updates isomorphic-dompurify from 2.9.0 to 2.14.0

Release notes

Sourced from isomorphic-dompurify's releases.

Updated dependencies

Changelog

  • Updated jsdom and other dependencies.

See the complete changelog for more details.

Release

2.14.0

Updated dependencies

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.13.0

Updated dependencies

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.12.0

Updated dependencies

Changelog

  • Updated dompurify.

See the complete changelog for more details.

Release

2.11.0

Updated dependencies

Changelog

  • Updated dompurify.

See the complete changelog for more details.

... (truncated)

Commits
  • 5d002d2 Updated dependencies.
  • 0d16146 Merge pull request #277 from kkomelin/dependabot/npm_and_yarn/jsdom-24.1.1
  • e5b0b38 Bump jsdom from 24.1.0 to 24.1.1
  • f5bc05b Merge branch 'master' of github.com:kkomelin/isomorphic-dompurify
  • 5c2ab00 Removed a resolved issue from the Known Issues section of Readme.
  • a5f5638 Merge pull request #276 from kkomelin/dependabot/npm_and_yarn/terser-5.31.3
  • e5737f5 Bump terser from 5.31.2 to 5.31.3
  • 3a6089a Merge pull request #275 from kkomelin/dependabot/npm_and_yarn/terser-5.31.2
  • 3e6be7f Bump terser from 5.31.1 to 5.31.2
  • 48c5996 Updated dependencies. Prepared for the release.
  • Additional commits viewable in compare view

Updates next from 14.2.3 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

v14.2.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

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

…y with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack), [cypress](https://github.com/cypress-io/cypress), [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) and [next](https://github.com/vercel/next.js).


Updates `@codesandbox/sandpack-react` from 2.13.10 to 2.18.2
- [Release notes](https://github.com/codesandbox/sandpack/releases)
- [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md)
- [Commits](codesandbox/sandpack@v2.13.10...v2.18.2)

Updates `cypress` from 13.8.1 to 13.13.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.8.1...v13.13.2)

Updates `isomorphic-dompurify` from 2.9.0 to 2.14.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.9.0...v2.14.0)

Updates `next` from 14.2.3 to 14.2.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.2.3...v14.2.5)

---
updated-dependencies:
- dependency-name: "@codesandbox/sandpack-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: isomorphic-dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for accessible-components-cheatsheet ready!

Name Link
🔨 Latest commit 9d17739
🔍 Latest deploy log https://app.netlify.com/sites/accessible-components-cheatsheet/deploys/66b0935e7dbbb60008a8261c
😎 Deploy Preview https://deploy-preview-355--accessible-components-cheatsheet.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
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #357.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-6fc56223d6 branch August 19, 2024 09:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants