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 lint dependencies #794

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Update lint dependencies #794

merged 1 commit into from
Aug 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 6.2.1 -> 6.4.0 age adoption passing confidence
@typescript-eslint/parser 6.2.1 -> 6.4.0 age adoption passing confidence
eslint (source) 8.46.0 -> 8.47.0 age adoption passing confidence
prettier (source) 3.0.1 -> 3.0.2 age adoption passing confidence

Release Notes

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

v6.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#​7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#​7394) (ad8401a)

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

v6.3.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#​7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#​7379) (cc9a46d)
Features
  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#​7331) (dfcafae)
Reverts

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

6.2.1 (2023-07-31)

Bug Fixes
  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#​7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#​7334) (abbb6c2)

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.

eslint/eslint (eslint)

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

prettier/prettier (prettier)

v3.0.2

Compare Source

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#​15204 by @​seiyab)
// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
  mainData,
);

// Prettier 3.0.2
const { section, rubric, authors, tags } =
  await utils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#​15217 by @​auvred)
/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)

/* Prettier 3.0.1 */
$foo: (
  "property": (),
  // comment 1
  // comment 2,
);

/* Prettier 3.0.2 */
$foo: (
  "property": (),
  // comment 1
  // comment 2
);
Print declare and export keywords for nested namespace (#​15249 by @​sosukesuzuki)
// Input
declare namespace abc1.def {}
export namespace abc2.def {}

// Prettier 3.0.1
namespace abc1.def {}
namespace abc2.def {}

// Prettier 3.0.2
declare namespace abc1.def {}
export namespace abc2.def {}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from 006ad7c to 9ea086c Compare August 7, 2023 18:19
@renovate renovate bot force-pushed the renovate/lint-dependencies branch from 9ea086c to 6c273b5 Compare August 8, 2023 17:00
@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from 6c273b5 to a39d2d3 Compare August 8, 2023 17:03
@renovate renovate bot changed the title Update lint dependencies to v6.3.0 Update lint dependencies Aug 11, 2023
@renovate renovate bot force-pushed the renovate/lint-dependencies branch from a39d2d3 to a82dac6 Compare August 11, 2023 15:38
@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from a82dac6 to eff870f Compare August 11, 2023 15:38
@renovate renovate bot force-pushed the renovate/lint-dependencies branch from eff870f to 3d97c5a Compare August 14, 2023 19:46
@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from 3d97c5a to b435c54 Compare August 14, 2023 19:46
@renovate renovate bot force-pushed the renovate/lint-dependencies branch from b435c54 to fa47a27 Compare August 15, 2023 16:39
@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from fa47a27 to dbdd443 Compare August 15, 2023 16:39
@renovate renovate bot force-pushed the renovate/lint-dependencies branch from dbdd443 to a6d4251 Compare August 17, 2023 00:28
@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from a6d4251 to 80dfe89 Compare August 17, 2023 00:32
@renovate renovate bot force-pushed the renovate/lint-dependencies branch from 80dfe89 to 8d8785a Compare August 17, 2023 00:41
@lukaw3d lukaw3d closed this Aug 17, 2023
@lukaw3d lukaw3d reopened this Aug 17, 2023
@github-actions github-actions bot force-pushed the renovate/lint-dependencies branch from 8d8785a to ade8427 Compare August 17, 2023 00:44
@github-actions
Copy link

github-actions bot commented Aug 17, 2023

Deployed to Cloudflare Pages

Latest commit: ade84275b7b6f97be89b569ee4514c0565c995bb
Status:✅ Deploy successful!
Preview URL: https://6814bc79.oasis-explorer.pages.dev

@lukaw3d lukaw3d closed this Aug 17, 2023
@lukaw3d lukaw3d reopened this Aug 17, 2023
@lukaw3d lukaw3d enabled auto-merge August 17, 2023 00:45
@lukaw3d lukaw3d merged commit e78f28b into master Aug 17, 2023
@lukaw3d lukaw3d deleted the renovate/lint-dependencies branch August 17, 2023 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant