[Snyk] Upgrade ionicons from 4.5.5 to 6.0.2 #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade ionicons from 4.5.5 to 6.0.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
The recommended version fixes:
SNYK-JS-SHELLQUOTE-1766506
Why? CVSS 8.1
SNYK-JS-LODASH-608086
Why? CVSS 8.1
SNYK-JS-LODASH-567746
Why? CVSS 8.1
SNYK-JS-LODASH-1040724
Why? CVSS 8.1
SNYK-JS-ASYNC-2441827
Why? CVSS 8.1
SNYK-JS-PATHPARSE-1077067
Why? CVSS 8.1
SNYK-JS-LODASH-1018905
Why? CVSS 8.1
SNYK-JS-HOSTEDGITINFO-1088355
Why? CVSS 8.1
SNYK-JS-FOLLOWREDIRECTS-2332181
Why? CVSS 8.1
SNYK-JS-MINIMIST-2429795
Why? CVSS 8.1
SNYK-JS-FOLLOWREDIRECTS-2396346
Why? CVSS 8.1
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: ionicons
v6.0.1...v6.0.2
v6.0.0...v6.0.1
6.0.1-1
v5.5.4...v6.0.0
BREAKING CHANGE:
The
ariaLabel
andariaHidden
properties have been removed in favor of using thearia-label
andaria-hidden
attributes. For most developers there will be no change in behavior. Please review the migration steps below to see if you need to update your application:iconEl.ariaHidden = "true";
// After
iconEl.setAttribute('aria-hidden', 'true');
<IonIcon ariaHidden="true" />
{/* After */}
<IonIcon aria-hidden="true" />
v5.5.3...v5.5.4
v5.5.2...v5.5.3
v5.5.1...v5.5.2
v5.5.0...v5.5.1
Distribute
ionicons/components
custom element.v5.5.0-0...v5.5.0-1
Commit messages
Package name: ionicons
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs