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:
4.3.0
->4.12.0
9.21.0
->9.25.0
15.4.3
->15.5.1
0.37.0
->0.38.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.12.0
Compare Source
🚀 Features
unicorn
andsvelte
to overrides rules - by @oliver139 in https://github.com/antfu/eslint-config/issues/701 (af93c)View changes on GitHub
v4.11.0
Compare Source
🚀 Features
View changes on GitHub
v4.10.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.10.1
Compare Source
No significant changes
View changes on GitHub
v4.10.0
Compare Source
🚀 Features
View changes on GitHub
v4.9.0
Compare Source
🚀 Features
View changes on GitHub
v4.8.1
Compare Source
🚀 Features
View changes on GitHub
v4.7.0
Compare Source
🚀 Features
View changes on GitHub
v4.6.0
Compare Source
🚀 Features
pnpmCatalogs
support - by @antfu (d410d)View changes on GitHub
v4.5.1
Compare Source
🐞 Bug Fixes
no-instanceof-array
tono-instanceof-builtins
- by @9romise in https://github.com/antfu/eslint-config/issues/674 (b9549)View changes on GitHub
v4.5.0
Compare Source
🚀 Features
eslint-plugin-vue
to v10 - by @antfu (4dc4e)View changes on GitHub
v4.4.0
Compare Source
🚀 Features
generator-star
andyield-star
spacing - by @antfu (e5dac)View changes on GitHub
eslint/eslint (eslint)
v9.25.0
Compare Source
v9.24.0
Compare Source
v9.23.0
Compare Source
v9.22.0
Compare Source
lint-staged/lint-staged (lint-staged)
v15.5.1
Compare Source
Patch Changes
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.38.0
Compare Source
What's Changed
Breaking Changes
aws_chime_voice_connector_group_invalid_name
aws_chime_voice_connector_invalid_aws_region
aws_chime_voice_connector_invalid_name
aws_chime_voice_connector_logging_invalid_voice_connector_id
aws_chime_voice_connector_origination_invalid_voice_connector_id
aws_chime_voice_connector_streaming_invalid_voice_connector_id
aws_chime_voice_connector_termination_credentials_invalid_voice_connector_id
aws_chime_voice_connector_termination_invalid_default_phone_number
aws_chime_voice_connector_termination_invalid_voice_connector_id
Enhancements
Chores
Full Changelog: terraform-linters/tflint-ruleset-aws@v0.37.0...v0.38.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.