chore(deps) Update Tauri API Definitions (dev) (major) #7638
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:
5.62.0
->6.4.0
5.62.0
->6.4.0
8.10.0
->9.0.0
34.0.1
->37.0.0
15.7.0
->16.0.1
2.8.8
->3.0.2
6.7.0
->7.2.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.4.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.3.0
Compare Source
Bug Fixes
allowTypeImports
enabled (#7379) (cc9a46d)Features
ignorePrimitives
option to betrue
(#7331) (dfcafae)Reverts
You can read about our versioning strategy and releases on our website.
6.2.1 (2023-07-31)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.1.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.0.0
Compare Source
Bug Fixes
exports
field in package.json files (#6550) (53776c2)chore
Features
rule-tester
(#6777) (2ce1c1d)RuleTester
in/utils
in favour of the new/rule-tester
package (#6816) (c33f497)BREAKING CHANGES
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.4.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.3.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.2.1 (2023-07-31)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.2.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.2.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.1.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.0.0
Compare Source
Bug Fixes
exports
field in package.json files (#6550) (53776c2)chore
Features
rule-tester
(#6777) (2ce1c1d)BREAKING CHANGES
You can read about our versioning strategy and releases on our website.
prettier/eslint-config-prettier (eslint-config-prettier)
v9.0.0
Compare Source
"unicode-bom": "off"
to your config to disable it again, or run ESLint with--fix
to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@nstepien)!standard/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript)
v37.0.0
Compare Source
⚠ BREAKING CHANGES
minimum @typescript-eslint to 5.52.0
Co-authored-by: Rostislav Simonik [email protected]
Features
v36.1.1
Compare Source
Build system / dependencies
Documentation
v36.1.0
Compare Source
Features
Build system / dependencies
v36.0.1
Compare Source
Bug fixes
v36.0.0
Compare Source
⚠ BREAKING CHANGES
instead of under an
overrides
property.Providing the rules under the
overrides
property was never a good idea.It prevents specifying which files the rules apply to (e.g.
[*.js, *.ts]
).I apologize.
To migrate, make sure that your
extends
property is under anoverrides
item.An example is in the readme.
To help verify your configuration,
you could obtain a list of files that will be linted, this way:
DEBUG=eslint:cli-engine npx eslint <path>
.Bug fixes
v35.0.0
Compare Source
⚠ BREAKING CHANGES
Co-authored-by: Rostislav Simonik [email protected]
Build system / dependencies
Testing
Bug fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)
v16.0.1
Compare Source
44cec62
)v16.0.0
Compare Source
breaking changes
ecmaVersion
to 2021 (#96) (49d3ee7
)075f0c5
)38a67ef
)features
ebc97bf
)aa75610
)prettier/prettier (prettier)
v3.0.2
Compare Source
diff
Break after
=
of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @seiyab)Do not add trailing comma for grouped scss comments (#15217 by @auvred)
Print
declare
andexport
keywords for nested namespace (#15249 by @sosukesuzuki)v3.0.1
Compare Source
diff
Fix cursor positioning for a special case (#14812 by @fisker)
Fix plugins/estree.d.ts to make it a module (#15018 by @kingyue737)
Add
export {}
inplugins/estree.d.ts
to fix the "File is not a module" errorAdd parenthesis around leading multiline comment in return statement (#15037 by @auvred)
Add support for Vue "Generic Components" (#15066 by @auvred)
https://blog.vuejs.org/posts/vue-3-3#generic-components
Fix comments print in
IfStatement
(#15076 by @fisker)Add missing type definition for
printer.preprocess
(#15123 by @so1ve)Add missing
getVisitorKeys
method type definition forPrinter
(#15125 by @auvred)Add typing to support
readonly
array properties of AST Node (#15127 by @auvred)Add space before unary minus followed by a function call (#15129 by @pamelalozano)
v3.0.0
Compare Source
diff
🔗 Release Notes
egoist/tsup (tsup)
v7.2.0
Compare Source
Bug Fixes
Features
v7.1.0
Compare Source
Features
v7.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
Configuration
📅 Schedule: Branch creation - "after 3am on Wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.