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 web-deps group in /web with 9 updates #1611

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps the web-deps group in /web with 9 updates:

Package From To
@headlessui/react 1.7.16 1.7.17
next 13.4.15 13.4.19
@types/node 20.5.0 20.5.1
@typescript-eslint/eslint-plugin 6.4.0 6.4.1
@typescript-eslint/parser 6.4.0 6.4.1
cypress 12.17.3 12.17.4
eslint-config-next 13.4.15 13.4.19
postcss 8.4.27 8.4.28
rehype-stringify 9.0.3 9.0.4

Updates @headlessui/react from 1.7.16 to 1.7.17

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v1.7.17

Fixed

  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#2626)
  • Render <MainTreeNode /> in Popover.Group component only (#2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#2635)
  • Don't assume <Tab /> components are available when setting the next index (#2642)
  • Fix incorrectly focused Combobox.Input component on page load (#2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#2660)
  • Fix hydration of components inside <Suspense> (#2663)
  • Prevent scrolling when focusing a tab (#2674)
Changelog

Sourced from @​headlessui/react's changelog.

[1.7.17] - 2023-08-17

Fixed

  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#2626)
  • Render <MainTreeNode /> in Popover.Group component only (#2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#2635)
  • Don't assume <Tab /> components are available when setting the next index (#2642)
  • Fix incorrectly focused Combobox.Input component on page load (#2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#2660)
  • Fix hydration of components inside <Suspense> (#2663)
  • Prevent scrolling when focusing a tab (#2674)
Commits
  • 0b8bd32 1.7.17 - @​headlessui/react
  • c2bf9dd Prevent scrolling when focusing a tab (#2674)
  • a317866 Fix hydration of components inside \<Suspense> (#2663)
  • 88b068c Improve resetting values when using the nullable prop on the Combobox com...
  • 842890d Ensure appear works using the Transition component (even when used with S...
  • 88a0138 Fix incorrectly focused Combobox.Input component on page load (#2654)
  • c22a8c1 Don't assume \<Tab /> components are available when setting the next index (...
  • 6f9de89 Disable smooth scrolling when opening/closing Dialog components on iOS (#2635)
  • 34275da Revert "Fix hydration of components inside \<Suspense> (#2633)"
  • 3501289 Fix hydration of components inside \<Suspense> (#2633)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by thecrypticace, a new releaser for @​headlessui/react since your current version.


Updates next from 13.4.15 to 13.4.19

Release notes

Sourced from next's releases.

v13.4.19

Core Changes

  • fix: invalid module transform for @headlessui/react: #54206
  • chore: remove unnecessary type cast in dev-build-watcher: #54221
  • fix process.env not being available in standalone mode: #54203
  • Fix missing devPageFiles collection: #54224
  • Add Route and LinkProps stub generics: #54226
  • Use createClientModuleProxy from Flight Server: #54232
  • Add default not found to loader tree of group routes root layer: #54228
  • feat(image): add support for custom loaderFile when loader: default: #53417
  • Fix renamed export of Server Actions: #54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #54243

Misc Changes

Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

v13.4.19-canary.0

Core Changes

  • fix: invalid module transform for @headlessui/react: #54206
  • chore: remove unnecessary type cast in dev-build-watcher: #54221
  • fix process.env not being available in standalone mode: #54203
  • Fix missing devPageFiles collection: #54224
  • Add Route and LinkProps stub generics: #54226
  • Use createClientModuleProxy from Flight Server: #54232
  • Add default not found to loader tree of group routes root layer: #54228
  • feat(image): add support for custom loaderFile when loader: default: #53417
  • Fix renamed export of Server Actions: #54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #54243

Misc Changes

Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

... (truncated)

Commits

Updates @types/node from 20.5.0 to 20.5.1

Commits

Updates @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293

You can read about our versioning strategy and releases on our website.

Commits
  • ef1367e chore: publish v6.4.1
  • 2e1cfd5 chore: upgrade to yarn 3 (#6162)
  • b52658f fix(eslint-plugin): [no-unnecessary-condition] false positives with branded t...
  • 66cc514 chore: enable logical-assignment-operators rule internally (#7484)
  • e1897db docs: fix typo in member-ordering (#7488)
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.4.0 to 6.4.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits

Updates cypress from 12.17.3 to 12.17.4

Release notes

Sourced from cypress's releases.

v12.17.4

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

Commits
  • 95b4a14 chore: release version 12.17.4 (#27557)
  • d0abe2a chore: skip flaky scaffold-project test (#27518)
  • f4f55cb chore: remove flakey Percy snapshot from scaffolding CT 3rd party (#27519)
  • faf66dc chore: fix gulp watch scripts using webpack as stdout is looking for webpack ...
  • 6b2612b chore: release @​cypress/webpack-batteries-included-preprocessor-v3.0.0
  • 00fb578 breaking: support webpack v5
  • ea4809f chore: remove flaky Percy snapshot from ConfigCode spec (#27532)
  • df6d1c2 chore: remove flaky Percy snapshot from global-mode spec (#27526)
  • e28c44e chore: skip flaky system tests (#27533)
  • 1061f85 chore: update tough cookie (#27515)
  • Additional commits viewable in compare view

Updates eslint-config-next from 13.4.15 to 13.4.19

Release notes

Sourced from eslint-config-next's releases.

v13.4.19

Core Changes

  • fix: invalid module transform for @headlessui/react: #54206
  • chore: remove unnecessary type cast in dev-build-watcher: #54221
  • fix process.env not being available in standalone mode: #54203
  • Fix missing devPageFiles collection: #54224
  • Add Route and LinkProps stub generics: #54226
  • Use createClientModuleProxy from Flight Server: #54232
  • Add default not found to loader tree of group routes root layer: #54228
  • feat(image): add support for custom loaderFile when loader: default: #53417
  • Fix renamed export of Server Actions: #54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #54243

Misc Changes

Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

v13.4.19-canary.0

Core Changes

  • fix: invalid module transform for @headlessui/react: #54206
  • chore: remove unnecessary type cast in dev-build-watcher: #54221
  • fix process.env not being available in standalone mode: #54203
  • Fix missing devPageFiles collection: #54224
  • Add Route and LinkProps stub generics: #54226
  • Use createClientModuleProxy from Flight Server: #54232
  • Add default not found to loader tree of group routes root layer: #54228
  • feat(image): add support for custom loaderFile when loader: default: #53417
  • Fix renamed export of Server Actions: #54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #54243

Misc Changes

Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

... (truncated)

Commits

Updates postcss from 8.4.27 to 8.4.28

Release notes

Sourced from postcss's releases.

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.
Changelog

Sourced from postcss's changelog.

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.
Commits
  • b0efcc0 Release 8.4.28 version
  • 33aca81 Fix tests
  • b352861 Merge pull request #1872 from romainmenke/add-source.end-to-root-nodes--compa...
  • 1bcc280 add source.end to Root nodes
  • ec034e4 Merge pull request #1871 from RiadhAdrani/main
  • 6222d3d chore: add postcss-plugin-ignore-file to plugins.md
  • 7d51976 Cast Result.root type from process() options
  • 0ef29c2 Update dependecnies
  • a0a82d3 Merge pull request #1867 from strarsis/add-postcss-baseurl-plugin
  • 510d0a5 Add postcss-urlrebase plugin to plugins page.
  • Additional commits viewable in compare view

Updates rehype-stringify from 9.0.3 to 9.0.4

Release notes

Sourced from rehype-stringify's releases.

[email protected]

(release to regenerate and fix types)

Commits
  • e97afa1 rehype-stringify: 9.0.4
  • 476d219 rehype-parse: 8.0.5
  • 0782171 Add rehype-class-names to list of plugins
  • 7a95a44 Add rehype-remove-images to list of plugins
  • 7d0d0e4 Add sponsor
  • 95c7bed Add rehype-mermaidjs to list of plugins
  • bf91abb Fix TypeScript build
  • 29d839f Add rehype-color-chips to the list of plugins
  • 44e1760 Add rehype-sectionize to list of plugins
  • 864e813 Update tsconfig.json to use use node16 module resolution
  • Additional commits viewable in compare view

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> dependency 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> dependency 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 web-deps group in /web with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.16` | `1.7.17` |
| [next](https://github.com/vercel/next.js) | `13.4.15` | `13.4.19` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.0` | `20.5.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.4.0` | `6.4.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.4.0` | `6.4.1` |
| [cypress](https://github.com/cypress-io/cypress) | `12.17.3` | `12.17.4` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.4.15` | `13.4.19` |
| [postcss](https://github.com/postcss/postcss) | `8.4.27` | `8.4.28` |
| [rehype-stringify](https://github.com/rehypejs/rehype) | `9.0.3` | `9.0.4` |


Updates `@headlessui/react` from 1.7.16 to 1.7.17
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `next` from 13.4.15 to 13.4.19
- [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.15...v13.4.19)

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

Updates `@typescript-eslint/eslint-plugin` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.1/packages/parser)

Updates `cypress` from 12.17.3 to 12.17.4
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.17.3...v12.17.4)

Updates `eslint-config-next` from 13.4.15 to 13.4.19
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.19/packages/eslint-config-next)

Updates `postcss` from 8.4.27 to 8.4.28
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.28)

Updates `rehype-stringify` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/rehypejs/rehype/releases)
- [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md)
- [Commits](https://github.com/rehypejs/rehype/compare/[email protected]@9.0.4)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: rehype-stringify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code labels Aug 21, 2023
@netlify
Copy link

netlify bot commented Aug 21, 2023

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 5deb421
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/64e3a458943bd600089dff17
😎 Deploy Preview https://deploy-preview-1611--conkyweb.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.

@github-actions github-actions bot added the web Issue or PR related to documentation website label Aug 21, 2023
@brndnmtthws brndnmtthws merged commit 49a1ba2 into main Aug 21, 2023
6 checks passed
@brndnmtthws brndnmtthws deleted the dependabot/npm_and_yarn/web/web-deps-acb66ddab2 branch August 21, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code web Issue or PR related to documentation website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant