Skip to content
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): bump the all group with 3 updates #1509

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the all group with 3 updates: htmx.org, @iconify-json/simple-icons and prettier.

Updates htmx.org from 1.9.12 to 2.0.1

Release notes

Sourced from htmx.org's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: bigskysoftware/htmx@v2.0.0...v2.0.1

v2.0.0

What's Changed

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[2.0.1] - 2024-07-12

  • Make the /dist/htmx.esm.js file the main file in package.json to make installing htmx smoother
  • Update htmx.d.ts & include it in the distribution
  • A fix to avoid removing text-only templates on htmx cleanup
  • A fix for outerHTML swapping of the body tag
  • Many docs fixes

[2.0.0] - 2024-06-17

Commits
  • 79e0845 update CHANGELOG.md
  • 2f38ac7 add sha as an npm command and update for release
  • 2925d2c update changelog
  • b2791a7 update release
  • c3ecbcc update release
  • f751aba remove only top level files to keep the legacy extensions
  • ee13ae7 Merge remote-tracking branch 'origin/dev' into dev
  • 0f3b2b4 Let templates have plaintext as contents (fixes 2702) (#2708)
  • f38e057 Merge branch 'master' into dev
  • 89b9e2a Added a FastAPI + TailwindCSS + DaisyUI example (#2695)
  • Additional commits viewable in compare view

Updates @iconify-json/simple-icons from 1.1.108 to 1.1.109

Commits

Updates prettier from 3.3.2 to 3.3.3

Release notes

Sourced from prettier's releases.

3.3.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.3

diff

Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);

Add parentheses for decorator expressions (#16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@(foo`tagged template`)
class X {}
// Prettier 3.3.2
@​footagged template
class X {}
// Prettier 3.3.3
@(footagged template)
class X {}

Support @let declaration syntax (#16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 3 updates: [htmx.org](https://github.com/bigskysoftware/htmx), [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) and [prettier](https://github.com/prettier/prettier).


Updates `htmx.org` from 1.9.12 to 2.0.1
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](bigskysoftware/htmx@v1.9.12...v2.0.1)

Updates `@iconify-json/simple-icons` from 1.1.108 to 1.1.109
- [Commits](iconify/icon-sets@1.1.108...1.1.109)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: htmx.org
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 15, 2024
@thilobillerbeck thilobillerbeck merged commit 8f7e4f7 into main Jul 15, 2024
2 checks passed
@thilobillerbeck thilobillerbeck deleted the dependabot/npm_and_yarn/all-8b1d2402a6 branch July 15, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant