Skip to content
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

Update all non-major dependencies #9

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@textlint/ast-node-types 13.3.3 -> 13.4.0 age adoption passing confidence
@types/command-exists (source) 1.2.2 -> 1.2.3 age adoption passing confidence
@types/lodash (source) 4.14.200 -> 4.14.201 age adoption passing confidence
@types/mocha (source) 10.0.3 -> 10.0.4 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.9.0 age adoption passing confidence
@types/pluralize (source) 0.0.32 -> 0.0.33 age adoption passing confidence
@types/shelljs (source) 0.8.14 -> 0.8.15 age adoption passing confidence
@types/url-regex-safe (source) 1.0.1 -> 1.0.2 age adoption passing confidence
@types/uuid (source) 9.0.6 -> 9.0.7 age adoption passing confidence
@types/valid-url (source) 1.0.6 -> 1.0.7 age adoption passing confidence
@types/vscode (source) 1.84.0 -> 1.84.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.1 -> 6.10.0 age adoption passing confidence
@typescript-eslint/parser 6.9.1 -> 6.10.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence

Release Notes

textlint/textlint (@​textlint/ast-node-types)

v13.4.0

Compare Source

SUMMARY

textlint-scripts allow a rule to use native import().
It will help the rule to import ESM modules from CJS.

For example, alex is pure ESM package.
CJS package can not load via require("alex"), but it can load await import("alex")

What's Changed

Features
Documentation
Refactoring
Testing
Maintenance
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v13.3.3...13.4.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.10.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.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

prettier/prettier (prettier)

v3.1.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "before 6:00am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from paulzakin as a code owner November 13, 2023 07:48
@renovate renovate bot added the enhancement You want to improve something label Nov 13, 2023
@renovate renovate bot enabled auto-merge (squash) November 13, 2023 07:48
@renovate renovate bot merged commit 5d90d4b into main Nov 13, 2023
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 13, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement You want to improve something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants