Skip to content

Commit

Permalink
fix(deps): update netlify build packages (major) (#3139)
Browse files Browse the repository at this point in the history
* fix(deps): update netlify build packages

* chore: use new `@netlify/config` interface

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ehmicky <ehmicky@gmail.com>
  • Loading branch information
3 people authored Aug 11, 2021
1 parent 8ef7a33 commit 81009bc
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 21 deletions.
59 changes: 43 additions & 16 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\""
},
"dependencies": {
"@netlify/build": "^17.11.0",
"@netlify/config": "^14.4.3",
"@netlify/build": "^18.0.2",
"@netlify/config": "^15.0.1",
"@netlify/framework-info": "^5.8.0",
"@netlify/local-functions-proxy": "^1.1.0",
"@netlify/plugin-edge-handlers": "^1.11.22",
Expand Down
4 changes: 1 addition & 3 deletions src/commands/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,7 @@ class DeployCommand extends Command {
exit,
})

if (configMutations.length !== 0) {
await restoreConfig({ buildDir: deployFolder, configPath, redirectsPath })
}
await restoreConfig(configMutations, { buildDir: deployFolder, configPath, redirectsPath })

printResults({ flags, results, deployToProduction, exit })

Expand Down

1 comment on commit 81009bc

@github-actions
Copy link

Choose a reason for hiding this comment

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

📊 Benchmark results

Package size: 331 MB

Please sign in to comment.