Skip to content

chore(dev-deps): ⬆️ update devdependencies (non-major) (patch) #28

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

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.21.3 -> ^7.21.8 age adoption passing confidence
@babel/eslint-parser (source) ^7.21.3 -> ^7.21.8 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports ^3.7.1 -> ^3.7.2 age adoption passing confidence
lint-staged ^13.2.0 -> ^13.2.3 age adoption passing confidence
prettier (source) ^2.8.5 -> ^2.8.8 age adoption passing confidence
release-it ^15.9.0 -> ^15.9.3 age adoption passing confidence
vite (source) ^4.2.1 -> ^4.2.3 age adoption passing confidence
vite-plugin-top-level-await ^1.3.0 -> ^1.3.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.21.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

v7.21.4

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
💅 Polish
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse
🏠 Internal
ianvs/prettier-plugin-sort-imports (@​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

okonet/lint-staged (lint-staged)

v13.2.3

Compare Source

Bug Fixes
  • the --diff option implies --no-stash (66a716d)

v13.2.2

Compare Source

Bug Fixes

v13.2.1

Compare Source

Bug Fixes
  • ignore "package.json" as config file when it's invalid JSON (#​1281) (e7ed6f7)
prettier/prettier (prettier)

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

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) {}
}

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by @​fisker)
// Input
class A {
  @​decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not valid here. (2:3)
  1 | class A {
> 2 |   @​decorator()
    |   ^^^^^^^^^^^^
  3 |   #privateMethod () {}
  4 | }

// Prettier 2.8.6
class A {
  @​decorator()
  #privateMethod() {}
}
release-it/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)

v15.9.1

Compare Source

  • Update dependencies (3673754)
  • Update projects using release-it (c2cfc51)
vitejs/vite (vite)

v4.2.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.2

Compare Source

Menci/vite-plugin-top-level-await (vite-plugin-top-level-await)

v1.3.1

Compare Source


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.

Sorry, something went wrong.

Copy link

vercel bot commented Mar 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
js-carousel ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 8:43pm

@renovate renovate bot merged commit 8d476c3 into main Mar 13, 2024
7 checks passed
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch March 13, 2024 05:42
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.

None yet

0 participants