JulianFl / blndfnd

Mirror Gitlab
https://blndfnd.vercel.app
0 stars 0 forks source link

Bump the minor-and-patch group across 1 directory with 22 updates #58

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the minor-and-patch group with 22 updates in the / directory:

Package From To
@expo/prebuild-config 7.0.3 7.0.4
@expo/vector-icons 14.0.0 14.0.2
@tanstack/react-query 5.18.1 5.37.1
axios 1.6.7 1.7.2
immer 10.0.4 10.1.1
react 18.2.0 18.3.1
@types/react 18.2.79 18.3.3
react-native-maps 1.14.0 1.15.3
react-native-pager-view 6.3.0 6.3.1
react-native-reanimated 3.10.1 3.11.0
react-native-svg 15.2.0 15.3.0
zustand 4.5.0 4.5.2
@tanstack/eslint-plugin-query 5.18.1 5.35.6
@types/jest 29.5.11 29.5.12
@types/react-test-renderer 18.0.7 18.3.0
@typescript-eslint/eslint-plugin 7.2.0 7.10.0
@typescript-eslint/parser 7.2.0 7.10.0
eslint-plugin-react 7.33.2 7.34.1
eslint-plugin-react-hooks 4.6.0 4.6.2
openapi-typescript-codegen 0.27.0 0.29.0
tailwindcss 3.3.2 3.4.3
typescript 5.3.3 5.4.5

Updates @expo/prebuild-config from 7.0.3 to 7.0.4

Changelog

Sourced from @​expo/prebuild-config's changelog.

7.0.4 — 2024-05-16

This version does not introduce any user-facing changes.

Commits


Updates @expo/vector-icons from 14.0.0 to 14.0.2

Commits


Updates @tanstack/react-query from 5.18.1 to 5.37.1

Release notes

Sourced from @​tanstack/react-query's releases.

v5.37.1

Version 5.37.1 - 5/18/2024, 8:42 AM

Changes

Fix

  • Enable link-workspace-packages (#7451) (8493b34e) by Lachlan Collins

Chore

  • Update dependencies (#7449) (78e4bc15) by Lachlan Collins
  • Update to pnpm v9 (#7448) (38fa8c4a) by Lachlan Collins

Packages

  • @​tanstack/query-devtools@​5.37.1
  • @​tanstack/query-persist-client-core@​5.37.1
  • @​tanstack/react-query@​5.37.1
  • @​tanstack/react-query-devtools@​5.37.1
  • @​tanstack/react-query-persist-client@​5.37.1
  • @​tanstack/react-query-next-experimental@​5.37.1
  • @​tanstack/solid-query@​5.37.1
  • @​tanstack/solid-query-devtools@​5.37.1
  • @​tanstack/solid-query-persist-client@​5.37.1
  • @​tanstack/svelte-query@​5.37.1
  • @​tanstack/svelte-query-devtools@​5.37.1
  • @​tanstack/svelte-query-persist-client@​5.37.1
  • @​tanstack/vue-query@​5.37.1
  • @​tanstack/vue-query-devtools@​5.37.1
  • @​tanstack/angular-query-devtools-experimental@​5.37.1
  • @​tanstack/angular-query-experimental@​5.37.1
  • @​tanstack/query-async-storage-persister@​5.37.1
  • @​tanstack/query-sync-storage-persister@​5.37.1

v5.37.0

Version 5.37.0 - 5/17/2024, 12:52 PM

Changes

Feat

  • svelte-query: Export types from createQueries (#7428) (95c76e65) by Aponia

Fix

  • svelte-query: Update createQueries type (#7429) (2d2c76d1) by Aponia
  • svelte-query-devtools: Replace self-closing div tag (#7440) (23b2abe5) by omar

Chore

... (truncated)

Commits


Updates axios from 1.6.7 to 1.7.2

Release notes

Sourced from axios's releases.

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view


Updates immer from 10.0.4 to 10.1.1

Release notes

Sourced from immer's releases.

v10.1.1

10.1.1 (2024-04-27)

Bug Fixes

v10.1.0

10.1.0 (2024-04-27)

Features

  • performance: Make non-strict mode faster for classes. Addresses #1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
Commits
  • e2d222b docs: [Doc]: Update /zh-CN/ (#1067)
  • 4da2e0d fix: Make applyPatches to accept readonly Patch[] (#1094)
  • 073d634 chore: Fix typo in comment in common.ts (#1113)
  • a3a7d0c chore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)
  • 5a8f6e7 fix: export lost types (#1116)
  • 53e3203 feat(performance): Make non-strict mode faster for classes. Addresses #1071
  • 511ccee introduce StrictMode enum
  • 85a8f7b Introduce class_only strict mode setting
  • 7f1b3b9 Merge branch 'main' into faster-unstrict-mode
  • 9713677 chore: fix git ignore with watchman
  • Additional commits viewable in compare view


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.79 to 18.3.3

Commits


Updates react-native-maps from 1.14.0 to 1.15.3

Release notes

Sourced from react-native-maps's releases.

v1.15.3

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

v1.15.2

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

  • Include Apple privacy manifest (#5007)

  • fix working example with Fabric Enabled

v1.15.1

1.15.1 (2024-05-05)

Bug Fixes

v1.15.0

1.15.0 (2024-05-04)

Features

  • ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)
Changelog

Sourced from react-native-maps's changelog.

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

1.15.1 (2024-05-05)

Bug Fixes

1.15.0 (2024-05-04)

Features

  • ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)
Commits
  • c00bd81 chore(release): 1.15.3 [skip ci]
  • d4916bb fix(android): move package namespace from Manifest to gradle
  • e565159 chore(release): 1.15.2 [skip ci]
  • 524194f fix: use initialProps to set zoomTapEnabled in google-maps-ios (#5059)
  • 4245757 Include Apple privacy manifest (#5057)
  • 68b164c Example with fabric working (#5055)
  • 7bd58a0 Chore: example app w/react-native to 0.74 (#5040)
  • 93e0988 chore(release): 1.15.1 [skip ci]
  • 29107d5 fix(android): fix non working tile update (#5041)
  • 3ba84a6 chore(release): 1.15.0 [skip ci]
  • Additional commits viewable in compare view


Updates react-native-pager-view from 6.3.0 to 6.3.1

Release notes

Sourced from react-native-pager-view's releases.

v6.3.1

Changelog:

  • fix(js): Native commands must be exported with the name 'Commands' (#818) (3d089e8)
Commits


Updates react-native-reanimated from 3.10.1 to 3.11.0

Release notes

Sourced from react-native-reanimated's releases.

3.11.0

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/3.10.0...3.11.0

Commits


Updates react-native-svg from 15.2.0 to 15.3.0

Release notes

Sourced from react-native-svg's releases.

v15.3.0

Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.2.0...v15.3.0

Commits
Maintainer changes

This version was pushed to npm by jake7, a new releaser for react-native-svg since your current version.


Updates zustand from 4.5.0 to 4.5.2

Release notes

Sourced from zustand's releases.

v4.5.2

It should improve the compatibility with old browsers.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.5.1...v4.5.2

v4.5.1

People might have misunderstood with useStore deprecation message. Hope this mitigates it.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.5.0...v4.5.1

Commits


Updates @tanstack/eslint-plugin-query from 5.18.1 to 5.35.6

Release notes

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

v5.35.6

Version 5.35.6 - 5/12/2024, 1:47 PM

Changes

Fix

  • eslint-plugin-query: exclude instanceof right identifier in exhaustive deps eslint rule (#7419) (2ed5fe75) by Eliya Cohen

Chore

  • svelte-query: Add no-svelte-internal eslint rule (#7417) (246dd0f5) by Lachlan Collins

Docs

  • angular-query: clarify reactive context in jsdoc (#7421) (3875b3b2) by Arnoud
  • fix broken link (#7415) (1839ff68) by Damian Osipiuk
  • vue-query: add missing links and pages (#7414) (fb914468) by Damian Osipiuk

Packages

  • @​tanstack/eslint-plugin-query@​5.35.6
  • @​tanstack/svelte-query@​5.35.6
  • @​tanstack/svelte-query-devtools@​5.35.6
  • @​tanstack/svelte-query-persist-client@​5.35.6
  • @​tanstack/angular-query-experimental@​5.35.6
  • @​tanstack/angular-query-devtools-experimental@​5.35.6

v5.35.5

Version 5.35.5 - 5/10/2024, 2:24 PM

Changes

Refactor

  • query-core: update tsdocs for mutation and query observer result (#7399) (bf4cf00b) by Bryan Lumbantobing

Packages

  • @​tanstack/query-core@​5.35.5
  • @​tanstack/query-broadcast-client-experimental@​5.35.5
  • @​tanstack/query-persist-client-core@​5.35.5
  • @​tanstack/query-sync-storage-persister@​5.35.5
  • @​tanstack/react-query@​5.35.5
  • @​tanstack/react-query-devtools@​5.35.5
  • @​tanstack/react-query-persist-client@​5.35.5
  • @​tanstack/react-query-next-experimental@​5.35.5
  • @​tanstack/solid-query@​5.35.5
  • @​tanstack/solid-query-devtools@​5.35.5
  • @​tanstack/solid-query-persist-client@​5.35.5

... (truncated)

Commits
  • 7499ba8 release: v5.35.6
  • 2ed5fe7 fix(eslint-plugin-query): exclude instanceof right identifier in exhaustive d...
  • 38be91f release: v5.32.1
  • 3cc0c15 release: v5.28.11
  • 1e3f791 fix(eslint-plugin-query): test for FunctionExpression syntax (#7213)
  • 4914287 release: v5.28.6
  • 1b698ca ci(*): add attw --pack for all packages (#7119)
  • ecfac38 release: v5.27.7
  • da3c4de fix(eslint-plugin-query): query key with nullish coalescing operator (#7092)
  • 26a6f2a release: v5.27.3
  • Additional commits viewable in compare view


Updates @types/jest from 29.5.11 to 29.5.12

Commits


Updates @types/react from 18.2.79 to 18.3.3

Commits


Updates @types/react-test-renderer from 18.0.7 to 18.3.0

Commits


Updates @typescript-eslint/eslint-plugin from 7.2.0 to 7.10.0

Release notes

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

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

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

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

... (truncated)

Changelog

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

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

... (truncated)

Commits
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to chec... _Description has been truncated_