adonis-guard
adonis-guard copied to clipboard
chore(deps-dev): bump edge.js from 1.1.4 to 5.3.2
Bumps edge.js from 1.1.4 to 5.3.2.
Release notes
Sourced from edge.js's releases.
Fix XSS vulnerability reported by Snyk security team
- fix: Cross-Site Scripting vulnerability reported by Snyk security team fa2c7fd
- chore: update dependencies 8f53d43
https://github.com/poppinss/edge/compare/v5.3.1...v5.3.2
update dependencies
- chore: update dependencies 5c1b306
- chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#96) 739aabb
- chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#95) 2e6b0ef
- chore(deps): bump normalize-url from 4.5.0 to 4.5.1 (#94) 401d70c
- chore: update dependencies 438aef3
https://github.com/poppinss/edge/compare/v5.3.0...v5.3.1
Components now allow passing spread and identifier expressions as props
The following syntax will work like a charm
@component('button', { ...someObject })
@component('button', someObject)
- fix: remove unused import b24a9f0
- chore: update dependencies c66e9bd
- feat: add support for spread operator and identifier in component data param e431e60
https://github.com/poppinss/edge/compare/v5.2.2...v5.3.0
Update edge-parser
- chore: update dependencies ec6b55a
https://github.com/poppinss/edge/compare/v5.2.1...v5.2.2
Enhancing the props serialization API
Props now serialize
className
property to class and serialization methods allows treating the custom props as defaults and give preference to user defined props.Commits
- feat(props): add support for defining element class via className property 8ecb1f5
- feat: add support to serialize props by giving preference to user input ef4668f
- ci: remove appveyor in favor of gh actions d3f7225
... (truncated)
Commits
79bc0a1
chore(release): 5.3.2fa2c7fd
fix: Cross-Site Scripting vulnerability reported by Snyk security team8f53d43
chore: update dependencies5555a58
chore(release): 5.3.15c1b306
chore: update dependencies739aabb
chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#96)2e6b0ef
chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#95)401d70c
chore(deps): bump normalize-url from 4.5.0 to 4.5.1 (#94)438aef3
chore: update dependenciesa662b98
chore(release): 5.3.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.