chore(deps) Update Tauri API Definitions (dev) (major)#7638
Merged
lucasfernog merged 3 commits intodevfrom Oct 18, 2023
Merged
Conversation
|
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
…tauriapidefinitions
lucasfernog
approved these changes
Oct 18, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.05.62.0->6.4.08.10.0->9.0.034.0.1->37.0.015.7.0->16.0.12.8.8->3.0.26.7.0->7.2.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.4.0Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.3.0Compare Source
Bug Fixes
allowTypeImportsenabled (#7379) (cc9a46d)Features
ignorePrimitivesoption 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.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.1.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.0.0Compare Source
Bug Fixes
exportsfield in package.json files (#6550) (53776c2)chore
Features
rule-tester(#6777) (2ce1c1d)RuleTesterin/utilsin favour of the new/rule-testerpackage (#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.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.3.0Compare 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.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.2.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.1.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.0.0Compare Source
Bug Fixes
exportsfield 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.0Compare Source
"unicode-bom": "off"to your config to disable it again, or run ESLint with--fixto 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.0Compare Source
⚠ BREAKING CHANGES
minimum @typescript-eslint to 5.52.0
Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk
Features
v36.1.1Compare Source
Build system / dependencies
Documentation
v36.1.0Compare Source
Features
Build system / dependencies
v36.0.1Compare Source
Bug fixes
v36.0.0Compare Source
⚠ BREAKING CHANGES
instead of under an
overridesproperty.Providing the rules under the
overridesproperty 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
extendsproperty is under anoverridesitem.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.0Compare Source
⚠ BREAKING CHANGES
Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk
Build system / dependencies
Testing
Bug fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)
v16.0.1Compare Source
44cec62)v16.0.0Compare Source
breaking changes
ecmaVersionto 2021 (#96) (49d3ee7)075f0c5)38a67ef)features
ebc97bf)aa75610)prettier/prettier (prettier)
v3.0.2Compare 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
declareandexportkeywords for nested namespace (#15249 by @sosukesuzuki)v3.0.1Compare 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.tsto 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)export interface Printer<T = any> { // ... + preprocess?: + | ((ast: T, options: ParserOptions<T>) => T | Promise<T>) + | undefined; }Add missing
getVisitorKeysmethod type definition forPrinter(#15125 by @auvred)Add typing to support
readonlyarray properties of AST Node (#15127 by @auvred)Add space before unary minus followed by a function call (#15129 by @pamelalozano)
v3.0.0Compare Source
diff
🔗 Release Notes
egoist/tsup (tsup)
v7.2.0Compare Source
Bug Fixes
Features
v7.1.0Compare Source
Features
v7.0.0Compare 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.