-
Notifications
You must be signed in to change notification settings - Fork 2
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: update package dependencies - autoclosed #17
Conversation
|
f110809
to
8e0b6b1
Compare
8e0b6b1
to
fa91603
Compare
a153dbe
to
c91d58e
Compare
3734522
to
dac9169
Compare
9fed04e
to
bb93740
Compare
33a918e
to
233243e
Compare
233243e
to
dccc017
Compare
b168b58
to
192113f
Compare
564e00b
to
9e71414
Compare
736e0c8
to
87c138c
Compare
87c138c
to
a4a38ec
Compare
32bab0f
to
3e6fb62
Compare
3e6fb62
to
72564f6
Compare
72564f6
to
683d635
Compare
683d635
to
53b049c
Compare
f405866
to
217f4ed
Compare
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | npm | @adbayb/eslint-config | 1.9.0 | 1.12.0 | | npm | @adbayb/prettier-config | 1.3.0 | 1.5.0 | | npm | @adbayb/stack | 1.13.0 | 1.16.1 | | npm | listr2 | 8.0.1 | 8.2.2 | | npm | picocolors | 1.0.0 | 1.0.1 | | npm | typescript | 5.3.3 | 5.4.5 | | npm | vitest | 1.1.0 | 1.6.0 |
217f4ed
to
086b43d
Compare
This PR contains the following updates:
1.9.0
->1.12.0
1.3.0
->1.5.0
1.13.0
->1.16.1
^8.0.1
->^8.2.2
^1.0.0
->^1.0.1
5.3.3
->5.4.5
1.1.0
->1.6.0
Release Notes
adbayb/init (@adbayb/eslint-config)
v1.12.0
Compare Source
Minor Changes
e693e34
Thanks @adbayb! - Replace jest ESLint plugin with vitest one and add formatting rule for test files#77
3c65174
Thanks @renovate! - Updated dependency@typescript-eslint/eslint-plugin
to^6.21.0
.Updated dependency
@typescript-eslint/parser
to^6.21.0
.Updated dependency
eslint-plugin-astro
to^0.31.4
.Updated dependency
prettier-plugin-astro
to^0.13.0
.Updated dependency
prettier
to^3.2.5
.Updated dependency
@commitlint/cli
to^18.6.0
.Updated dependency
@commitlint/config-conventional
to^18.6.0
.Updated dependency
turbo
to^1.12.2
.dc8d29b
Thanks @adbayb! - Update template and dependenciesPatch Changes
89beae6
Thanks @renovate! -v1.11.0
Compare Source
Minor Changes
d0a2f05
Thanks @adbayb! - Add eslint-plugin-jsdocv1.10.0
Compare Source
Minor Changes
f3d385f
Thanks @adbayb! - Update dependenciesadbayb/stack (@adbayb/prettier-config)
v1.5.0
Compare Source
Minor Changes
3c65174
Thanks @renovate! - Updated dependency@typescript-eslint/eslint-plugin
to^6.21.0
.Updated dependency
@typescript-eslint/parser
to^6.21.0
.Updated dependency
eslint-plugin-astro
to^0.31.4
.Updated dependency
prettier-plugin-astro
to^0.13.0
.Updated dependency
prettier
to^3.2.5
.Updated dependency
@commitlint/cli
to^18.6.0
.Updated dependency
@commitlint/config-conventional
to^18.6.0
.Updated dependency
turbo
to^1.12.2
.Patch Changes
89beae6
Thanks @renovate! -v1.4.0
Compare Source
Minor Changes
f3d385f
Thanks @adbayb! - Update dependencieslistr2/listr2 (listr2)
v8.2.2
Compare Source
listr2 8.2.2 (2024-06-19)
Bug Fixes
v8.2.1
Compare Source
listr2 8.2.1 (2024-04-03)
Bug Fixes
v8.2.0
Compare Source
listr2 8.2.0 (2024-04-02)
Features
v8.1.3
Compare Source
listr2 8.1.3 (2024-03-31)
Bug Fixes
v8.1.2
Compare Source
v8.1.1
Compare Source
listr2 8.1.1 (2024-03-27)
Bug Fixes
v8.1.0
Compare Source
listr2 8.1.0 (2024-03-27)
Features
v8.0.2
Compare Source
listr2 8.0.2 (2024-01-27)
Bug Fixes
alexeyraspopov/picocolors (picocolors)
v1.0.1
Compare Source
Microsoft/TypeScript (typescript)
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.3
: TypeScript 5.4.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.2
: TypeScript 5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vitest-dev/vitest (vitest)
v1.6.0
Compare Source
🚀 Features
includeConsoleOutput
andaddFileAttribute
in junit - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5659 (2f913)🐞 Bug Fixes
resolveId('vitest')
afterbuildStart
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5646 (f5faf)toJSON
for error serialization - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5526 (19a21)*.test-d.*
by default - by @MindfulPol in https://github.com/vitest-dev/vitest/issues/5634 (bfe8a)vite-node
's wrapper only to executed files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5642 (c9883)🏎 Performance
View changes on GitHub
v1.5.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1
Compare Source
🚀 Features
startVitest()
to acceptstdout
andstdin
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5493 (780b1)startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
import.meta.env.PROD: false
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5561 (9c649)onTestFinished
in reverse order - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5598 (23f29)fileParallelism
by default on browser pool - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5528 (5c69f)v8-to-istanbul
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5549 (df6a4)cleanOnRerun
is disabled - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5540 (ea3c1)thresholds
to compare files relative to root - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5574 (80265)toEqual
andtoMatchObject
with circular references - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5535 (9e641)View changes on GitHub
v1.5.0
Compare Source
v1.4.0
Compare Source
🚀 Features
not
- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5294 (b9d37)--project
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5295 (201bd)shuffle.files
andshuffle.tests
options - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5281 (356db)cache.dir
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5229 (d7e8b)--changed
option - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5314 (600b4)clearScreen
cli flag - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5241 (e1735)🐞 Bug Fixes
--project
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5265 (d1a06)--inspect-brk
to pause before execution - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5355 (e77c5)magic-string
tooptimizeDeps.include
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5278 (8f04e)reportsDirectory
from removing user's project - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5376 (07ec3)toContain/toMatch
assertion error - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5267 (8ee59)defines
to supportundefined
values - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5284 (5b58b)onConsoleLog
return type - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5337 (6d1b1)beforeAll
andafterAll
- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5288 (ce5ca)@vitest/coverage-v8
are used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5250 (29f98)View changes on GitHub
v1.3.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.3.0
Compare Source
🚀 Features
snapshotSerializers
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5092 (5b102)🐞 Bug Fixes
poolOptions
- by @penalosa in https://github.com/vitest-dev/vitest/issues/5221 (bc5b2)coverage.reportsDirectory
with multiple directories - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5056 (ae73f)--browser=<name>
correctly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5179 (656e2).tmp
directory conflicts with--shard
option - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5184 (5749d)defineWorkspace
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5089 (0bf52)jsdom
variable - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5164 (0f898)optimizeDeps.disabled
warnings on Vite 5.1 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5215 (1aecd)disableConsoleIntercept
config - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/[50](https://togithub.com/vitest-dev/vitest/actions/runs/7934052979/job/21664152574#step:8:51)74 (a55ad)View changes on GitHub
v1.2.2
Compare Source
🐞 Bug Fixes
coverage/.tmp
files after run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5008 (d53b8)toThrow(asymmetricMatcher)
failure message - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5000 (a199a)VITEST_POOL_ID
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5002 (7d0a4)ignoreSourceErrors
in run mode - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5044 (6dae3)useFakeTimers
to fakerequestIdleCallback
on non browser - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5028 (a9a48)import.meta.resolve
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5045 (cf564)View changes on GitHub
v1.2.1
Compare Source
🐞 Bug Fixes
thresholds.autoUpdate
to work with arrow function configuration files - by @AriPerkkio in [https://github.com/fix(coverage):thresholds.autoUpdate
to work with arrow function configuration files vitest-dev/vitest#4959](https://togithub.com/vitest-dev/vitConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.