-
-
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): update all non-major dependencies #29
Merged
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
renovate
bot
added
the
dependencies
issue or pull request that belongs to a dependency
label
May 29, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update all non-major dependencies - autoclosed
May 29, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies - autoclosed
chore(deps): update all non-major dependencies
May 30, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update all non-major dependencies to ^17.6.5
May 30, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 30, 2023 13:23
fa2c612
to
dce30df
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^17.6.5
chore(deps): update all non-major dependencies to ^17.6.5 - autoclosed
May 30, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^17.6.5 - autoclosed
chore(deps): update all non-major dependencies to ^17.6.5
Jun 1, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^17.6.5
chore(deps): update all non-major dependencies to ^0.31.3
Jun 1, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
June 1, 2023 09:09
e6c3cbc
to
cec55f9
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^0.31.3
chore(deps): update all non-major dependencies
Jun 1, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
June 3, 2023 15:27
bd76b7e
to
2700d53
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update all non-major dependencies to ^0.31.3
Jun 3, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 4, 2023 09:28
2700d53
to
a9d7199
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^0.31.3
chore(deps): update all non-major dependencies
Jun 4, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
June 6, 2023 00:42
c578f84
to
e320b8a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 8, 2023 10:34
e320b8a
to
bc665e9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 9, 2023 18:43
bc665e9
to
b1b68e7
Compare
mheob
approved these changes
Jun 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.0.1
->^1.1.0
^5.0.0
->^5.0.1
^0.31.2
->^0.32.0
^8.0.1
->^8.1.0
^8.41.0
->^8.42.0
^5.0.4
->^5.1.3
^0.31.2
->^0.32.0
Release Notes
mheob/config
v1.1.0
Compare Source
Minor Changes
@commitlint/cli
topeerDependencies
vitest-dev/vitest
v0.32.0
Compare Source
🚨 Breaking Changes
test.js
to be a test file. Also any file in__tests__
is now considered to be a test, not just files withtest
orspec
suffix.@vitest/coverage-v8
package - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)@vitest/coverage-c8
is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user hasc8
as their coverage provider. Please, install the new@vitest/coverage-v8
package if you previously used@vitest/coverage-c8
.spy.mockRestore
on auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.🚀 Features
expect.soft
- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3507 (7c687)describe
/test
name - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3497 (15253)🐞 Bug Fixes
View changes on GitHub
v0.31.4
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.31.3
Compare Source
🚀 Features
VITE_NODE_DEPS_MODULE_DIRECTORIES
from .npmrc - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3471 (393bf)🐞 Bug Fixes
View changes on GitHub
open-cli-tools/concurrently
v8.1.0
Compare Source
What's Changed
types
condition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422raw
per command when using the API by @chbiel in https://github.com/open-cli-tools/concurrently/pull/411New Contributors
Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0
eslint/eslint
v8.42.0
Compare Source
Features
b8448ff
feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)Bug Fixes
a589636
fix: Config withignores
and withoutfiles
should not always apply (#17181) (Milos Djermanovic)c4fad17
fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)Documentation
01d7142
docs: Update README (GitHub Actions Bot)e5182b7
docs: Update README (GitHub Actions Bot)Chores
6ca5b7c
chore: upgrade @eslint/js@8.42.0 (#17236) (Milos Djermanovic)67fc5e7
chore: package.json update for @eslint/js release (ESLint Jenkins)0892412
refactor: removeIdentifier
listener in no-irregular-whitespace (#17235) (Milos Djermanovic)f67d298
test: AddFlatESLint
tests with missing config files (#17164) (Milos Djermanovic)5b68d51
chore: Fixfixedsize
attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)37432f2
chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)Microsoft/TypeScript
v5.1.3
: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.