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

fix(deps): update all major dependencies (major) #558

Open
wants to merge 1 commit into
base: smolinari-updates
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/cookie 9.3.1 -> 10.0.1 age adoption passing confidence
@rushstack/eslint-config (source) 3.6.8 -> 4.0.2 age adoption passing confidence
@types/express (source) 4.17.21 -> 5.0.0 age adoption passing confidence
cache-manager 5.4.0 -> 6.1.0 age adoption passing confidence
chokidar 3.6.0 -> 4.0.1 age adoption passing confidence
ts-morph ^23.0.0 -> ^24.0.0 age adoption passing confidence

Release Notes

fastify/fastify-cookie (@​fastify/cookie)

v10.0.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-cookie@v10.0.0...v10.0.1

v10.0.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-cookie@v9.4.0...v10.0.0

v9.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: fastify/fastify-cookie@v9.3.1...v9.4.0

microsoft/rushstack (@​rushstack/eslint-config)

v4.0.2

Compare Source

Thu, 19 Sep 2024 00:11:08 GMT

Patches
  • Fix ESLint broken links

v4.0.1

Compare Source

Wed, 14 Aug 2024 22:37:32 GMT

Version update only

v4.0.0

Compare Source

Tue, 13 Aug 2024 18:17:05 GMT

Breaking changes

v3.7.1

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v3.7.0

Compare Source

Wed, 29 May 2024 00:10:52 GMT

Minor changes
  • Bump the eslint-plugin-tsdoc plugin.

v3.6.10

Compare Source

Fri, 17 May 2024 00:10:40 GMT

Version update only

v3.6.9

Compare Source

Wed, 10 Apr 2024 21:59:39 GMT

Version update only

jaredwray/cacheable (cache-manager)

v5.5.0

Compare Source

Added Event Errors

Cache Manager now does not throw errors by default. Instead, all errors are evented through the error event. Here is an example on how to use it:

const memoryCache = await caching('memory', {
  max: 100,
  ttl: 10 * 1000 /*milliseconds*/,
});
memoryCache.on('error', (error) => {
  console.error('Cache error:', error);
});
What's Changed
New Contributors

Full Changelog: jaredwray/cacheable@v5.4.0...v5.5.0

paulmillr/chokidar (chokidar)

v4.0.1

Compare Source

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

v4.0.0

Compare Source

  • Remove glob support
  • Remove bundled fsevents
  • Decrease dependency count from 13 to 1
  • Rewrite in typescript. Makes emitted types more precise
  • The package became hybrid common.js / ESM
  • Bump minimum node.js requirement to v14+

Special thanks to @​43081j for improvements and help.

Full Changelog: paulmillr/chokidar@3.6.0...4.0.0

dsherret/ts-morph (ts-morph)

v24.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: dsherret/ts-morph@23.0.0...24.0.0


Configuration

📅 Schedule: Branch creation - "after 10pm on friday,before 5am on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 changed the title chore(deps): update dependency @rushstack/eslint-config to v4 chore(deps): update all major dependencies to v4 (major) Sep 13, 2024
@renovate renovate bot changed the title chore(deps): update all major dependencies to v4 (major) fix(deps): update all major dependencies (major) Sep 17, 2024
@renovate renovate bot force-pushed the renovate/major-all-major branch 7 times, most recently from 2dac7b7 to 8506661 Compare September 25, 2024 23:02
@renovate renovate bot force-pushed the renovate/major-all-major branch from 8506661 to 988150b Compare October 6, 2024 12:17
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.

0 participants