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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 5 updates:

Package From To
@codesandbox/sandpack-react 2.13.7 2.13.8
cypress 13.7.1 13.8.0
isomorphic-dompurify 2.6.0 2.7.0
marked 12.0.1 12.0.2
next 14.1.4 14.2.2

Updates @codesandbox/sandpack-react from 2.13.7 to 2.13.8

Release notes

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

v2.13.8

2.13.8 (2024-04-11)

Bug Fixes

Changelog

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

2.13.8 (2024-04-11)

Bug Fixes

Commits

Updates cypress from 13.7.1 to 13.8.0

Release notes

Sourced from cypress's releases.

v13.8.0

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

v13.7.3

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

v13.7.2

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

Commits
  • 3243850 chore: release 13.8.0 (#29358)
  • 9b0abdd fix: Update regex for formatting assertion messages to avoid catastrophic bac...
  • d7e9d60 feat: support webpack-dev-server v5 in @​cypress/webpack-dev-server (#29306)
  • b50ddd6 docs: eslint-plugin-dev readme add eslint 8+ unsupported (#29346)
  • ede4a6f chore: fix incorrect description of cy.clear command (#29339)
  • c137bec docs: fix .eslintrc.json syntax in eslint-plugin-dev readme (#29343)
  • 768afcc chore: move to macstadium intel runner for circle darwinx64 [run ci] (#29300)
  • 5a8618f misc: capture Semaphore PR number (#29314)
  • 897ef4c chore: Update v8 snapshot cache (#29326)
  • 79a267c refactor: extract artifact upload process from lib/modes/record.js (#29240)
  • Additional commits viewable in compare view

Updates isomorphic-dompurify from 2.6.0 to 2.7.0

Release notes

Sourced from isomorphic-dompurify's releases.

Updated dependencies

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.7.0

Commits
  • 6f055d4 Updated depenedencies. Prepared for the release.
  • 5849630 Merge pull request #262 from kkomelin/dependabot/npm_and_yarn/dompurify-3.1.0
  • dff9765 Bump dompurify from 3.0.11 to 3.1.0
  • e7c23d6 Merge pull request #261 from kkomelin/dependabot/npm_and_yarn/terser-5.30.3
  • 6095112 Bump terser from 5.30.0 to 5.30.3
  • 4b01e2c Merge pull request #257 from kkomelin/dependabot/npm_and_yarn/terser-5.30.0
  • cfc9065 Bump terser from 5.29.2 to 5.30.0
  • See full diff in compare view

Updates marked from 12.0.1 to 12.0.2

Release notes

Sourced from marked's releases.

v12.0.2

12.0.2 (2024-04-19)

Bug Fixes

Commits
  • c6a98ea chore(release): 12.0.2 [skip ci]
  • e9f0eed fix: fix Setext continuation in blockquote (#3257)
  • a90223b chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 7.4.0 to 7.6.0 (#...
  • 7757f96 chore(deps-dev): Bump typescript from 5.4.4 to 5.4.5 (#3261)
  • 609b65c chore(deps-dev): Bump @​arethetypeswrong/cli from 0.15.2 to 0.15.3 (#3258)
  • dfa835e chore(deps-dev): Bump rollup from 4.14.1 to 4.14.3 (#3259)
  • f0fb744 chore(deps-dev): Bump semantic-release from 23.0.6 to 23.0.7 (#3255)
  • 924130d chore(deps-dev): Bump @​semantic-release/github from 10.0.2 to 10.0.3 (#3254)
  • 8cdb7ca chore(deps-dev): Bump rollup from 4.13.2 to 4.14.1 (#3253)
  • 1cc9eb2 chore(deps-dev): Bump typescript from 5.4.3 to 5.4.4 (#3252)
  • Additional commits viewable in compare view

Updates next from 14.1.4 to 14.2.2

Release notes

Sourced from next's releases.

v14.2.2

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

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

Credits

Huge thanks to @​shuding, @​coltonehrman, @​ztanner, @​huozhi, @​sokra, @​Jeffrey-Zutt, @​timneutkens, @​wbinnssmith, @​wiesson, @​ijjk, @​devjiwonchoi, and @​bgw for helping!

v14.2.1

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

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @​sokra

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.7

Core Changes

... (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

Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack) | `2.13.7` | `2.13.8` |
| [cypress](https://github.com/cypress-io/cypress) | `13.7.1` | `13.8.0` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.6.0` | `2.7.0` |
| [marked](https://github.com/markedjs/marked) | `12.0.1` | `12.0.2` |
| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.2` |


Updates `@codesandbox/sandpack-react` from 2.13.7 to 2.13.8
- [Release notes](https://github.com/codesandbox/sandpack/releases)
- [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md)
- [Commits](codesandbox/sandpack@v2.13.7...v2.13.8)

Updates `cypress` from 13.7.1 to 13.8.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.7.1...v13.8.0)

Updates `isomorphic-dompurify` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.6.0...v2.7.0)

Updates `marked` from 12.0.1 to 12.0.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v12.0.1...v12.0.2)

Updates `next` from 14.1.4 to 14.2.2
- [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.4...v14.2.2)

---
updated-dependencies:
- dependency-name: "@codesandbox/sandpack-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 22, 2024
Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for accessible-components-cheatsheet ready!

Name Link
🔨 Latest commit 0e025be
🔍 Latest deploy log https://app.netlify.com/sites/accessible-components-cheatsheet/deploys/662619e375419a00087cf5bd
😎 Deploy Preview https://deploy-preview-327--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 Apr 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-380e3efc5e branch April 29, 2024 08:05
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