seek-oss / skuba

🤿 SEEK development toolkit for backend applications and packages
https://seek-oss.github.io/skuba/
MIT License
60 stars 33 forks source link

deps: npm dev dependencies #1622

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.6 -> 2.27.7 age adoption passing confidence
@types/picomatch (source) 2.3.3 -> 2.3.4 age adoption passing confidence
enhanced-resolve 5.17.0 -> 5.17.1 age adoption passing confidence
fastify (source) 4.28.0 -> 4.28.1 age adoption passing confidence
memfs 4.9.3 -> 4.11.1 age adoption passing confidence
semver 7.6.2 -> 7.6.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

changesets/changesets (@​changesets/cli) ### [`v2.27.7`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.7) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.6...@changesets/cli@2.27.7) ##### Patch Changes - [#​1047](https://togithub.com/changesets/changesets/pull/1047) [`d108fa6`](https://togithub.com/changesets/changesets/commit/d108fa66e63c3000f42db7580a862b737e241c4d) Thanks [@​patzick](https://togithub.com/patzick)! - Fixed a crash that could occur when depending on a tagged version of another workspace package. - [#​1400](https://togithub.com/changesets/changesets/pull/1400) [`dd6e5bb`](https://togithub.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a crash that prevented the CLI from running in a scenario when a workspace depends on the root workspace - Updated dependencies \[[`d108fa6`](https://togithub.com/changesets/changesets/commit/d108fa66e63c3000f42db7580a862b737e241c4d), [`dd6e5bb`](https://togithub.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca), [`dd6e5bb`](https://togithub.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.4 - [@​changesets/config](https://togithub.com/changesets/config)[@​3](https://togithub.com/3).0.2 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​2](https://togithub.com/2).1.1 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.3 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.3
webpack/enhanced-resolve (enhanced-resolve) ### [`v5.17.1`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.17.1) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.17.0...v5.17.1) - fix: `exports` and `imports` array target resolving - perf(memory): avoid creating a new array inside doResolve
fastify/fastify (fastify) ### [`v4.28.1`](https://togithub.com/fastify/fastify/releases/tag/v4.28.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.28.0...v4.28.1) #### What's Changed - \[Backport 4.x] fix: server.listen listener is not cleanup properly by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/fastify/fastify/pull/5523](https://togithub.com/fastify/fastify/pull/5523) - \[Backport 4.x] test: fix test finished earlier than expected by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/fastify/fastify/pull/5541](https://togithub.com/fastify/fastify/pull/5541) - fix(v4): update .npmignore by [@​Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5538](https://togithub.com/fastify/fastify/pull/5538) **Full Changelog**: https://github.com/fastify/fastify/compare/v4.28.0...v4.28.1
streamich/memfs (memfs) ### [`v4.11.1`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#4111-2024-08-01) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.11.0...v4.11.1) ##### Bug Fixes - 🐛 declare ReadableStream global type ([#​1048](https://togithub.com/streamich/memfs/issues/1048)) ([57fba2c](https://togithub.com/streamich/memfs/commit/57fba2c825b21e14645cdeeec6576fe44331ce7c)) ### [`v4.11.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#4110-2024-07-27) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.10.0...v4.11.0) ##### Features - volume implementation of .opendir() method ([7072fb7](https://togithub.com/streamich/memfs/commit/7072fb7545b6269c3f04f191a4853ad0f39ed15f)) ### [`v4.10.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#4100-2024-07-27) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.9.4...v4.10.0) ##### Features - 🎸 add IReadableWebStreamOptions type ([99ebd64](https://togithub.com/streamich/memfs/commit/99ebd6491e4886dc9947d5b3c867241b7158357a)) - 🎸 implement FileHandle.readableWebStream() ([c3ddc6c](https://togithub.com/streamich/memfs/commit/c3ddc6c21ea112056ee84e3c131f09f5b2582779)) #### [4.9.4](https://togithub.com/streamich/memfs/compare/v4.9.3...v4.9.4) (2024-07-23) ##### Bug Fixes - ensure files in subdirectories are returned as buffers when calling `toJSON` with `asBuffer` ([#​1041](https://togithub.com/streamich/memfs/issues/1041)) ([c3d4cf3](https://togithub.com/streamich/memfs/commit/c3d4cf36e438f7fef2dab4639c08449ceada28a3)) #### [4.9.3](https://togithub.com/streamich/memfs/compare/v4.9.2...v4.9.3) (2024-06-14) ##### Bug Fixes - replace `sonic-forest` with `tree-dump` ([#​1038](https://togithub.com/streamich/memfs/issues/1038)) ([f989dcd](https://togithub.com/streamich/memfs/commit/f989dcd2e6457698b85491997ea073ae07c04724)) #### [4.9.2](https://togithub.com/streamich/memfs/compare/v4.9.1...v4.9.2) (2024-04-30) ##### Bug Fixes - 🐛 bump [@​jsonjoy](https://togithub.com/jsonjoy).com/util package ([eea3b42](https://togithub.com/streamich/memfs/commit/eea3b421f28698cff6800bfb8882faa340c0b344)) - 🐛 bump json-pack ([32cc4da](https://togithub.com/streamich/memfs/commit/32cc4da5db9c0288574e4e539174c3d0f8816902)) #### [4.9.1](https://togithub.com/streamich/memfs/compare/v4.9.0...v4.9.1) (2024-04-27) ##### Bug Fixes - 🐛 use latest json-pack implementation ([de54ab5](https://togithub.com/streamich/memfs/commit/de54ab53a5df3b857975094ce4c59d760240a6d6)) ### [`v4.9.4`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#494-2024-07-23) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.9.3...v4.9.4) ##### Bug Fixes - ensure files in subdirectories are returned as buffers when calling `toJSON` with `asBuffer` ([#​1041](https://togithub.com/streamich/memfs/issues/1041)) ([c3d4cf3](https://togithub.com/streamich/memfs/commit/c3d4cf36e438f7fef2dab4639c08449ceada28a3))
npm/node-semver (semver) ### [`v7.6.3`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#763-2024-07-16) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.2...v7.6.3) ##### Bug Fixes - [`73a3d79`](https://togithub.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0) [#​726](https://togithub.com/npm/node-semver/pull/726) optimize Range parsing and formatting ([#​726](https://togithub.com/npm/node-semver/issues/726)) ([@​jviide](https://togithub.com/jviide)) ##### Documentation - [`2975ece`](https://togithub.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064) [#​719](https://togithub.com/npm/node-semver/pull/719) fix extra backtick typo ([#​719](https://togithub.com/npm/node-semver/issues/719)) ([@​stdavis](https://togithub.com/stdavis))

Configuration

📅 Schedule: Branch creation - "before 3:00 am every 2 weeks on Tuesday" in timezone Australia/Melbourne, 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.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: ae3c7661790e07a5123284e616ac9b7ca53aa4d6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

samchungy commented 2 months ago

https://github.com/streamich/memfs/pull/1048