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 all group with 13 updates #49

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2023

Bumps the all group with 13 updates:

Package From To
@nihalgonsalves/esconfig 0.6.7 0.6.8
@types/node 20.8.7 20.8.10
eslint-plugin-jsx-a11y 6.7.1 6.8.0
eslint-plugin-react-refresh 0.4.3 0.4.4
@prisma/client 5.4.2 5.5.2
bullmq 4.12.6 4.12.7
jose 5.0.1 5.0.2
prisma 5.4.2 5.5.2
dexie-react-hooks 1.1.6 1.1.7
react-router-dom 6.17.0 6.18.0
tailwind-merge 1.14.0 2.0.0
@types/react 18.2.33 18.2.34
@vitejs/plugin-react 4.1.0 4.1.1

Updates @nihalgonsalves/esconfig from 0.6.7 to 0.6.8

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

v0.6.8

0.6.8 (2023-10-30)

Features

  • deps: bump the all group with 4 updates (#43) (3c494cd)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.6.8 (2023-10-30)

Features

  • deps: bump the all group with 4 updates (#43) (3c494cd)
Commits

Updates @types/node from 20.8.7 to 20.8.10

Commits

Updates eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0

Changelog

Sourced from eslint-plugin-jsx-a11y's changelog.

v6.8.0 - 2023-11-01

Merged

Fixed

Commits

  • [Tests] migrate helper parsers function from eslint-plugin-react ce4d57f
  • [Refactor] use es-iterator-helpers 52de824
  • [New] mouse-events-have-key-events: add hoverInHandlers/hoverOutHandlers config db64898
  • [New] add polymorphicPropName setting for polymorphic components fffb05b
  • [Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1 64bfea6
  • [Refactor] use hasown instead of has 9a8edde
  • [actions] update used actions 10c061a
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, aud, eslint-doc-generator, eslint-plugin-import, minimist 6d5022d
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/register, eslint-doc-generator, eslint-plugin-import 4dc7f1e
  • [New] anchor-has-content: Allow title attribute OR aria-label attribute e6bfd5c
  • [patch] mouse-events-have-key-events: rport the attribute, not the node eadd70c
  • [Deps] update @babel/runtime, array-includes, array.prototype.flatmap, object.entries, object.fromentries 46ffbc3
  • [Deps] update @babel/runtime, axobject-query, jsx-ast-utils, semver 5999555
  • [Fix] pin aria-query and axe-core to fix failing tests on main 8d8f016
  • [patch] move semver from Deps to Dev Deps 4da13e7
  • [Deps] update ast-types-flow b755318
  • [Dev Deps] update eslint-plugin-import f1c976b
  • [Deps] unpin language-tags 3d1d26d
  • [Docs] no-static-element-interactions: tabIndex is written tabindex 1271153
  • [Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems f0d2ddb
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0c278f4
Commits
  • 9742753 v6.8.0
  • b755318 [Deps] update ast-types-flow
  • f1c976b [Dev Deps] update eslint-plugin-import
  • 52de824 [Refactor] use es-iterator-helpers
  • 9a8edde [Refactor] use hasown instead of has
  • 46ffbc3 [Deps] update @babel/runtime, array-includes, array.prototype.flatmap, ...
  • 4dc7f1e [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, `@babe...
  • fffb05b [New] add polymorphicPropName setting for polymorphic components
  • 3d1d26d [Deps] unpin language-tags
  • 10c061a [actions] update used actions
  • Additional commits viewable in compare view

Updates eslint-plugin-react-refresh from 0.4.3 to 0.4.4

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.4

  • Add allowExportNames option (fixes #29)
  • Support memo default export function components (fixes #27)
  • Warn on export expressions that are not React component (array, object, logical expression, ...) (fixes #26)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.4

  • Add allowExportNames option (fixes #29)
  • Support memo default export function components (fixes #27)
  • Warn on export expressions that are not React component (array, object, logical expression, ...) (fixes #26)
Commits
  • 14e01d9 Add allowExportNames option (fixes #29) [publish]
  • 05379a0 Warn on export expressions that are not React component (array, object, logic...
  • 8763332 Support memo default export function components (fixes #27)
  • 8254172 Bump dev deps
  • See full diff in compare view

Updates @prisma/client from 5.4.2 to 5.5.2

Release notes

Sourced from @​prisma/client's releases.

5.5.2

Today, we are issuing the 5.5.2 patch release.

Fix in Prisma CLI

5.5.1

Today, we are issuing the 5.5.1 patch release.

Fix in Prisma Client

5.5.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

Serverless database drivers improvements and request for feedback (Preview)

In version 5.4.0, we released driverAdapters into Preview. The driverAdapter feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.

The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.

In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.

We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:

New flags for the prisma init command

This release introduces 3 new flags you can provide when initializing Prisma in your project using the prisma init command:

  • --generator-provider: Defines the default generator to use
  • --preview-features: Specifies the default Preview features to use in your project
  • --output: Specifies the default output location for the generated client

Fixes and improvements

Prisma CLI

... (truncated)

Commits
  • eadd44f chore(deps): patch 5.5.x 5.5.1-1.aebc046ce8b88ebbcb45efe31cbe7d06fd6abc0a (#2...
  • c7d63e7 chore(deps): update dependency @​prisma/adapter-planetscale to v5.5.0 (#21603)
  • 5072f0e chore(deps): update devdependencies patch (non-major) (#21610)
  • 94d65e3 chore(deps): update engines to 5.5.0-19.475c616176945d72f4330c92801f0c5e6398d...
  • b3dbb5f chore(deps): update engines to 5.5.0-16.f44b62756e369de9a75621e9cdc1a1840b3b5...
  • 23d5ef0 chore(deps): update devdependencies patch (non-major) (#21538)
  • ae617ea chore(deps): update dependency esbuild to v0.19.5 (#21537)
  • 182c70a chore(deps): update engines to 5.5.0-15.42bfcd0e4a2e9f73937c1ed5c2f42bf08d072...
  • 87bd30a chore(deps): update engines to 5.5.0-14.66f0881e93adb8868b623fa14a649cb876947...
  • 834b449 feat(DataProxyEngine): Send Engine Hash as Header for requests (#21450)
  • Additional commits viewable in compare view

Updates bullmq from 4.12.6 to 4.12.7

Release notes

Sourced from bullmq's releases.

v4.12.7

4.12.7 (2023-10-29)

Performance Improvements

  • redis-connection: check redis version greater or equal than v6 only once (#2252) (a09b15a)
Commits
  • a7f7080 chore(release): 4.12.7 [skip ci]
  • a09b15a perf(redis-connection): check redis version greater or equal than v6 only onc...
  • See full diff in compare view

Updates jose from 5.0.1 to 5.0.2

Release notes

Sourced from jose's releases.

v5.0.2

Fixes

  • createRemoteJWKSet: ensure a default user-agent header is present (887dd3c), closes #600
Changelog

Sourced from jose's changelog.

5.0.2 (2023-11-02)

Fixes

  • createRemoteJWKSet: ensure a default user-agent header is present (887dd3c), closes #600
Commits
  • 21fb51d chore(release): 5.0.2
  • de98085 docs: update createLocalJWKSet and createRemoteJWKSet documentation
  • 887dd3c fix(createRemoteJWKSet): ensure a default user-agent header is present
  • 651979a chore: cleanup after release
  • See full diff in compare view

Updates prisma from 5.4.2 to 5.5.2

Release notes

Sourced from prisma's releases.

5.5.2

Today, we are issuing the 5.5.2 patch release.

Fix in Prisma CLI

5.5.1

Today, we are issuing the 5.5.1 patch release.

Fix in Prisma Client

5.5.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

Serverless database drivers improvements and request for feedback (Preview)

In version 5.4.0, we released driverAdapters into Preview. The driverAdapter feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.

The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.

In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.

We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:

New flags for the prisma init command

This release introduces 3 new flags you can provide when initializing Prisma in your project using the prisma init command:

  • --generator-provider: Defines the default generator to use
  • --preview-features: Specifies the default Preview features to use in your project
  • --output: Specifies the default output location for the generated client

Fixes and improvements

Prisma CLI

... (truncated)

Commits

Updates dexie-react-hooks from 1.1.6 to 1.1.7

Commits

Updates react-router-dom from 6.17.0 to 6.18.0

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.18.0

Minor Changes

  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere

Patch Changes

  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#10962)
  • Updated dependencies:
Commits
  • 667f936 chore: Update version for release (#10981)
  • 67af262 chore: Update version for release (pre) (#10978)
  • 1500288 Updates for v7_fetcherPersist post-processing logic (#10977)
  • cacc90b chore: Update version for release (pre) (#10966)
  • 19af0cf Add future.v7_fetcherPersist flag (#10962)
  • cb2d911 Add fetcher data layer (#10961)
  • c0dbcd2 Add useFetcher(key) and <Form navigate={false}> (#10960)
  • 805924d Revert "Ensure Form contains splat portion of pathname when no action is spec...
  • 908a40a Ensure Form contains splat portion of pathname when no action is specified (#...
  • a71b4e2 Merge branch 'release-next' into dev
  • Additional commits viewable in compare view

Updates tailwind-merge from 1.14.0 to 2.0.0

Release notes

Sourced from tailwind-merge's releases.

v2.0.0

The tailwind-merge v2 release has been sitting here almost finished for 2 months already. But the timing was never quite right, especially thinking about the increased support needed after the release. In the meantime, the product of the company I work at launched in public beta and I married. Thank you for your patience.

This release focuses on making it easier to configure the library for new users. Check out the migration guide and if you have any questions, feel free to create an issue.

Breaking Changes

New Features

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v1.14.0...v2.0.0

Thanks to @​quezlatch, @​brandonmcconnell, @​manavm1990 and @​ErwinAI for sponsoring tailwind-merge! ❤️

Commits
  • 1b6ebb5 v2.0.0
  • f3201af add v2 changelog
  • e7c8c8a Merge pull request #329 from dcastil/docs/add-docs-for-stricter-extendtailwin...
  • 4a08892 add docs for TypeScript types of extendTailwindMerge
  • a6f27b3 Merge pull request #328 from dcastil/docs/301/explain-limitations-of-bg-size-...
  • 661e855 add limitations to docs
  • a962428 Merge pull request #324 from dcastil/dependabot/npm_and_yarn/babel/traverse-7...
  • 360b9df Bump @​babel/traverse from 7.21.5 to 7.23.2
  • 772ffb9 Merge pull request #318 from dcastil/renovate/actions-checkout-4.x
  • 472f0ca Merge pull request #319 from dcastil/renovate/size-limit-preset-small-lib-9.x
  • Additional commits viewable in compare view

Updates @types/react from 18.2.33 to 18.2.34

Commits

Updates @vitejs/plugin-react from 4.1.0 to 4.1.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.1.1

  • Enable retainLines to get correct line numbers for jsxDev (fix #235)
Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.1.1 (2023-11-02)

  • Enable retainLines to get correct line numbers for jsxDev (fix #235)
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 all group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.6.7` | `0.6.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.8.10` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.8.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.3` | `0.4.4` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.4.2` | `5.5.2` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `4.12.6` | `4.12.7` |
| [jose](https://github.com/panva/jose) | `5.0.1` | `5.0.2` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.4.2` | `5.5.2` |
| [dexie-react-hooks](https://github.com/dexie/Dexie.js) | `1.1.6` | `1.1.7` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.17.0` | `6.18.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `1.14.0` | `2.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.33` | `18.2.34` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.1.0` | `4.1.1` |


Updates `@nihalgonsalves/esconfig` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@v0.6.7...v0.6.8)

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

Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.8.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.8.0)

Updates `eslint-plugin-react-refresh` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.3...v0.4.4)

Updates `@prisma/client` from 5.4.2 to 5.5.2
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.5.2/packages/client)

Updates `bullmq` from 4.12.6 to 4.12.7
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v4.12.6...v4.12.7)

Updates `jose` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.0.1...v5.0.2)

Updates `prisma` from 5.4.2 to 5.5.2
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.5.2/packages/cli)

Updates `dexie-react-hooks` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](https://github.com/dexie/Dexie.js/commits)

Updates `react-router-dom` from 6.17.0 to 6.18.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `tailwind-merge` from 1.14.0 to 2.0.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v1.14.0...v2.0.0)

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

Updates `@vitejs/plugin-react` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.1/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bullmq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: dexie-react-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 2, 2023
@nihalgonsalves nihalgonsalves merged commit 664989a into main Nov 2, 2023
3 checks passed
@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-ed82c72af1 branch November 2, 2023 10:52
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant