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) #269

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 14.2.1 -> 14.3.1 age adoption passing confidence
@tsconfig/recommended (source) 1.0.3 -> 1.0.6 age adoption passing confidence
@tsconfig/strictest (source) 2.0.3 -> 2.0.5 age adoption passing confidence
@types/react (source) 18.2.66 -> 18.2.78 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.2.0 -> 7.6.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.2.0 -> 7.6.0 age adoption passing confidence
@vitest/coverage-v8 (source) 1.3.1 -> 1.5.0 age adoption passing confidence
eslint-plugin-jsdoc 48.2.1 -> 48.2.3 age adoption passing confidence
eslint-plugin-react 7.34.0 -> 7.34.1 age adoption passing confidence
happy-dom 14.3.9 -> 14.7.1 age adoption passing confidence
semantic-release 23.0.2 -> 23.0.8 age adoption passing confidence
typedoc (source) 0.25.12 -> 0.25.13 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.5 age adoption passing confidence
vitest (source) 1.3.1 -> 1.5.0 age adoption passing confidence

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

v14.2.2

Compare Source

tsconfig/bases (@​tsconfig/recommended)

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

v7.3.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.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

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

v1.5.0

Compare Source

v1.4.0

Compare Source

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

v48.2.3

Compare Source

Bug Fixes

v48.2.2

Compare Source

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

v7.34.1

Compare Source

Fixed
  • [jsx-no-leaked-render][jsx-no-leaked-render]: prevent wrongly adding parens ([#​3700][] @​developer-bandi)
  • [boolean-prop-naming][boolean-prop-naming]: detect TS interfaces ([#​3701][] @​developer-bandi)
  • [boolean-prop-naming][boolean-prop-naming]: literalType error fix ([#​3704][] @​developer-bandi)
  • [boolean-prop-naming][boolean-prop-naming]: allow TSIntersectionType ([#​3705][] @​developer-bandi)
  • [no-unknown-property][no-unknown-property]: support popover, popovertarget, popovertargetaction attributes ([#​3707][] @​ljharb)
  • [no-unknown-property][no-unknown-property]: only match data-* attributes containing - ([#​3713][] @​silverwind)
  • [checked-requires-onchange-or-readonly][checked-requires-onchange-or-readonly]: correct options that were behaving opposite ([#​3715][] @​jaesoekjjang)
Changed
  • [boolean-prop-naming][boolean-prop-naming]: improve error message (@​ljharb)

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 Mar 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 632b43d to 5121086 Compare March 15, 2024 13:42
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to v23.0.3 chore(deps): update dev dependencies (non-major) Mar 15, 2024
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 10 times, most recently from 284553f to f69efe0 Compare March 22, 2024 21:33
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 10 times, most recently from c2b69ad to a77c7bb Compare March 29, 2024 17:28
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 7 times, most recently from 5384c5b to 7604ec0 Compare April 5, 2024 23:26
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 14 times, most recently from cc1b928 to 09e9d94 Compare April 11, 2024 22:59
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 09e9d94 to 31c1f34 Compare April 13, 2024 10:19
@andipaetzold andipaetzold merged commit aa877a4 into main Apr 14, 2024
4 checks passed
@andipaetzold andipaetzold deleted the renovate/dev-dependencies branch April 14, 2024 12:03
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