issue-parser
issue-parser copied to clipboard
chore(deps): update dependency xo to v0.39.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
xo | 0.28.3 -> 0.39.1 |
Release Notes
xojs/xo (xo)
v0.39.1
- Fix a problem with using XO with Prettier
fa34c74
v0.39.0
New rules
-
unicorn/no-static-only-class
-
unicorn/prefer-array-flat
-
unicorn/prefer-switch
-
@typescript-eslint/no-unsafe-argument
Breaking
- Remove the
esnext
optione80c094
-
unicorn/prevent-abbreviations
rule: Rename options https://github.com/sindresorhus/eslint-plugin-unicorn/commit/cf42cc57029cc48e0305c07019a277247e149b4f -
unicorn/no-keyword-prefix
rule: Renameblacklist
option todisallowedPrefixes
https://github.com/sindresorhus/eslint-plugin-unicorn/commit/91e60d05d67fd109b4c05b50abe3ff9fcbad1097
Improvements
- Add
--print-config
flag (#529)7b8dc70
- Disable the
import/default
rule for TypeScript filese3c511b
- Disable the
import/export
rule for TypeScript filesb385bee
v0.38.2
- Disable the
node/file-extension-in-import
rule for TypeScript projects (#523)1eb8230
It doesn't work properly with TypeScript projects.
v0.38.1
- Fix a problem in v0.38.0
8b2fa78
v0.38.0
New rules
-
unicorn/no-new-array
-
unicorn/prefer-array-index-of
-
unicorn/prefer-regexp-test
-
unicorn/no-array-for-each
-
unicorn/no-array-push-push
-
unicorn/no-this-assignment
-
@typescript-eslint/object-curly-spacing
Improvements
- Add auto-fix for fixing file extensions in imports
f4f6b39
- Add
.mjs
and.cjs
as default extensions (#521)2e05c81
- Allow file extension for
import/no-unassigned-import
allow list8156d42
Fixes
v0.37.1
- Fix TypeScript not supporting extensions
f56d90d
v0.37.0
New rules
-
no-unsafe-optional-chaining
-
no-useless-backreference
-
default-case-last
-
no-nonoctal-decimal-escape
-
unicorn/prefer-array-some
-
unicorn/prefer-default-parameters
-
unicorn/no-lonely-if
-
unicorn/empty-brace-spaces
-
unicorn/prefer-date-now
-
@typescript-eslint/non-nullable-type-assertion-style
-
@typescript-eslint/no-confusing-void-expression
Renamed rules
Only affects you if you had any of these rules disabled.
-
unicorn/no-fn-reference-in-iterator
→unicorn/no-array-callback-reference
-
unicorn/no-array-instanceof
→unicorn/no-instanceof-array
-
unicorn/no-reduce
→unicorn/no-array-reduce
-
unicorn/prefer-dataset
→unicorn/prefer-dom-node-dataset
-
unicorn/prefer-flat-map
→unicorn/prefer-array-flat-map
-
unicorn/prefer-replace-all
→unicorn/prefer-string-replace-all
-
unicorn/prefer-starts-ends-with
→unicorn/prefer-string-starts-ends-with
-
unicorn/prefer-text-content
→unicorn/prefer-dom-node-text-content
-
unicorn/prefer-trim-start-end
→unicorn/prefer-string-trim-start-end
-
unicorn/prefer-event-key
→unicorn/prefer-keyboard-event-key
-
unicorn/prefer-node-append
→unicorn/prefer-dom-node-append
-
unicorn/prefer-node-remove
→unicorn/prefer-dom-node-remove
Improvements
- Improve ESM compatibility
211f295
- Enforce
err
→error
for variable namesd801095
- Enforce some inclusive wording
0ec4b8c
v0.36.1
- Fix a bug in v0.36
a186078
v0.36.0
- Add
processor
optionbf6eb25
- Disable warnings when running in a GitHub Actions workflow (#508)
7731ea1
v0.35.0
New rules
Improvements
v0.34.2
v0.34.1
- Disable the
unicorn/import-style
rule for TypeScript projects77716e2
It wants to useimport path from 'path';
which is not always possible.
v0.34.0
New rules
-
unicorn/import-style
-
unicorn/prefer-math-trunc
-
@typescript-eslint/consistent-indexed-object-style
-
@typescript-eslint/no-duplicate-imports
-
@typescript-eslint/comma-dangle
-
@typescript-eslint/no-loop-func
-
@typescript-eslint/no-implicit-any-catch
Improvements
v0.33.1
- Fix setting multiple of some CLI flags
ead63be
v0.33.0
New rules
-
no-unreachable-loop
-
no-promise-executor-return
-
no-loss-of-precision
-
unicorn/prefer-array-find
-
unicorn/no-object-as-default-parameter
-
@typescript-eslint/prefer-literal-enum-member
-
@typescript-eslint/no-loss-of-precision
-
@typescript-eslint/ban-tslint-comment
Improvements
v0.32.1
- Dependency updates
v0.32.0
-
Disable some problematic rules
0dd4a9d
- Add more extensions to
import/extensions
ruled3abdb6
v0.31.0
New rules
-
unicorn/prefer-optional-catch-binding
-
unicorn/no-reduce
-
@typescript-eslint/lines-between-class-members
-
@typescript-eslint/no-invalid-void-type
-
@typescript-eslint/prefer-ts-expect-error
-
@typescript-eslint/no-unnecessary-condition
-
import/no-anonymous-default-export
-
import/no-named-default
Improvements
v0.30.0
New rules
- Add
@typescript-eslint/class-literal-property-style
rule - Add
@typescript-eslint/prefer-readonly-parameter-types
rule - Add
@typescript-eslint/no-base-to-string
rule - Add
@typescript-eslint/keyword-spacing
rule - Add
@typescript-eslint/method-signature-style
rule - Add
@typescript-eslint/prefer-reduce-type-parameter
rule - Add
@typescript-eslint/no-floating-promises
rule - Re-enable some disabled rules https://github.com/xojs/eslint-config-xo-typescript/commit/e87016887e5d57b9959e700dafd5eda7d47a2570
Fixes
- Lock
prettier
dependency at2.0.4
until we can resolve #466 - Prevent extraneous newline from
--stdin --fix
(#460)07e2762
v0.29.1
- Add
tap-snapshots/*.cjs
to default ignore list (#461)4783f26
- Temporarily disable the
unicorn/string-content
rule (#462)967927d
v0.29.0
New rules
-
unicorn/prefer-number-properties
-
unicorn/prefer-set-has
-
@typescript-eslint/class-literal-property-style
-
@typescript-eslint/no-unsafe-return
-
@typescript-eslint/no-unsafe-member-access
-
@typescript-eslint/no-unsafe-call
-
@typescript-eslint/prefer-readonly-parameter-types
-
@typescript-eslint/no-base-to-string
Improvements
- Upgrade to Prettier 2 (#458)
e05efc3
- Allow
nodeVersion
in XO config to overrideengines.node
(#457)f20f6d2
- Add
ignore
option toexpiring-todo-comment
rule
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.