Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^20.11.25 -> ^20.19.25 age confidence
changelogen ^0.5.5 -> ^0.6.2 age confidence
eslint (source) ^8.57.0 -> ^8.57.1 age confidence
eslint-config-unjs ^0.2.1 -> ^0.5.0 age confidence
pnpm (source) 8.15.4 -> 8.15.9 age confidence
typescript (source) ^5.3.3 -> ^5.9.3 age confidence

Release Notes

unjs/changelogen (changelogen)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • cli: Accept hideAuthorEmail arg (#​275)
📖 Documentation
  • Add note about version number interpretation (#​272)
🌊 Types
  • config.types accept boolean value (#​278)
🏡 Chore
❤️ Contributors

v0.6.1

Compare Source

compare changes

🩹 Fixes
  • Pass cwd in more places before running commands (#​266)
🏡 Chore
✅ Tests
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Update jiti to v2 (6e85d32)
  • Add check for breaking changes in commit body (#​228)
  • Hide author email address via flag (#​247)
  • Add noAuthors option (#​183)
🩹 Fixes
  • Use https proto for author's github link (#​225)
  • Use https proto for author's github link in tests (#​226)
  • Release version regex supporting pre versions (#​259)
  • Use correct compare changes URL for Bitbucket (#​257)
  • Use tag template for version title and compare change link (#​255)
  • Render usernames in github changelog (#​265)
💅 Refactors
  • Use consola for colors (49e0401)
  • Use confbox for yaml parsing (19e940c)
📦 Build
🏡 Chore
✅ Tests
  • Add tests for parsing co-authors from commit body (#​229)
⚠️ Breaking Changes
❤️ Contributors

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
unjs/eslint-config (eslint-config-unjs)

v0.5.0

Compare Source

compare changes

📦 Build
  • ⚠️ Update dependencies (9bff5ca)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (9bff5ca)
❤️ Contributors

v0.4.2

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.1

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.0

Compare Source

compare changes

🏡 Chore
  • ⚠️ Update dependencies (ec5727e)
  • Use eslint ts support with jiti (0d531f8)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (ec5727e)
❤️ Contributors

v0.3.2

Compare Source

compare changes

🏡 Chore
  • Update unicorn plugin to 53 (0a944e4)
❤️ Contributors

v0.3.1

Compare Source

compare changes

🩹 Fixes
  • markdown: Override default rules (4765dd5)
🏡 Chore
  • Remove prerelease script (pnpm why ?!) (a98c465)
❤️ Contributors

v0.3.0

Compare Source

compare changes

pnpm/pnpm (pnpm)

v8.15.9: pnpm 8.15.9

Compare Source

Patch Changes

  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.8

Compare Source

Patch Changes

  • Upgrade tar to v6.2.1 in the dependences #​7939.
  • If the script-shell option is configured to a .bat/.cmd file on Windows, pnpm will now error with ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS. Newer versions of Node.js released in April 2024 do not support executing these files directly without behavior differences. If the script-shell option is necessary for your use-case, please set a .exe file instead.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.7

Compare Source

Patch Changes

  • pnpm config get prints a comma-separated list for an array value instead of nothing.
  • It should be possible to publish a tarball with custom dist-tag #​7845.
  • Print the list of packages that were not built because they are ignored by configuration settings.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

Patch Changes

  • Correctly detect the active Node.js version during headless installation #​7801.
  • The npm CLI executed from pnpm should not use Corepack #​7747.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 force-pushed the renovate/all-minor-patch branch 6 times, most recently from df998e9 to 55b1b32 Compare April 6, 2024 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0eb7410 to 01719c6 Compare April 13, 2024 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d908537 to b62a104 Compare May 6, 2024 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1b352e4 to 30bc3f1 Compare May 14, 2024 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2c354bf to ece16eb Compare June 5, 2024 09:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from db09da0 to 6463f70 Compare June 20, 2024 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 15bc750 to 6584166 Compare July 15, 2025 09:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6584166 to 30c9a85 Compare July 19, 2025 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30c9a85 to b6e9fba Compare July 31, 2025 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9a66d5c to 1598950 Compare August 15, 2025 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1598950 to c0316b2 Compare August 19, 2025 11:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d5e54c6 to 08a702d Compare September 4, 2025 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2b7b564 to 1e57309 Compare September 18, 2025 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6ae876e to 3b2d122 Compare September 30, 2025 23:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 617f990 to 182b1f1 Compare October 12, 2025 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 38a4411 to 8212999 Compare October 21, 2025 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8212999 to 58fd2a7 Compare October 28, 2025 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f3bf89c to d9544c5 Compare November 12, 2025 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9544c5 to d6ed899 Compare November 18, 2025 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant