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): update all minor and patch dependencies #562

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.12.0 -> 9.13.0 age adoption passing confidence
@graphql-codegen/cli (source) 5.0.2 -> 5.0.3 age adoption passing confidence
@graphql-codegen/typed-document-node (source) 5.0.9 -> 5.0.10 age adoption passing confidence
@graphql-codegen/typescript (source) 4.0.9 -> 4.1.0 age adoption passing confidence
@graphql-codegen/typescript-operations (source) 4.2.3 -> 4.3.0 age adoption passing confidence
@mikro-orm/core (source) 6.3.12 -> 6.3.13 age adoption passing confidence
@mikro-orm/migrations (source) 6.3.12 -> 6.3.13 age adoption passing confidence
@mikro-orm/mysql (source) 6.3.12 -> 6.3.13 age adoption passing confidence
@mikro-orm/postgresql (source) 6.3.12 -> 6.3.13 age adoption passing confidence
@mikro-orm/sqlite (source) 6.3.12 -> 6.3.13 age adoption passing confidence
@react-spring/konva 9.7.4 -> 9.7.5 age adoption passing confidence
@react-spring/web 9.7.4 -> 9.7.5 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/addon-interactions (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/addon-links (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/addon-onboarding (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/blocks (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/react (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/react-vite (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/test (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@tanstack/react-query (source) 5.59.0 -> 5.59.16 age adoption passing confidence
@tanstack/react-router (source) 1.69.1 -> 1.76.1 age adoption passing confidence
@tanstack/router-devtools (source) 1.69.1 -> 1.76.1 age adoption passing confidence
@tanstack/router-plugin (source) 1.69.1 -> 1.76.0 age adoption passing confidence
@types/jest (source) 29.5.13 -> 29.5.14 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence
@urql/core (source) 5.0.6 -> 5.0.8 age adoption passing confidence
acorn 8.12.1 -> 8.13.0 age adoption passing confidence
antd (source) 5.21.2 -> 5.21.5 age adoption passing confidence
chromatic (source) 11.11.0 -> 11.15.0 age adoption passing confidence
es-toolkit (source) 1.25.2 -> 1.26.0 age adoption passing confidence
eslint (source) 9.12.0 -> 9.13.0 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.1.0-rc-ed966dac-20241007 -> 5.1.0-rc-fb9a90fa48-20240614 age adoption passing confidence
eslint-plugin-react-refresh 0.4.12 -> 0.4.14 age adoption passing confidence
eslint-plugin-storybook 0.9.0 -> 0.10.1 age adoption passing confidence
firebase (source, changelog) 10.14.0 -> 10.14.1 age adoption passing confidence
firebase-admin (source) 12.6.0 -> 12.7.0 age adoption passing confidence
form-data 4.0.0 -> 4.0.1 age adoption passing confidence
jotai 2.10.0 -> 2.10.1 age adoption passing confidence
pino (source) 9.4.0 -> 9.5.0 age adoption passing confidence
react-virtuoso (source) 4.10.4 -> 4.12.0 age adoption passing confidence
rollup (source) 4.23.0 -> 4.24.0 age adoption passing confidence
sass 1.79.4 -> 1.80.4 age adoption passing confidence
storybook (source) 8.3.5 -> 8.3.6 age adoption passing confidence
tslib (source) 2.7.0 -> 2.8.0 age adoption passing confidence
typescript-eslint (source) 8.8.1 -> 8.11.0 age adoption passing confidence
typescript-eslint (source) 8.9.0 -> 8.11.0 age adoption passing confidence
urql (source) 4.1.0 -> 4.2.0 age adoption passing confidence
vite (source) 5.4.9 -> 5.4.10 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v5.0.3

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typed-document-node)

v5.0.10

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.1.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v4.3.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
mikro-orm/mikro-orm (@​mikro-orm/core)

v6.3.13

Compare Source

Bug Fixes
  • core: add child SerializeOptions to custom serializer parameters (dbfddce), closes #​5968
  • core: fix partial loading on to-many relations (224613f), closes #​6097
  • core: fix same-second dates diffing (#​6094) (cd7ce82)
  • core: fix validation for not discovered entity trigger from Collection access (4834920)
  • core: ignore non-persisted properties on embeddables (#​6107) (e688694), closes #​6105
  • core: respect joined filters on em.count() (#​6115) (4f0bde5)
  • core: revert making the $and/$or arrays readonly (0e0667c), closes #​6085
  • postgres: improve schema diffing for native enums with explicit schema (#​6114) (fa537b1), closes #​6101
  • query-builder: fix support for update/delete with nested where conditions (3a451e1), closes #​6103
  • query-builder: improve intellisense on several QB methods (32113b0)
  • query-builder: use the correct PK field name for inserts without explicit values (8706f04)
Features
  • core: improve error message when only abstract entities are discovered (3835e40)
Performance Improvements
  • core: simplify lookup of returned values from batch updates (6caa82a)
pmndrs/react-spring (@​react-spring/konva)

v9.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.7.4...v9.7.5

storybookjs/storybook (@​storybook/addon-essentials)

v8.3.6

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.3.6

Compare Source

8.3.6


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch from 95bdd0a to 96a3791 Compare July 9, 2023 21:35
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 2 times, most recently from 2e0d193 to 2aaf6f0 Compare July 10, 2023 17:50
@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.27%. Comparing base (b1c6560) to head (725e7d0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #562      +/-   ##
==========================================
- Coverage   25.28%   25.27%   -0.01%     
==========================================
  Files         641      641              
  Lines       38212    38224      +12     
  Branches     3327     3328       +1     
==========================================
  Hits         9661     9661              
+ Misses      28099    28090       -9     
- Partials      452      473      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 23 times, most recently from e6931eb to 7e6c154 Compare July 17, 2023 16:30
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 2 times, most recently from c56da36 to 5758d63 Compare July 17, 2023 23:20
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 25 times, most recently from b4b68d6 to b848fac Compare October 27, 2024 21:52
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch from b848fac to 725e7d0 Compare October 28, 2024 02:02
@kizahasi kizahasi merged commit f2bc8be into main Oct 28, 2024
27 of 30 checks passed
@kizahasi kizahasi deleted the renovate/all-minor-and-patch-dependencies branch October 28, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant