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(dev-deps): ⬆️ update devdependencies (non-major) (patch) #8

Merged
merged 1 commit into from
Mar 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports ^3.7.1 -> ^3.7.2 age adoption passing confidence
prettier (source) ^2.8.6 -> ^2.8.7 age adoption passing confidence
release-it ^15.9.1 -> ^15.9.3 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports

v3.7.2

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v3.7.1...v3.7.2

prettier/prettier

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @​decorator()
  get foo () {}
  
  @​decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @​decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @​decorator()
  get foo() {}

  @​decorator()
  set foo(value) {}
}
release-it/release-it

v15.9.3

Compare Source

  • Remove knip from devDependencies as it requires Node.js v16 (31e4f4d)

v15.9.2

Compare Source

  • Add knip analysis to release hooks (88a06ea)
  • Fix up config for Knip v2 (b96d1bf)
  • Add --registry argument to npm publish if set in publishConfig.registry (c59d55e)
  • Update dependencies (7c86856)

Configuration

📅 Schedule: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the DevDependency 🔼 Pull requests that update a dev dependency file label Mar 24, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 24, 2023
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 3035430 to 97155d4 Compare March 26, 2023 18:54
@kodiakhq kodiakhq bot merged commit 6af4ad6 into main Mar 26, 2023
@kodiakhq kodiakhq bot deleted the renovate/patch-devdependencies-(non-major) branch March 26, 2023 18:55
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevDependency 🔼 Pull requests that update a dev dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants