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 github.com/a-h/templ from 0.2.334 to 0.2.598 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps github.com/a-h/templ from 0.2.334 to 0.2.598.

Release notes

Sourced from github.com/a-h/templ's releases.

v0.2.598

Big changes

  • Added fsnotify-based hot reload - big improvement to the --watch command - a-h/templ#470
  • Introduced support for CSS args - https://templ.guide/syntax-and-usage/css-style-management#css-component-arguments
  • Updated minimum Go version to 1.21 from 1.20 - 1.20 hit end of life on 06 Feb 2024.
  • Complete rewrite of Go expression parsing, Go parsing now uses go/ast which means that multiline Go expressions are now supported. This is a big change. To test it, I wrote a new fuzzing suite, and generated code for over 1000 public Github projects - a-h/templ#461 - so I'm confident in it, but given the variation of how people write code, there's still risk.

Changelog

New Contributors

... (truncated)

Commits
  • 2a7ab84 chore: fix typo
  • 0ac072f chore(docs): add inline component example (#565)
  • edb6b55 fix: ensure relative paths can be processed, fixes #570
  • 8f039c9 chore: update minimum go version to 1.21 (#573)
  • ba05087 fix: a few more nits on parser changes
  • c1851f1 fix: a few more nits on parser changes
  • 339ce2c fix: boolean expression format, fixes #571
  • 6c2f65f fix: parse issue with templ component variables, fixes #571 (#572)
  • 925e7a1 fix: guard from index out of bounds error in function parsing (#568)
  • 5d4b87f docs: fix gin html status code overwrite and provide fallback renderer (#550)
  • 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 [github.com/a-h/templ](https://github.com/a-h/templ) from 0.2.334 to 0.2.598.
- [Release notes](https://github.com/a-h/templ/releases)
- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)
- [Commits](a-h/templ@v0.2.334...v0.2.598)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2024
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
Projects
None yet
0 participants