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 all non-major dependencies (minor) #2868

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/eslintrc 3.1.0 -> 3.2.0 age adoption passing confidence
@eslint/js (source) 9.14.0 -> 9.16.0 age adoption passing confidence
eslint-plugin-n 17.13.1 -> 17.14.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
release-plan 0.10.0 -> 0.11.0 age adoption passing confidence
rollup (source) 4.25.0 -> 4.27.4 age adoption passing confidence

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.2.0

Compare Source

Features
  • merge rule.meta.defaultOptions before validation (#​166) (d02f914)
eslint/eslint (@​eslint/js)

v9.16.0

Compare Source

v9.15.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.14.0

Compare Source

🌟 Features

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.27.4

Compare Source

2024-11-23

Bug Fixes
  • Update bundled magic-string to support sourcemap debug ids (#​5740)
Pull Requests

v4.27.3

Compare Source

2024-11-18

Bug Fixes
  • Revert object property tree-shaking for now (#​5736)
Pull Requests

v4.27.2

Compare Source

2024-11-15

Bug Fixes
  • Ensure unused variables in patterns are always deconflicted if rendered (#​5728)
Pull Requests

v4.27.1

Compare Source

2024-11-15

Bug Fixes
  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#​5727)
Pull Requests

v4.27.0

Compare Source

2024-11-15

Features
  • Tree-shake unused properties in object literals (#​5420)
Bug Fixes
  • Change hash length limit to 21 to avoid inconsistent hash length (#​5423)
Pull Requests

v4.26.0

Compare Source

2024-11-13

Features
  • Allow to avoid await bundle.close() via explicit resource management in TypeScript (#​5721)
Pull Requests

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Nov 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 976d095 to 92ff131 Compare November 24, 2024 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 55da129 to e419e50 Compare November 26, 2024 15:13
Copy link

github-actions bot commented Nov 29, 2024

Some tests with 'continue-on-error: true' have failed:

  • test-esa test:one ember-beta

  • test-app test:one ember-canary

  • classic-test-app test:one ember-beta

  • classic-test-app test:one ember-canary

    Created by continue-on-error-comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants