Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

chore(deps-dev): bump @indaco/svelte-iconoir from 4.7.2 to 5.0.1 in /packages/essentials#274

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/essentials/indaco/svelte-iconoir-5.0.1
Closed

chore(deps-dev): bump @indaco/svelte-iconoir from 4.7.2 to 5.0.1 in /packages/essentials#274
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/essentials/indaco/svelte-iconoir-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 1, 2023

Bumps @indaco/svelte-iconoir from 4.7.2 to 5.0.1.

Release notes

Sourced from @​indaco/svelte-iconoir's releases.

v5.0.1

compare changes

⛑️ Fixes

📖 Documentation

  • README.md: Describe icon_variant (4259afc)
  • README.md: Drop the import all note (299c21c)

❤️ Contributors

v5.0.0

compare changes

Breakings

Iconoir v7 introduced solid icons. Icons are now organized as regular and solid and it is reflected on how the icon components are imported and used.

^v4.0.0:

<script>
  import { SunLightIcon } from '@indaco/svelte-iconoir/sun-light';
</script>

^v5:

<script>
  import { SunLightIcon } from '@indaco/svelte-iconoir/regular/sun-light';
</script>

💅 Refactors

  • Optimize code for scripts cleanAll and cpFiles (47b4a96)
  • Optimize code for scripts/utils.ts (681be1e)
  • scripts/buildIconsDataset.ts: Iconoir v7 with icon variants (d6455a0)
  • scripts/makeProdPkg.ts: Code optimization for iconoir v7 (fb888b2)

📖 Documentation

  • CHANGELOG: Fix typo (68d349a)
  • Update changie header.tpl.md (a7516a0)

... (truncated)

Changelog

Sourced from @​indaco/svelte-iconoir's changelog.

5.0.1 - 2023-10-30

compare changes

⛑️ Fixes

📖 Documentation

  • README.md: Describe icon_variant (4259afc)
  • README.md: Drop the import all note (299c21c)

❤️ Contributors

5.0.0 - 2023-10-30

compare changes

Breakings

Iconoir v7 introduced solid icons. Icons are now organized as regular and solid and it is reflected on how the icon components are imported and used.

^v4.0.0:

<script>
  import { SunLightIcon } from '@indaco/svelte-iconoir/sun-light';
</script>

^v5:

<script>
  import { SunLightIcon } from '@indaco/svelte-iconoir/regular/sun-light';
</script>

💅 Refactors

  • Optimize code for scripts cleanAll and cpFiles (47b4a96)
  • Optimize code for scripts/utils.ts (681be1e)
  • scripts/buildIconsDataset.ts: Iconoir v7 with icon variants (d6455a0)
  • scripts/makeProdPkg.ts: Code optimization for iconoir v7 (fb888b2)

📖 Documentation

... (truncated)

Commits
  • be11f3b docs: v5.0.1
  • 2b9f1fa Merge pull request #37 from indaco/fix-exports
  • 5d257b0 chore: release v5.0.1
  • 299c21c docs(README.md): drop the import all note
  • 4259afc docs(README.md): describe icon_variant
  • 6d9ac34 fix: export map
  • d01942c Merge pull request #36 from indaco/v5
  • 7da8466 docs: update CHANGELOG
  • fb888b2 refactor(scripts/makeProdPkg.ts): code optimization for iconoir v7
  • e391bde chore: update demo page
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@indaco/svelte-iconoir](https://github.com/indaco/svelte-iconoir) from 4.7.2 to 5.0.1.
- [Release notes](https://github.com/indaco/svelte-iconoir/releases)
- [Changelog](https://github.com/indaco/svelte-iconoir/blob/main/CHANGELOG.md)
- [Commits](indaco/svelte-iconoir@v4.7.2...v5.0.1)

---
updated-dependencies:
- dependency-name: "@indaco/svelte-iconoir"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 1, 2023

Superseded by #291.

@dependabot dependabot Bot closed this Dec 1, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/essentials/indaco/svelte-iconoir-5.0.1 branch December 1, 2023 13:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

0 participants