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 dev dependencies (non-major) #274

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.2.78 -> 18.3.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.6.0 -> 7.11.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.6.0 -> 7.11.0 age adoption passing confidence
@vitest/coverage-v8 (source) 1.5.0 -> 1.6.0 age adoption passing confidence
eslint-plugin-jsdoc 48.2.3 -> 48.2.6 age adoption passing confidence
eslint-plugin-react 7.34.1 -> 7.34.2 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
happy-dom 14.7.1 -> 14.11.2 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-test-renderer (source) 18.2.0 -> 18.3.1 age adoption passing confidence
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence
semantic-release 23.0.8 -> 23.1.1 age adoption passing confidence
vitest (source) 1.5.0 -> 1.6.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 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.

v7.9.0

Compare Source

🩹 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.

v7.8.0

Compare Source

🩹 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

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

vitest-dev/vitest (@​vitest/coverage-v8)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v48.2.6

Compare Source

Bug Fixes
  • require-yields: avoid error when ExportNamedDeclaration has no declaration prop (93a9415)

v48.2.5

Compare Source

Bug Fixes

v48.2.4

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
Changed
facebook/react (eslint-plugin-react-hooks)

v4.6.2

Compare Source

v4.6.1

Compare Source

capricorn86/happy-dom (happy-dom)

v14.11.2

Compare Source

v14.11.1

Compare Source

v14.11.0

Compare Source

🎨 Features

v14.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @​capricorn86 in task #​1436

v14.10.2

Compare Source

👷‍♂️ Patch fixes
  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @​capricorn86 in task #​1397

v14.10.1

Compare Source

v14.10.0

Compare Source

🎨 Features
  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #​1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

Compare Source

v14.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #​1406

v14.8.2

Compare Source

v14.8.1

Compare Source

v14.8.0

Compare Source

🎨 Features
okonet/lint-staged (lint-staged)

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-test-renderer)

v18.3.1

Compare Source

v18.3.0

Compare Source

isaacs/rimraf (rimraf)

v5.0.7

Compare Source

v5.0.6

Compare Source

semantic-release/semantic-release (semantic-release)

v23.1.1

Compare Source

v23.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Apr 15, 2024

Size Change: 0 B

Total Size: 19.5 kB

ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 382 B
lib/auth/index.js 75 B
lib/auth/useAuthIdToken.js 520 B
lib/auth/useAuthIdTokenResult.js 536 B
lib/auth/useAuthState.js 395 B
lib/common/index.js 31 B
lib/common/types.js 31 B
lib/database/index.js 70 B
lib/database/internal.js 188 B
lib/database/useObject.js 372 B
lib/database/useObjectOnce.js 432 B
lib/database/useObjectValue.js 691 B
lib/database/useObjectValueOnce.js 661 B
lib/firestore/index.js 126 B
lib/firestore/internal.js 441 B
lib/firestore/types.js 31 B
lib/firestore/useAggregateFromServer.js 590 B
lib/firestore/useDocument.js 656 B
lib/firestore/useDocumentData.js 773 B
lib/firestore/useDocumentDataOnce.js 620 B
lib/firestore/useDocumentOnce.js 562 B
lib/firestore/useQueries.js 652 B
lib/firestore/useQueriesData.js 732 B
lib/firestore/useQueriesDataOnce.js 673 B
lib/firestore/useQuery.js 625 B
lib/firestore/useQueryData.js 770 B
lib/firestore/useQueryDataOnce.js 627 B
lib/firestore/useQueryOnce.js 547 B
lib/index.js 107 B
lib/internal/useGet.js 482 B
lib/internal/useIsMounted.js 185 B
lib/internal/useListen.js 506 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useMultiGet.js 631 B
lib/internal/useMultiListen.js 635 B
lib/internal/useMultiLoadingValue.js 523 B
lib/internal/useStableValue.js 259 B
lib/messaging/index.js 60 B
lib/messaging/useMessagingToken.js 395 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useBlob.js 512 B
lib/storage/useBytes.js 477 B
lib/storage/useDownloadURL.js 369 B
lib/storage/useMetadata.js 363 B
lib/storage/useStream.js 518 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 043a57a to e5d1974 Compare April 15, 2024 23:04
@renovate renovate bot changed the title chore(deps): update dev dependencies (non-major) to v7.7.0 chore(deps): update dev dependencies (non-major) Apr 15, 2024
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 8 times, most recently from 518100a to 7786ca6 Compare April 29, 2024 20:32
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 940f53f to c2ff92e Compare May 7, 2024 02:01
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 9 times, most recently from 3620082 to 0c2f931 Compare May 15, 2024 18:18
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 6 times, most recently from 0aefdcc to 8d0f2cb Compare May 27, 2024 14:01
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from fac8394 to 718dff5 Compare May 28, 2024 08:45
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 718dff5 to 0b26392 Compare May 28, 2024 13:12
@andipaetzold andipaetzold merged commit a95cb09 into main May 28, 2024
4 checks passed
@andipaetzold andipaetzold deleted the renovate/dev-dependencies branch May 28, 2024 19:20
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.

None yet

1 participant