-
Notifications
You must be signed in to change notification settings - Fork 3
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 dependency xo to v0.39.1 #54
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/xo-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
c223e51
to
894e7fd
Compare
894e7fd
to
46bdc75
Compare
auto-merge was automatically disabled
March 14, 2024 22:28
Pull request was closed
fb15aad
to
82ef1b3
Compare
13db2cf
to
5af910c
Compare
091ec06
to
82aec71
Compare
81217ec
to
cd9c4da
Compare
cd9c4da
to
b55b27a
Compare
b55b27a
to
18e4504
Compare
9c66c06
to
b4e02da
Compare
b4e02da
to
7abfc0c
Compare
7abfc0c
to
59e47f1
Compare
59e47f1
to
249aca1
Compare
0cde48a
to
cb69409
Compare
cb69409
to
c83a6ef
Compare
c83a6ef
to
b242ff5
Compare
8cdaab7
to
9789b59
Compare
9789b59
to
4e42f55
Compare
760b572
to
64786b8
Compare
108d3b0
to
413df9e
Compare
413df9e
to
0d97743
Compare
c88355f
to
3023399
Compare
3023399
to
4c530e8
Compare
4c530e8
to
798e82d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
0.28.3
->0.39.1
Release Notes
xojs/xo (xo)
v0.39.1
Compare Source
fa34c74
v0.39.0
Compare Source
New rules
unicorn/no-static-only-class
unicorn/prefer-array-flat
unicorn/prefer-switch
@typescript-eslint/no-unsafe-argument
Breaking
esnext
optione80c094
unicorn/prevent-abbreviations
rule: Rename options sindresorhus/eslint-plugin-unicorn@cf42cc5unicorn/no-keyword-prefix
rule: Renameblacklist
option todisallowedPrefixes
sindresorhus/eslint-plugin-unicorn@91e60d0Improvements
--print-config
flag (#529)7b8dc70
import/default
rule for TypeScript filese3c511b
import/export
rule for TypeScript filesb385bee
v0.38.2
Compare Source
node/file-extension-in-import
rule for TypeScript projects (#523)1eb8230
It doesn't work properly with TypeScript projects.
v0.38.1
Compare Source
8b2fa78
v0.38.0
Compare Source
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
f4f6b39
.mjs
and.cjs
as default extensions (#521)2e05c81
import/no-unassigned-import
allow list8156d42
Fixes
32bd3b8
v0.37.1
Compare Source
f56d90d
v0.37.0
Compare Source
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
211f295
err
→error
for variable namesd801095
0ec4b8c
v0.36.1
Compare Source
a186078
v0.36.0
Compare Source
processor
optionbf6eb25
7731ea1
v0.35.0
Compare Source
New rules
@typescript-eslint/no-unnecessary-type-constraint
@typescript-eslint/space-infix-ops
Improvements
b1012d3
0555859
6fa99cd
v0.34.2
Compare Source
extensions
option (#503)35e6336
v0.34.1
Compare Source
unicorn/import-style
rule for TypeScript projects77716e2
It wants to use
import path from 'path';
which is not always possible.v0.34.0
Compare Source
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
ba547e7
v0.33.1
Compare Source
ead63be
v0.33.0
Compare Source
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
f45ab80
v0.32.1
Compare Source
v0.32.0
Compare Source
0dd4a9d
import/extensions
ruled3abdb6
v0.31.0
Compare Source
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
6a05691
v0.30.0
Compare Source
New rules
@typescript-eslint/class-literal-property-style
rule@typescript-eslint/prefer-readonly-parameter-types
rule@typescript-eslint/no-base-to-string
rule@typescript-eslint/keyword-spacing
rule@typescript-eslint/method-signature-style
rule@typescript-eslint/prefer-reduce-type-parameter
rule@typescript-eslint/no-floating-promises
ruleFixes
prettier
dependency at2.0.4
until we can resolve #466--stdin --fix
(#460)07e2762
v0.29.1
Compare Source
tap-snapshots/*.cjs
to default ignore list (#461)4783f26
unicorn/string-content
rule (#462)967927d
v0.29.0
Compare Source
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
e05efc3
nodeVersion
in XO config to overrideengines.node
(#457)f20f6d2
ignore
option toexpiring-todo-comment
ruleConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.