chore(deps): update dev dependencies #124
Merged
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:
14.2.13
->14.2.14
8.2.4
->8.4.0
20.16.5
->20.16.10
18.3.8
->18.3.11
2.1.1
->2.1.2
14.2.13
->14.2.14
2.30.0
->2.31.0
8.2.4
->8.4.0
3.4.12
->3.4.13
2.1.2
->2.1.3
2.1.1
->2.1.2
Release Notes
vercel/next.js (@next/env)
v14.2.14
Compare Source
Core Changes
Credits
Huge thanks to @styfle, @ztanner, @ijjk, @huozhi and @wyattjoh for helping!
secretlint/secretlint (@secretlint/secretlint-rule-preset-recommend)
v8.4.0
Compare Source
What's Changed
Features
Other Changes
Full Changelog: secretlint/secretlint@v8.3.3...v8.4.0
v8.3.3
Compare Source
What's Changed
Add single-executable binary for
secretlint
.Supported Platform
Releases page includes the following platform binaries:
secretlint-<version>-linux-x64
secretlint-<version>-linux-arm64
secretlint-<version>-windows-x64.exe
secretlint-<version>-darwin-x64
secretlint-<version>-darwin-arm64
Checksum files are available as
secretlint-<version>-sha256sum.txt
Built-in Rules
This binary includes the following rules:
Usage
For more details, please see https://github.com/secretlint/secretlint/tree/master/publish/binary-compiler
Bug Fixes
It make
secretlint
binary stableFull Changelog: secretlint/secretlint@v8.3.2...v8.3.3
v8.3.2
Compare Source
What's Changed
Other Changes
Full Changelog: secretlint/secretlint@v8.3.1...v8.3.2
v8.3.1
Compare Source
What's Changed
Bug Fixes
CI
Full Changelog: secretlint/secretlint@v8.3.0...v8.3.1
v8.3.0
Compare Source
What's Changed
Add single-executable binary for
secretlint
.Supported Platform
Releases page includes the following platform binaries:
See 8.3.3 release page.
8.3.0's binary is broken
secretlint-<version>-linux-x64
secretlint-<version>-linux-arm64
secretlint-<version>-windows-x64.exe
secretlint-<version>-darwin-x64
secretlint-<version>-darwin-arm64
Checksum files are available as
secretlint-<version>-sha256sum.txt
Built-in Rules
This binary includes the following rules:
Usage
For more details, please see publish/binary-compiler README.
Features
secretlint/pull/895
Dependency Updates
Full Changelog: secretlint/secretlint@v8.2.4...v8.3.0
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)--cpu-prof
and--heap-prof
not working by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/pull/6555 (2e4d894)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 (c5e29)--standalone
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6577 (d0bf8)View changes on GitHub
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])tailwindlabs/tailwindcss (tailwindcss)
v3.4.13
Compare Source
Fixed
vercel/turborepo (turbo)
v2.1.3
: Turborepo v2.1.3Compare Source
What's Changed
Docs
create-turbo
Changelog
--affected
by @NicholasLYang in https://github.com/vercel/turborepo/pull/9133turbo
without turbo.json by @chris-olszewski in https://github.com/vercel/turborepo/pull/9149query
resolvers into web UI by @NicholasLYang in https://github.com/vercel/turborepo/pull/9182New Contributors
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.