Skip to content

chore(deps): update npm-rolldown (major)#1863

Merged
IWANABETHATGUY merged 2 commits intomainfrom
renovate/major-npm-rolldown
Aug 13, 2024
Merged

chore(deps): update npm-rolldown (major)#1863
IWANABETHATGUY merged 2 commits intomainfrom
renovate/major-npm-rolldown

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.14.15 -> 22.2.0 age adoption passing confidence
glob ^10.4.1 -> ^11.0.0 age adoption passing confidence
vitest (source) ^1.6.0 -> ^2.0.0 age adoption passing confidence
why-is-node-running ^2.2.2 -> ^3.0.0 age adoption passing confidence

Release Notes

isaacs/node-glob (glob)

v11.0.0

Compare Source

vitest-dev/vitest (vitest)

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
mafintosh/why-is-node-running (why-is-node-running)

v3.2.0

Compare Source

Notable Changes

Relative file paths

The file paths shown in the output are now relative to the current working directory, if a path is outside of the current working directory the full absolute path will be used instead.

Before

There are 4 handle(s) keeping the process running

### Timeout
/path/to/project/example.js:6  - setInterval(() => {}, 1000)
/path/to/project/example.js:10 - startServer()

### TCPSERVERWRAP
/path/to/project/example.js:7  - server.listen(0)
/path/to/project/example.js:10 - startServer()

### Timeout
/path/to/project/example.js:6  - setInterval(() => {}, 1000)
/path/to/project/example.js:11 - startServer()

### TCPSERVERWRAP
/path/to/project/example.js:7  - server.listen(0)
/path/to/project/example.js:11 - startServer()

After

There are 4 handle(s) keeping the process running
### Timeout
example.js:6  - setInterval(() => {}, 1000)
example.js:10 - startServer()
### TCPSERVERWRAP
example.js:7  - server.listen(0)
example.js:10 - startServer()
### Timeout
example.js:6  - setInterval(() => {}, 1000)
example.js:11 - startServer()
### TCPSERVERWRAP
example.js:7  - server.listen(0)
example.js:11 - startServer()
No more dependencies

This version of why-is-node-running removes all of it's additional dependencies, resulting in a smaller overall package size.

What's Changed

Full Changelog: mafintosh/why-is-node-running@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed

Full Changelog: mafintosh/why-is-node-running@v3.0.0...v3.1.0

v3.0.0

Compare Source

What's Changed

Breaking Changes

This release raises the required Node.js version to 20.11 or higher, and introduces support for standardized JavaScript modules. This makes the package incompatible with CommonJS based environments and is thus a breaking change. If you want to use this version the following changes should be made:

Use JavaScript modules instead of CommonJS

-const why = require('why-is-node-running')
+import why from 'why-is-node-running'

Use --import instead of --require

-node --require why-is-node-running/include /path/to/some/file.js
+node --import why-is-node-running/include /path/to/some/file.js

Full Changelog: mafintosh/why-is-node-running@v2.3.0...v3.0.0


Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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.

@netlify
Copy link

netlify bot commented Aug 4, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 8ddb0c3
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/66bad5adf2b4420008f297ce

@renovate renovate bot force-pushed the renovate/major-npm-rolldown branch 2 times, most recently from 7d860e8 to c681feb Compare August 9, 2024 18:52
IWANABETHATGUY pushed a commit that referenced this pull request Aug 11, 2024
### Description

- base branch #1863

Vitest v2 update is failing in
#1863, but accompanying it with
vite v5.4 should fix it (see Vite PR for details
vitejs/vite#17807).
@renovate renovate bot force-pushed the renovate/major-npm-rolldown branch from 413767e to 8ddb0c3 Compare August 13, 2024 03:40
@IWANABETHATGUY IWANABETHATGUY added this pull request to the merge queue Aug 13, 2024
Merged via the queue into main with commit c2f019a Aug 13, 2024
@IWANABETHATGUY IWANABETHATGUY deleted the renovate/major-npm-rolldown branch August 13, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant