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 with 4 updates #275

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

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

Updates @codesandbox/sandpack-react from 2.9.0 to 2.10.0

Release notes

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

v2.10.0

2.10.0 (2023-11-15)

Bug Fixes

Features

Changelog

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

2.10.0 (2023-11-15)

Bug Fixes

Features

Commits

Updates cypress from 13.5.0 to 13.6.0

Release notes

Sourced from cypress's releases.

v13.6.0

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

v13.5.1

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

Commits
  • 9337e4e chore: revert aws sdk PR (#28379)
  • 2877454 chore: release 13.6.0 (#28376)
  • dcd6a18 fix: Allow absolute paths in indexHtmlFile (#28324)
  • 537642a chore: migrate AWS SDK for JavaScript v2 APIs to v3 in scripts folder (#28249)
  • a22fd5c dependency: updated chrome-remote-interface to 0.33.0 (#27998)
  • d964865 fix: update getPath to use WHATWG URL API (#28354)
  • 2041c69 fix(driver): dynamic intercept aliases shown with name instead of no alias (#...
  • 2eb8455 chore(deps): update dependency crypto-js to v4.2.0 [security] (#28146)
  • e3ba697 feat: display an activity indicator in the CLI output when uploading artifact...
  • 02d0493 fix(driver): add support for alias.all when using dynamic alias (#28352)
  • Additional commits viewable in compare view

Updates isomorphic-dompurify from 1.9.0 to 1.11.0

Release notes

Sourced from isomorphic-dompurify's releases.

Set Node 18 requirement through package.json

Changelog

Release

1.11.0

Updated dependencies and Node 18+

Changelog

Please note: Node 18 is now the minimally supported version when the library is used on the server.

Release

1.10.0

Commits
  • 312efb6 Prepared for the release.
  • b5f88cd Merge pull request #235 from kkomelin/dependabot/npm_and_yarn/jsdom-23.0.1
  • 6eaca62 Bump jsdom from 23.0.0 to 23.0.1
  • 8bf33a4 Added engines field to package.json
  • e678fb1 Updated dependencies. Prepared for the release.
  • 4b43963 Merge pull request #233 from kkomelin/dependabot/npm_and_yarn/jsdom-23.0.0
  • 3f8301f Bump jsdom from 22.1.0 to 23.0.0
  • e66b827 Merge pull request #229 from kkomelin/dependabot/npm_and_yarn/types/dompurify...
  • 3a30bbf Bump @​types/dompurify from 3.0.4 to 3.0.5
  • 1bb584f Merge pull request #227 from kkomelin/dependabot/npm_and_yarn/terser-5.24.0
  • Additional commits viewable in compare view

Updates next from 14.0.2 to 14.0.3

Release notes

Sourced from next's releases.

v14.0.3

Core Changes

  • Update React from 746890329 to 0e352ea01: #58279
  • fix(turbopack): support middleware in src: #58218
  • Update font data: #58317
  • Replace custom Thenable type with native Promises: #58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #51148
  • fix: import antd from es in modularizeImports: #57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #57768
  • Add experimental support for history.pushState and history.replaceState: #58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #58368
  • fix: Don't reset shallow URL updates on prefetch: #58297
  • fix: ensure batch values are sharable: #58315
  • fix incorrect fetch cache handling: #58460
  • turbopack: Don't error with legacy server actions boolean: #58416
  • Update turbopack: #58408
  • Upgrade vendored React: #58489
  • Apply next/font to foreign code: #58461
  • Turbopack: Use structured styled text in issue descriptions: #58156
  • onHeaders updates for App Pages: #58410
  • revalidate APIs should make route handlers dynamic: #58466
  • remove optimistic navigation behavior when prefetch is false: #58413
  • fix: set x-forwarded-host based on request: #58500
  • Inline ChildProp: #58519
  • Remove client only dynamic chunks from edge bundle : #56761
  • tweak cache + revalidate fetch warning: #58505

Documentation Changes

  • remove example for router.events as it does not exist: #58286
  • chore(docs): fix typo: #58344
  • docs: Update runtime table: #58361
  • Update 08-parallel-routes.mdx: #58393
  • Docs: Update middleware example snippet: #58488
  • update meta variable to metadata variable so that the meta data updat…: #58396
  • Update 07-error-handling.mdx: #58236
  • docs: Added Kinde auth provider: #58231
  • Update index.mdx: #58210
  • Make example of passing down a Server Action more clear: #57972
  • docs: Fix grammar in Styling section: #58071
  • docs: Fix grammar in Client Components section: #58065
  • docs: Fix grammar in Dynamic Rendering section: #58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #58056
  • Update 02-patterns.mdx: #58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #58001

Example Changes

  • examples: Update Middleware for CSP: #58300

... (truncated)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link

netlify bot commented Dec 4, 2023

Deploy Preview for accessible-components-cheatsheet ready!

Name Link
🔨 Latest commit e1b672f
🔍 Latest deploy log https://app.netlify.com/sites/accessible-components-cheatsheet/deploys/656df7e317718300083220ce
😎 Deploy Preview https://deploy-preview-275--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.

Bumps the production-dependencies group with 4 updates: [@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.9.0 to 2.10.0
- [Release notes](https://github.com/codesandbox/sandpack/releases)
- [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md)
- [Commits](codesandbox/sandpack@v2.9.0...v2.10.0)

Updates `cypress` from 13.5.0 to 13.6.0
- [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.5.0...v13.6.0)

Updates `isomorphic-dompurify` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v1.9.0...v1.11.0)

Updates `next` from 14.0.2 to 14.0.3
- [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.0.2...v14.0.3)

---
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 force-pushed the dependabot/npm_and_yarn/production-dependencies-d909723692 branch from f249303 to e1b672f Compare December 4, 2023 16:01
@dustin-jw dustin-jw merged commit 6cbad33 into main Dec 4, 2023
6 checks passed
@dustin-jw dustin-jw deleted the dependabot/npm_and_yarn/production-dependencies-d909723692 branch December 4, 2023 16:03
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.

1 participant