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

chore(deps): update external-non-major #117

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
knip (source) ^5.30.6 -> ^5.32.0 age adoption passing confidence
release-it ^17.6.0 -> ^17.7.0 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.3

Compare Source

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce
eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

webpro-nl/knip (knip)

v5.32.0

Compare Source

v5.31.0

Compare Source

  • Do not treat trailing # in gitignore as comment (#​797) (7fc6355)
  • Fix extension for file fixture containing TS (847649d)
  • Update some devDependencies (d304d8d)
  • Update docs for auto-fix (close #​788) (48fbddf)
  • Consistent reporter output (94da7f7)
  • Add support for enum and class members (1109cbf)
  • Refactor for reuse/readabilty, more tests (20c2390)
  • Fix issue type in export declarations (0f786f4)
  • Support exported types (2a251fa)
  • Improve unused export fixer, add tests (b0bb643)
  • Update docs (b384403)
  • Improve var naming in tests (2ed9e51)
  • Upgrade to jiti v2.1.0 (dea12f8)
  • Update docs re. known issues w/ jiti (6819eb9)
  • Remove obsolete jiti options (6d47630)
  • Use jiti.import + add tests (resolves #​565) (3dd8ea6)
  • Migrate to jiti v2 (de7fa2d)
release-it/release-it (release-it)

v17.7.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Oct 7, 2024
@renovate renovate bot merged commit 9844d60 into main Oct 7, 2024
2 checks passed
@renovate renovate bot deleted the renovate/external-non-major branch October 7, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants