-
Notifications
You must be signed in to change notification settings - Fork 3
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) #299
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dev-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Size Change: 0 B Total Size: 19.6 kB ℹ️ View Unchanged
|
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.26.9
chore(deps): update dev dependencies (non-major)
Oct 12, 2024
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
October 18, 2024 23:37
a59a44e
to
ca22221
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
October 28, 2024 13:47
9527c9c
to
65d4c0b
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
6 times, most recently
from
November 6, 2024 05:12
ed13859
to
18849d1
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
4 times, most recently
from
November 18, 2024 16:08
27a8b59
to
bda8e88
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
November 28, 2024 04:13
5a62083
to
734d314
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
3 times, most recently
from
December 2, 2024 16:44
3e5a053
to
f043f06
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
4 times, most recently
from
December 5, 2024 22:58
a80267a
to
9340998
Compare
|
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
December 14, 2024 18:08
450be4f
to
4da3288
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
December 20, 2024 04:29
22f7332
to
3968161
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
3 times, most recently
from
December 28, 2024 11:10
fcc43f0
to
a70911b
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
January 8, 2025 23:24
3d796c4
to
b2a0a5e
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
January 19, 2025 08:25
e7ab77d
to
9043ccf
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
January 25, 2025 09:35
baa4583
to
3fb3ae0
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
from
January 26, 2025 16:55
3fb3ae0
to
618bebf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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.
This PR contains the following updates:
16.0.1
->16.2.0
1.0.7
->1.0.8
18.3.11
->18.3.18
2.1.2
->2.1.8
50.3.1
->50.6.3
7.37.1
->7.37.4
15.10.2
->15.11.7
9.1.6
->9.1.7
15.2.10
->15.4.3
3.3.3
->3.4.2
24.1.2
->24.2.1
0.26.8
->0.27.6
5.6.3
->5.7.3
2.1.2
->2.1.8
Release Notes
testing-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
v16.1.0
Compare Source
tsconfig/bases (@tsconfig/recommended)
v1.0.8
Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
pnpm.overrides
or yarn resolutions to override thevite
version in thevitest
package - the APIs are compatible.View changes on GitHub
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
v2.1.5
Compare Source
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.6.3
Compare Source
Bug Fixes
check-template-names
: stop restricting template names to single letters; fixes #1352 (c283729)v50.6.2
Compare Source
Bug Fixes
valid-types
: update closure suppress types; fixes #1349 (#1350) (a57f36e)v50.6.1
Compare Source
Bug Fixes
v50.6.0
Compare Source
Features
checkBlockStarts
option (#1341) (f9b102d)v50.5.0
Compare Source
Features
v50.4.3
Compare Source
Bug Fixes
docs.description
(9a93119)v50.4.2
Compare Source
Bug Fixes
docs.description
(f6616c7)v50.4.1
Compare Source
Bug Fixes
match-name
: revert to prior correct behavior of ignoring optional and default code surrounding name (7c0b8c6)v50.4.0
Compare Source
Features
require-hyphen-before-param-description
: ensure template will be properly stringified; fixes #1326 (7019d28)v50.3.2
Compare Source
Bug Fixes
require-hyphen-before-param-description
: inject hyphen at proper place with multiline type (8b5b7f7)jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.4
Compare Source
Fixed
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865 @acusti)v7.37.3
Compare Source
Fixed
no-danger
][no-danger]: avoid a crash on a nested component name ([#3833][] @ljharb)no-unknown-property
][no-unknown-property]: supportprecedence
prop in react 19 ([#3829][] @acusti)prop-types
][prop-types]: props missing in validation when using generic types from a namespace import ([#3859][] @rbondoc96)Changed
jsx-no-script-url
][jsx-no-script-url]: Improve tests ([#3849][] @radu2147)default-props-match-prop-types
][default-props-match-prop-types], [jsx-boolean-value
][jsx-boolean-value], [jsx-curly-brace-presence
][jsx-curly-brace-presence], [jsx-no-bind
][jsx-no-bind], [no-array-index-key
][no-array-index-key], [no-is-mounted
][no-is-mounted], [no-render-return-value
][no-render-return-value], [require-default-props
][require-default-props] ([#3841][] @bastiendmt)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.
This PR was generated by Mend Renovate. View the repository job log.