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 all non-major dependencies #479

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rebeccastevens/eslint-config 3.0.0-next.27 -> 3.0.0-next.32 age adoption passing confidence devDependencies patch
@rollup/plugin-replace (source) 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.12 -> 20.14.2 age adoption passing confidence devDependencies minor
amannn/action-semantic-pull-request v5.4.0 -> v5.5.2 age adoption passing confidence action minor
cspell (source) 8.8.1 -> 8.8.4 age adoption passing confidence devDependencies patch
eslint-plugin-functional 7.0.0-alpha.5 -> 7.0.0-aplha.3 age adoption passing confidence devDependencies patch
eslint-plugin-import-x 0.5.0 -> 0.5.1 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 48.2.5 -> 48.2.8 age adoption passing confidence devDependencies patch
eslint-plugin-jsonc (source) 2.15.1 -> 2.16.0 age adoption passing confidence devDependencies minor
eslint-plugin-n 17.7.0 -> 17.8.0 age adoption passing confidence devDependencies minor
eslint-plugin-promise 6.1.1 -> 6.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-regexp 2.5.0 -> 2.6.0 age adoption passing confidence devDependencies minor
knip (source) 5.16.0 -> 5.17.4 age adoption passing confidence devDependencies minor
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence devDependencies patch
node (source) 20.12.0 -> 20.14.0 age adoption passing confidence minor
pnpm (source) 9.1.0 -> 9.2.0 age adoption passing confidence packageManager minor
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence devDependencies minor
rollup (source) 4.17.2 -> 4.18.0 age adoption passing confidence devDependencies minor
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence devDependencies patch
tsx 4.10.5 -> 4.11.2 age adoption passing confidence devDependencies minor
yaml-eslint-parser 1.2.2 -> 1.2.3 age adoption passing confidence devDependencies patch

Release Notes

RebeccaStevens/eslint-config-rebeccastevens (@​rebeccastevens/eslint-config)

v3.0.0-next.32

Compare Source

Features

v3.0.0-next.31

Compare Source

Features

v3.0.0-next.30

Compare Source

Features

v3.0.0-next.29

Compare Source

Features

v3.0.0-next.28

Compare Source

Features
rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features
streetsidesoftware/cspell (cspell)

v8.8.4

Compare Source

v8.8.3

Compare Source

v8.8.2

Compare Source

eslint-functional/eslint-plugin-functional (eslint-plugin-functional)

v7.0.0-aplha.3

Compare Source

v7.0.0-alpha.8

Compare Source

v7.0.0-alpha.7

Compare Source

v7.0.0-alpha.6

Compare Source

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v0.5.1

Compare Source

Patch Changes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v48.2.8

Compare Source

v48.2.7

Compare Source

v48.2.6

Compare Source

Bug Fixes
  • require-yields: avoid error when ExportNamedDeclaration has no declaration prop (93a9415)
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.16.0

Compare Source

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

v17.8.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.2.0

Compare Source

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v2.6.0

Compare Source

Minor Changes
  • Improved compatibility of type information with typescript-eslint in config. (#​740)
webpro-nl/knip (knip)

v5.17.4

Compare Source

v5.17.3

Compare Source

  • Add ‘kill’ and ‘ssh’ as globally available binaries (#​660) (5e576a2)
  • Remove version selector (9ad1d46)
  • Timerify (de)serialize functions (0e04f1e)
  • Update docs (935a706)

v5.17.2

Compare Source

v5.17.1

Compare Source

v5.17.0

Compare Source

  • Fix --watch after refactors (db2a261)
  • Improve getHasStrictlyNsReferences and traverse into re-exports (9d75e0d)
  • Restore imports in Footer.astro (c836517)
okonet/lint-staged (lint-staged)

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
nodejs/node (node)

v20.14.0

Compare Source

v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Revert "tools: install npm PowerShell scripts on Windows"

Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.

Commits
  • [b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #​52897

v20.13.0

Compare Source

v20.12.2: 2024-04-10, Version 20.12.2 'Iron' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits

v20.12.1

Compare Source

pnpm/pnpm (pnpm)

v9.2.0

Compare Source

v9.1.4

Compare Source

v9.1.3

Compare Source

v9.1.2

Compare Source

Patch Changes

  • Reduced memory usage during peer dependencies resolution #​8084.
  • Details in the pnpm licenses output are not misplaced anymore #​8071.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.1.1

Compare Source

prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.18.0

Compare Source

2024-05-22

Features
  • Resolve import.meta.filename and .dirname in transpiled plugins (#​5520)
Pull Requests
Microsoft/tslib (tslib)

v2.6.3

Compare Source

privatenumber/tsx (tsx)

v4.11.2

Compare Source

v4.11.1

Compare Source

v4.11.0

Compare Source

Bug Fixes
  • only error on invalid tsconfig if explicitly passed in (#​30) (b6bf39b)
Features
  • esm api: configurable tsconfig (3f42ae3)

This release is also available on:

ota-meshi/yaml-eslint-parser (yaml-eslint-parser)

v1.2.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Jun 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from b12ca86 to efe853a Compare June 6, 2024 01:19
@RebeccaStevens RebeccaStevens force-pushed the renovate/all-minor-patch branch from efe853a to d54e9af Compare June 6, 2024 01:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d54e9af to 61948fc Compare June 6, 2024 01:34
@RebeccaStevens RebeccaStevens force-pushed the renovate/all-minor-patch branch from 61948fc to d54e9af Compare June 6, 2024 01:37
@RebeccaStevens RebeccaStevens merged commit 305fcd9 into main Jun 6, 2024
22 checks passed
@RebeccaStevens RebeccaStevens deleted the renovate/all-minor-patch branch June 6, 2024 01:38
Copy link

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💙 Renovate Status: Released It's now live. Type: Maintenance Generic maintenance tasks, e.g., package updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant