-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore(deps): update dependency svgo to v3.0.4 #4325
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
🦋 Changeset detectedLatest commit: 99e4461 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
* chore(deps): update dependency @storybook/test-runner to ^0.15.1 * chore(deps): update dependency @testing-library/react to ^14.1.2 * chore(deps): update dependency tocbot to ^4.22.0 * chore(deps): update dependency chromatic to v9 (#4323) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @tanstack/react-query to v5 (#4241) * chore(deps): update dependency chromatic to ^7.5.4 * chore(deps): update dependency tocbot to ^4.21.3 (#4232) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint-plugin-jest to ^27.6.0 * fix(deps): update dependency react-intl to ^6.5.1 (#4240) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @cultureamp/i18n-react-intl to ^2.1.1 (#4239) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * fix(deps): update dependency tailwindcss to ^3.3.5 (#4236) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @types/lodash.kebabcase to ^4.1.8 (#4235) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/lodash.flatmap to ^4.5.8 (#4228) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency sass to ^1.69.5 (#4231) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/yargs to ^17.0.29 (#4230) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @tanstack/react-query to v5 * MultiSelect: Add status and validationMessage props (#4306) * feat(MultiSelectToggle): add status variants and styles * feat(MultiSelect): add validationMessage, status and docs to MultiSelect * refactor(MultiSelect): connect validationMessage to aria-describedy and test * refactor(MultiSelect): update type to extract specific state and fix description concat * tests(MultiSelect): Update test validate description contatination and cleanup * docs(MultiSelect): add example for description and validationMessage * refactor(MultiSelect): update validationMessage to obj and position in DOM * fix(MultiSelect-Popover): update margin between popover and toggle * add changeset * fix lint --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Winter <36558508+mcwinter07@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyfchong@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * chore(deps): update dependency svgo to v3.0.4 (#4325) * chore(deps): update dependency svgo to v3.0.4 * add changeset --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * chore(deps): update dependency @cultureamp/frontend-apis to v9 (#4320) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * fix(deps): update dependency use-debounce to v10 (#4324) * fix(deps): update dependency use-debounce to v10 * add changeset --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * chore(deps): update dependency @cultureamp/frontend-apis to ^9.0.2 * chore(deps): update dependency @storybook/test-runner to ^0.15.2 * chore(deps): update dependency @types/jest to ^29.5.10 * chore(deps): update dependency @types/yargs to ^17.0.32 * chore(deps): update react monorepo * chore(deps): update dependency @tanstack/react-query to ^5.8.7 * chore(deps): update dependency @rollup/plugin-alias to ^5.1.0 * chore(deps): update dependency tocbot to ^4.23.0 --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Winter <36558508+mcwinter07@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyfchong@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com>
This PR contains the following updates:
^3.0.3
->^3.0.4
~3.0.3
->~3.0.4
Release Notes
svg/svgo (svgo)
v3.0.4
Compare Source
Includes various bug fixes for existing plugins and a new optimization. Also splits
removeXMLNS
, which removed XLink, into two separate plugins,removeXMLNS
andremoveXlink
.What's Changed
Default Behavior
xmlns:xlink
) namespace. If that is desirable, you should enable the new Remove XLink (removeXlink
) plugin, which does more while being safer. By @TrySound and @SethFalco in https://github.com/svg/svgo/pull/1535Bug Fixes
pre
elements inforeignObject
. By @SethFalco in https://github.com/svg/svgo/pull/1796@-webkit-keyframes
in<style>
node. By @SethFalco in https://github.com/svg/svgo/pull/1826SVG Optimization
z
command if going back to initial position, or dropz
if redundant. By @KTibow in https://github.com/svg/svgo/pull/1822xmlns:xlink
) namespace and migrates from XLink attributes to the SVG 2 equivalent. Disabled by default. By @TrySound and @SethFalco in https://github.com/svg/svgo/pull/1535Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.