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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps the production-dependencies group with 5 updates:

Package From To
@codesandbox/sandpack-react 2.6.9 2.9.0
airtable 0.12.1 0.12.2
cypress-axe 1.4.0 1.5.0
isomorphic-dompurify 1.8.0 1.9.0
next 13.4.16 13.5.5

Updates @codesandbox/sandpack-react from 2.6.9 to 2.9.0

Release notes

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

v2.9.0

2.9.0 (2023-10-06)

Features

v2.8.0

2.8.0 (2023-09-26)

Features

  • add vite-preact and vite-preact-ts templates (#1000) (8789aa9)

v2.7.1

2.7.1 (2023-09-13)

Bug Fixes

  • node: fix issue with undefined startRoute in iframePreviewUrl (#1002) (c457a53)

v2.7.0

2.7.0 (2023-09-11)

Features

Changelog

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

2.9.0 (2023-10-06)

Features

2.8.0 (2023-09-26)

Features

  • add vite-preact and vite-preact-ts templates (#1000) (8789aa9)

2.7.1 (2023-09-13)

Bug Fixes

  • node: fix issue with undefined startRoute in iframePreviewUrl (#1002) (c457a53)

2.7.0 (2023-09-11)

Features

Commits
  • bfb14f1 chore: [skip ci] bump packages
  • 600b984 feat: add sandbox-id prop to compile (#1015)
  • 013a8df ci: Update .codesandbox/tasks.json and add .devcontainer/devcontain… (#1012)
  • 0c96b9e ci(gh pkgs): manually publish pkgs
  • e714cdc ci(gh pkgs): fix npm step
  • 3018630 ci(gh pkgs): remove git steps
  • 83383cc ci: publish to gh packages (#1011)
  • a6e9c30 docs: Update Sandpack installation instructions (#1010)
  • d972abd chore: [skip ci] bump packages
  • 8789aa9 feat: add vite-preact and vite-preact-ts templates (#1000)
  • Additional commits viewable in compare view

Updates airtable from 0.12.1 to 0.12.2

Release notes

Sourced from airtable's releases.

v0.12.2

Fix invalid URL error in abort-controller

Changelog

Sourced from airtable's changelog.

v0.12.2

  • Fix invalid URL error in abort-controller
Commits
Maintainer changes

This version was pushed to npm by nabeelairtable, a new releaser for airtable since your current version.


Updates cypress-axe from 1.4.0 to 1.5.0

Release notes

Sourced from cypress-axe's releases.

v1.5.0

1.5.0 (2023-09-01)

Features

Commits

Updates isomorphic-dompurify from 1.8.0 to 1.9.0

Release notes

Sourced from isomorphic-dompurify's releases.

Updated dependencies

Changelog

Release

1.9.0

Commits
  • 6f9a87e Prepared for a releases.
  • 3eaefc8 Upgraded dependencies.
  • d4ede27 Merge pull request #221 from kkomelin/dependabot/npm_and_yarn/dompurify-3.0.6
  • 5f5d252 Bump dompurify from 3.0.5 to 3.0.6
  • f2a5976 Merge pull request #220 from kkomelin/dependabot/npm_and_yarn/types/dompurify...
  • 7f66d47 Bump @​types/dompurify from 3.0.2 to 3.0.3
  • ae0abe2 Merge pull request #219 from kkomelin/dependabot/npm_and_yarn/terser-5.20.0
  • 15003b8 Bump terser from 5.19.4 to 5.20.0
  • 4449bfb Merge pull request #218 from kkomelin/dependabot/npm_and_yarn/jest-29.7.0
  • 20b5cd6 Bump jest from 29.6.4 to 29.7.0
  • Additional commits viewable in compare view

Updates next from 13.4.16 to 13.5.5

Release notes

Sourced from next's releases.

v13.5.5

Core Changes

  • Update parallelizing tasks with webpackBuildWorker config: #56287
  • Misc Typescript and export updates: #55841
  • chore: pass defineEnv from next.js to rust directly: #56216
  • Expose util internally for debugging: #56381
  • App Router - preinitialize chunks during SSR: #54752
  • fix: use fs.existsSync to avoid race condition: #56387
  • Ensure loader generated export default has name: #56388
  • Move Edge SSR event waitUntil into the handler: #56404
  • fix: avoid unnecessary existSync call: #56419
  • fix: avoid creation of buffers for read ops: #56421
  • fix empty externals list, pnpm special case, and project path: #56402
  • chore: extract edge-app-route loader template: #56424
  • Separate RSC and SSR jsx-runtime modules: #56438
  • Async Batcher: #56423
  • Fix cli log next.js color: #56448
  • Turbopack: Implement Server Actions: #53890
  • Component Module Types: #56454
  • refactor: rewrite config schema in zod: #56383
  • Dev Service: #56442
  • feat(turbopack): port next.js template loading logic: #56425
  • Chunking Refactor Step 1: #56467
  • Use native node:fs in taskfile.js: #56491
  • Loose RSC import restrictions for 3rd party packages: #56501
  • turbopack: Chunking Refactor Step 2 : #56504
  • update turbopack, fix sass peer dependency: #56508
  • Remove ServerDirectiveTransformer: #56496
  • Improve failed to fetch RSC error: #56517
  • misc: fix wrong next start start duration: #56512
  • turbopack: Extract as_chunk into shared ChunkType trait: #56506
  • Flatten recursive wildcard exports in barrel optimization: #56489
  • Turbopack + app router: always use externals for predefined packages: #56440
  • fix: log error cause: #56528
  • Unsilence Taskr Webpack errors: #56542
  • refactor: cleanup app render: #56538
  • fix: don't add isolateModules to tsconfig when extending from tsconfig with verbatimModuleSyntax: #54164
  • enable verbatimModuleSyntax to make type imports/exports explicit: #56551
  • Ensure react-server-dom-turbopack-experimental uses the right package: #56560
  • Fix build restart log: #56543
  • feat(turbopack): add support for edge app pages: #56426
  • Improve error handling of Server Actions with skewed deployment: #56618
  • misc: split app-render into smaller functions: #56611
  • remove unnecessary structuredClone: #56570
  • Fix trace ignore handling: #56674
  • fix(next-core): allow sass loader for foreign codes: #56679
  • Fix SSG query with experimental-compile: #56680
  • Ensure rewrites are included in build manifest when using Turbopack: #56692
  • fix static worker restart behavior: #56728

... (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 Oct 16, 2023
@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for accessible-components-cheatsheet ready!

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

@dustin-jw dustin-jw force-pushed the dependabot/npm_and_yarn/production-dependencies-e8ca2c807f branch from 996394b to 08d1995 Compare October 16, 2023 18:17
@dustin-jw
Copy link
Collaborator

@dependabot recreate

Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack) | `2.6.9` | `2.9.0` |
| [airtable](https://github.com/airtable/airtable.js) | `0.12.1` | `0.12.2` |
| [cypress-axe](https://github.com/component-driven/cypress-axe) | `1.4.0` | `1.5.0` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `1.8.0` | `1.9.0` |
| [next](https://github.com/vercel/next.js) | `13.4.16` | `13.5.5` |


Updates `@codesandbox/sandpack-react` from 2.6.9 to 2.9.0
- [Release notes](https://github.com/codesandbox/sandpack/releases)
- [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md)
- [Commits](codesandbox/sandpack@v2.6.9...v2.9.0)

Updates `airtable` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/airtable/airtable.js/releases)
- [Changelog](https://github.com/Airtable/airtable.js/blob/master/CHANGELOG.md)
- [Commits](Airtable/airtable.js@v0.12.1...v0.12.2)

Updates `cypress-axe` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/component-driven/cypress-axe/releases)
- [Commits](component-driven/cypress-axe@v1.4.0...v1.5.0)

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

Updates `next` from 13.4.16 to 13.5.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@v13.4.16...v13.5.5)

---
updated-dependencies:
- dependency-name: "@codesandbox/sandpack-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: airtable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cypress-axe
  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-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-e8ca2c807f branch from 08d1995 to ae4a0e8 Compare October 16, 2023 18:28
@dustin-jw dustin-jw merged commit 60f4670 into main Oct 16, 2023
6 checks passed
@dustin-jw dustin-jw deleted the dependabot/npm_and_yarn/production-dependencies-e8ca2c807f branch October 16, 2023 18:32
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