-
Notifications
You must be signed in to change notification settings - Fork 1
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): bump the dependencies-with-minor-and-patch-updates group across 1 directory with 25 updates #95
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/dependencies-with-minor-and-patch-updates-26db97488a
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… across 1 directory with 25 updates Bumps the dependencies-with-minor-and-patch-updates group with 25 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.0.2` | `2.1.0` | | [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.0.0` | `2.1.2` | | [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.1` | | [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.1.5` | `1.2.2` | | [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.0.7` | `1.1.3` | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.307.0` | `0.454.0` | | [prettier-plugin-java](https://github.com/jhipster/prettier-java) | `2.5.0` | `2.6.5` | | [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) | `2.3.1` | `2.4.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.3.12` | | [react-diff-viewer-continued](https://github.com/aeolun/react-diff-viewer-continued) | `3.3.1` | `3.4.0` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.3.1` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.1` | `6.27.0` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.2.0` | `2.5.4` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.2.0` | `6.6.2` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.2.1` | `4.3.3` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.20` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.5` | `0.4.14` | | [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) | `3.13.1` | `3.17.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.47` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.11` | `0.6.8` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.14` | | [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.6.3` | Updates `@radix-ui/react-label` from 2.0.2 to 2.1.0 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-select` from 2.0.0 to 2.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-switch` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-toast` from 1.1.5 to 1.2.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-tooltip` from 1.0.7 to 1.1.3 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](lukeed/clsx@v2.1.0...v2.1.1) Updates `lucide-react` from 0.307.0 to 0.454.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.454.0/packages/lucide-react) Updates `prettier-plugin-java` from 2.5.0 to 2.6.5 - [Release notes](https://github.com/jhipster/prettier-java/releases) - [Changelog](https://github.com/jhipster/prettier-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhipster/prettier-java/compare/[email protected]@2.6.5) Updates `prism-react-renderer` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases) - [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/[email protected]@2.4.0) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.47 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-diff-viewer-continued` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/aeolun/react-diff-viewer-continued/releases) - [Changelog](https://github.com/Aeolun/react-diff-viewer-continued/blob/v3.4.0/CHANGELOG.md) - [Commits](Aeolun/react-diff-viewer-continued@v3.3.1...v3.4.0) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.18 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-router-dom` from 6.21.1 to 6.27.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `tailwind-merge` from 2.2.0 to 2.5.4 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v2.2.0...v2.5.4) Updates `@testing-library/jest-dom` from 6.2.0 to 6.6.2 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.2.0...v6.6.2) Updates `@types/react` from 18.2.47 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.18 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@vitejs/plugin-react` from 4.2.1 to 4.3.3 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react) Updates `autoprefixer` from 10.4.16 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.16...10.4.20) Updates `eslint-plugin-react-refresh` from 0.4.5 to 0.4.14 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.5...v0.4.14) Updates `eslint-plugin-tailwindcss` from 3.13.1 to 3.17.5 - [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases) - [Commits](francoismassart/eslint-plugin-tailwindcss@v3.13.1...v3.17.5) Updates `postcss` from 8.4.33 to 8.4.47 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.33...8.4.47) Updates `prettier-plugin-tailwindcss` from 0.5.11 to 0.6.8 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.11...v0.6.8) Updates `tailwindcss` from 3.4.1 to 3.4.14 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.14) Updates `typescript` from 5.3.3 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.6.3) --- updated-dependencies: - dependency-name: "@radix-ui/react-label" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@radix-ui/react-select" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@radix-ui/react-switch" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@radix-ui/react-toast" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@radix-ui/react-tooltip" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: prettier-plugin-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: prism-react-renderer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: react-diff-viewer-continued dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: eslint-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-with-minor-and-patch-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-with-minor-and-patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Oct 28, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
November 2, 2024 17:21
Pull request was closed
dependabot
bot
deleted the
dependabot/npm_and_yarn/dependencies-with-minor-and-patch-updates-26db97488a
branch
November 2, 2024 17:21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies-with-minor-and-patch-updates group with 25 updates in the / directory:
2.0.2
2.1.0
2.0.0
2.1.2
1.0.3
1.1.1
1.1.5
1.2.2
1.0.7
1.1.3
2.1.0
2.1.1
0.307.0
0.454.0
2.5.0
2.6.5
2.3.1
2.4.0
18.2.0
18.3.1
18.2.47
18.3.12
3.3.1
3.4.0
18.2.0
18.3.1
18.2.18
18.3.1
6.21.1
6.27.0
2.2.0
2.5.4
6.2.0
6.6.2
4.2.1
4.3.3
10.4.16
10.4.20
0.4.5
0.4.14
3.13.1
3.17.5
8.4.33
8.4.47
0.5.11
0.6.8
3.4.1
3.4.14
5.3.3
5.6.3
Updates
@radix-ui/react-label
from 2.0.2 to 2.1.0Commits
Maintainer changes
This version was pushed to npm by vladmoroz, a new releaser for
@radix-ui/react-label
since your current version.Updates
@radix-ui/react-select
from 2.0.0 to 2.1.2Commits
Maintainer changes
This version was pushed to npm by chancestrickland, a new releaser for
@radix-ui/react-select
since your current version.Updates
@radix-ui/react-switch
from 1.0.3 to 1.1.1Commits
Maintainer changes
This version was pushed to npm by chancestrickland, a new releaser for
@radix-ui/react-switch
since your current version.Updates
@radix-ui/react-toast
from 1.1.5 to 1.2.2Commits
Maintainer changes
This version was pushed to npm by chancestrickland, a new releaser for
@radix-ui/react-toast
since your current version.Updates
@radix-ui/react-tooltip
from 1.0.7 to 1.1.3Commits
Maintainer changes
This version was pushed to npm by chancestrickland, a new releaser for
@radix-ui/react-tooltip
since your current version.Updates
clsx
from 2.1.0 to 2.1.1Release notes
Sourced from clsx's releases.
Commits
925494c
2.1.13d960ab
fix(types): includebigint
inClassValue
type (#96)684509c
chore: add licenses badgeUpdates
lucide-react
from 0.307.0 to 0.454.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
5dfcfc8
build(deps): bump rollup from 4.21.0 to 4.22.4 (#2521)6052c88
fix(lucide-react): support recommended react 19 prerelease (#2336)acd4a87
Add support for react 19 (#2254)4f2a6b7
fix license typos (#2161)e2b46ea
feat(icons): add deprecationReason and alias deprecation feature (#1960)e50582e
feat(icon-component): Creating icons with iconNodes (#1997)09420cb
docs: Fix dark logo paths45e82a5
docs: Update readme files (#2102)ad7ae84
Split up workflows (#2093)0ee6b84
chore(deps-dev): bump vite from 5.0.12 to 5.0.13 (#2043)Updates
prettier-plugin-java
from 2.5.0 to 2.6.5Release notes
Sourced from prettier-plugin-java's releases.
Changelog
Sourced from prettier-plugin-java's changelog.
Commits
1c4691a
Publishe2035ae
fix: break and indent assignments like declarations06a663d
fix: add whitespace between label and statement0e4370e
fix: print comment before first binary operator without failingd18871d
Publish0a7a02e
Publish661f939
fix(plugin): remove exports for nonexistent src directory182d1f5
Publish8ee70ac
Publish725aafa
chore: fix Lerna version scriptMaintainer changes
This version was pushed to npm by jtkiesel, a new releaser for prettier-plugin-java since your current version.
Updates
prism-react-renderer
from 2.3.1 to 2.4.0Release notes
Sourced from prism-react-renderer's releases.
Commits
20631f4
Merge pull request #248 from FormidableLabs/changeset-release/master0d62b98
Version Packagesf87355c
Merge pull request #247 from FormidableLabs/208-add-json-to-the-default-inclu...c5f2b5d
fix lintc22f8b0
add changeset9018924
add JSON as default supported languagee35950e
Merge pull request #244 from slorber/patch-18b49a1b
Update README.mdf52167e
Merge pull request #242 from FormidableLabs/brand/oss-nfd1d951e
FIx lint issue in CI toolingUpdates
react
from 18.2.0 to 18.3.1Release notes
Sourced from react's releases.
Changelog
Sourced from react's changelog.
Commits
f1338f8
ExportReact.act
from 18.3d6c42f7
Bump to 18.3.173bfaa1
Turn on key spread warning in jsx-runtime for everyone (#25697)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3Maintainer 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.47 to 18.3.12Commits
Updates
react-diff-viewer-continued
from 3.3.1 to 3.4.0Release notes
Sourced from react-diff-viewer-continued's releases.
Changelog
Sourced from react-diff-viewer-continued's changelog.
Commits
75ac570
chore(release): 3.4.0 [skip ci]c004629
feat: addhideMarkers
(#37)ef88b39
chore(release): 3.3.2 [skip ci]8233d02
fix: correct the default value ofuseDarkTheme
in README (#39)Updates
react-dom
from 18.2.0 to 18.3.1Release notes
Sourced from react-dom's releases.
Changelog
Sourced from react-dom's changelog.
Commits
d6c42f7
Bump to 18.3.18a015b6
Add deprecation warning for unmountComponentAtNodec3b2839
Add deprecation warning for findDOMNoded4ea75d
ReactDOMTestUtils deprecation warnings7548c01
DeprecaterenderToStaticNodeStream
(#28872) (#28874)5894232
Enable warning for defaultProps on function components for everyone (#25699)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.
Updates
@types/react-dom
from 18.2.18 to 18.3.1Commits
Updates
react-router-dom
from 6.21.1 to 6.27.0Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
8cfb4a7
chore: Update version for release (#12121)cde8139
chore: Update version for release (pre) (#12112)9a62e35
chore: Update version for release (pre) (#12101)0389eba
Fix issues with contextual routing and index params (#12003)73fcb9b
Stabilize viewTransiton and flushSync options (#11989)8c9e2b6
Fix types for PatchRoutesOnNavigationFunction (#11967)09c1978
Stabilize unstable_dataStrategy (#11974)25e4981
Stabilize unstable_patchRoutesOnNavigation (#11973)eeb86ab
chore: Update version for release (#11968)7cbe349
chore: Update version for release (pre) (#11955)Updates
tailwind-merge
from 2.2.0 to 2.5.4Release notes
Sourced from tailwind-merge's releases.
... (truncated)
Commits
a57f245
v2.5.43b83a53
add changelog for v2.5.447b566c
Merge pull request #483 from dcastil/bugfix/481/fix-incorrect-sourcemap-paths004fbec
fix incorrect paths within sourcemapsa6d0954
add changelog for v2.5.34affad5
v2.5.30a98923
Merge pull request #424 from dcastil/renovate/major-eslint-monorepo76a54fc
add recommended vitest rules to ESLint1897328
deduplicate deps250f077
remove old obsolete .eslintrc fileUpdates
@testing-library/jest-dom
from 6.2.0 to 6.6.2Release notes
Sourced from
@testing-library/jest-dom
's releases.... (truncated)
Commits
4468378
fix: remove recursive type reference in vitest types (#636)abba961
docs: add billyjanitsch as a contributor for bug (#644)9490615
docs: add G-Rath as a contributor for code (#643)ced792e
fix: fix lodash import in to-have-selection.js (#642)9b14804
feat: implement toHaveSelection (#637)f5b0e94
docs: add diegohaz as a contributor for ideas (#640)68e927e
docs: add pwolaq as a contributor for code, and test (#639)