Skip to content

Commit

Permalink
fix(deps): update dependency netlify-redirect-parser to ^8.2.0 (#3111)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency netlify-redirect-parser to ^8.2.0

* chore: be explicit about `minimal` redirects

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ehmicky <ehmicky@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 5, 2021
1 parent a674bd4 commit d32defe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"minimist": "^1.2.5",
"multiparty": "^4.2.1",
"netlify": "^8.0.0",
"netlify-redirect-parser": "^8.1.0",
"netlify-redirect-parser": "^8.2.0",
"netlify-redirector": "^0.2.1",
"node-fetch": "^2.6.0",
"node-version-alias": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/rules-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { NETLIFYDEVWARN, NETLIFYDEVLOG } = require('./logo')
// and `netlify.toml`
const parseRedirectRules = async function ({ redirectsFiles, configPath }) {
try {
const rules = await parseAllRedirects({ redirectsFiles, netlifyConfigPath: configPath })
const rules = await parseAllRedirects({ redirectsFiles, netlifyConfigPath: configPath, minimal: false })
return rules.map(normalizeRule)
} catch (error) {
console.error(`${NETLIFYDEVWARN} Warnings while parsing redirects:
Expand Down

1 comment on commit d32defe

@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.