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

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.0.37 -> 18.2.0 age adoption passing confidence
happy-dom 9.8.1 -> 9.9.2 age adoption passing confidence
lint-staged 13.2.1 -> 13.2.2 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
typedoc (source) 0.24.4 -> 0.24.6 age adoption passing confidence

Release Notes

capricorn86/happy-dom

v9.9.2

Compare Source

👷‍♂️ Patch fixes
  • Adds a check for arguments.length to Node.insertBefore() instead of a check for "null" specific, as the browsers support sending in "undefined", even though it should only allow "null" according to spec. (#​827)

Thank you @​btea for your contribution!

v9.9.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where HTML entities didn't include semicolon. (#​870)

Thank you @​btea for your contribution!

v9.9.0

Compare Source

🎨 Features
  • Adds support for SVGElement.focus(), SVGElement.blur() and SVGElement.tabIndex. (#​699)

v9.8.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to adding multiple event listeners with the "once" option, which would cause the listener loop to go out of bounds. (#​805)

Thank you @​btea for your contribution!

v9.8.3

Compare Source

👷‍♂️ Patch fixes
  • Adds validation for if the node to insert is an ancestor in Node.appendChild()and Node.insertBefore(). (#​643)

Thank you @​btea for your contribution!

v9.8.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with event cycle (none, capture, atTarget, bubbling) that was was caused by adding support for capture event listeners in v9.7.0. (#​866)
okonet/lint-staged

v13.2.2

Compare Source

Bug Fixes
prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

TypeStrong/TypeDoc

v0.24.6

Compare Source

Features
  • Improved error messaging if a provided entry point could not be converted into a documented module reflection, #​2242.
  • API: Added support for g, circle, ellipse, polygon, and polyline svg elements, #​2259.
  • Extended jsDocCompatibility option with inheritDocTag to ignore fully lowercase inheritDoc tags and
    ignoreUnescapedBraces to disable warnings about unescaped { and } characters in comments.
Bug Fixes
  • --useTsLinkResolution is no longer ignored within block tags, #​2260.
  • The current namespace will also be expanded in the navigation on page load, #​2260.
  • Fixed flicker of navigation pane when reloading a page caused by updating expansion state after the page was loaded.
  • Fixed an infinite loop if more than one entry point was provided, and all entry points were the same.
Thanks!

v0.24.5

Compare Source

Features
  • Categories and groups can now be shown in the navigation, added --navigation.includeCategories
    and --navigation.includeGroups to control this behavior. The --categorizeByGroup option also
    effects this behavior. If categorizeByGroup is set (the default) and navigation.includeGroups is
    not set, the value of navigation.includeCategories will be effectively ignored since categories
    will be created only within groups, #​1532.
  • Added support for discovering a "module" comment on global files, #​2165.
  • Added copy code to clipboard button, #​2153.
  • Function @returns blocks will now be rendered with the return type, #​2180.
  • Added --groupOrder option to specify the sort order of groups, #​2251.
Bug Fixes
  • Type parameter constraints now respect the --hideParameterTypesInTitle option, #​2226.
  • Even more contrast fixes, #​2248.
  • Fix semantic highlighting for predicate type's parameter references, #​2249.
  • Fixed broken links to heading titles.
  • Fixed inconsistent styling between type parameter lists and parameter lists.
  • TypeDoc will now warn if more than one @returns block is is present in a function, and ignore the duplicate blocks as specified by TSDoc.
Thanks!

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.

@github-actions
Copy link

github-actions bot commented Apr 19, 2023

Size Change: 0 B

Total Size: 21.3 kB

ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 421 B
lib/auth/index.js 75 B
lib/auth/useAuthIdToken.js 821 B
lib/auth/useAuthIdTokenResult.js 837 B
lib/auth/useAuthState.js 434 B
lib/common/index.js 48 B
lib/common/types.js 31 B
lib/database/index.js 70 B
lib/database/internal.js 158 B
lib/database/useObject.js 396 B
lib/database/useObjectOnce.js 455 B
lib/database/useObjectValue.js 693 B
lib/database/useObjectValueOnce.js 894 B
lib/firestore/index.js 143 B
lib/firestore/internal.js 613 B
lib/firestore/types.js 31 B
lib/firestore/useCollection.js 71 B
lib/firestore/useCollectionData.js 77 B
lib/firestore/useCollectionDataOnce.js 82 B
lib/firestore/useCollectionOnce.js 77 B
lib/firestore/useCountFromServer.js 841 B
lib/firestore/useDocument.js 601 B
lib/firestore/useDocumentData.js 689 B
lib/firestore/useDocumentDataOnce.js 848 B
lib/firestore/useDocumentOnce.js 562 B
lib/firestore/useQueries.js 593 B
lib/firestore/useQueriesData.js 644 B
lib/firestore/useQuery.js 574 B
lib/firestore/useQueryData.js 688 B
lib/firestore/useQueryDataOnce.js 859 B
lib/firestore/useQueryOnce.js 816 B
lib/index.js 107 B
lib/internal/useIsMounted.js 185 B
lib/internal/useListen.js 491 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useMultiListen.js 627 B
lib/internal/useMultiLoadingValue.js 503 B
lib/internal/useOnce.js 724 B
lib/internal/useStableValue.js 200 B
lib/messaging/index.js 60 B
lib/messaging/useMessagingToken.js 417 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useBlob.js 806 B
lib/storage/useBytes.js 771 B
lib/storage/useDownloadURL.js 395 B
lib/storage/useMetadata.js 388 B
lib/storage/useStream.js 813 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from cb590fa to bbf4b15 Compare April 19, 2023 15:11
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v9.8.2 chore(deps): update dependency happy-dom to v9.8.3 Apr 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v9.8.3 chore(deps): update dependency happy-dom to v9.8.4 Apr 20, 2023
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from bbf4b15 to 4d4bf8f Compare April 20, 2023 01:39
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v9.8.4 chore(deps): update dependency happy-dom to v9.9.1 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 4d4bf8f to f912433 Compare April 21, 2023 14:55
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v9.9.1 chore(deps): update dependency happy-dom to v9.9.2 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from 95f42a2 to 53ec74c Compare April 22, 2023 01:26
@renovate renovate bot changed the title chore(deps): update dependency happy-dom to v9.9.2 chore(deps): update dev dependencies (non-major) Apr 22, 2023
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 4267235 to eea3673 Compare April 25, 2023 16:13
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from eea3673 to 6a79145 Compare April 26, 2023 16:15
@andipaetzold andipaetzold merged commit 474ab22 into main Apr 28, 2023
4 checks passed
@andipaetzold andipaetzold deleted the renovate/dev-dependencies branch April 28, 2023 06:22
@github-actions
Copy link

github-actions bot commented Jul 7, 2023

🎉 This PR is included in version 2.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Jul 7, 2023

🎉 This PR is included in version 3.0.0-next.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant