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 dependency @netlify/framework-info to v9 #4092

Merged
merged 2 commits into from Jan 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@netlify/framework-info ^8.0.2 -> ^9.0.0 age adoption passing confidence

Release Notes

netlify/framework-info

v9.0.0

Compare Source

⚠ BREAKING CHANGES
Miscellaneous Chores
8.0.2 (2022-01-17)
Bug Fixes
8.0.1 (2022-01-12)
Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 19, 2022
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Jan 19, 2022
@github-actions
Copy link

📊 Benchmark results

Comparing with 318c370

Package size: 357 MB

⬆️ 0.00% increase vs. 318c370

^                                                  448 MB  448 MB  448 MB  448 MB  448 MB  448 MB         
│                                                   ┌──┐    ┌──┐    ┌──┐    ┌──┐    ┌──┐    ┌──┐          
│                                                   |  |    |  |    |  |    |  |    |  |    |  |          
│ ──────────────────────────────────────────────────┼──┼────┼──┼────┼──┼────┼──┼────┼──┼────┼──┼──────────
│  355 MB  354 MB  354 MB  354 MB  354 MB  354 MB   |  |    |  |    |  |    |  |    |  |    |  |   357 MB 
│   ┌──┐    ┌──┐    ┌──┐    ┌──┐    ┌──┐    ┌──┐    |  |    |  |    |  |    |  |    |  |    |  |    ┌──┐  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
│   |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |  |    |▒▒|  
└───┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴────┴──┴──>
    T-12    T-11    T-10    T-9     T-8     T-7     T-6     T-5     T-4     T-3     T-2     T-1      T    
Legend

@ehmicky ehmicky added the automerge Add to Kodiak auto merge queue label Jan 19, 2022
@ehmicky ehmicky merged commit 3ef3d3c into main Jan 19, 2022
@ehmicky ehmicky deleted the renovate/netlify-framework-info-9.x branch January 19, 2022 17:49
@@ -3,7 +3,7 @@ const { EOL } = require('os')
const path = require('path')
const process = require('process')

const { getFramework, listFrameworks } = require('@netlify/framework-info')
const frameworkInfoPromise = import('@netlify/framework-info')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't know you could mix and match these :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to Kodiak auto merge queue type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants