Commit graph

994 commits

Author SHA1 Message Date
dependabot[bot]
f1c2a1b310 Bump tox from 4.13.0 to 4.14.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.14.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 21:49:33 +01:00
Emil Stenström
7058f05e04 Bump version. 2024-03-07 08:21:47 +01:00
Emil Stenström
454b9ee4dc
Merge pull request #391 from dylanjcastillo/add-type-hints
Add type hints
2024-03-05 11:05:56 +01:00
Dylan Castillo
b58100eb9d Remove typing-extensions 2024-03-05 10:29:39 +01:00
Dylan Castillo
25fe39c6d6
Merge branch 'master' into add-type-hints 2024-03-04 21:45:37 +01:00
Emil Stenström
f7dbad34f9
Merge pull request #393 from EmilStenstrom/dependabot/pip/django-5.0.3
Bump django from 5.0.2 to 5.0.3
2024-03-04 20:55:09 +01:00
Emil Stenström
0782639c96
Merge pull request #392 from EmilStenstrom/dependabot/pip/black-24.2.0
Bump black from 24.1.1 to 24.2.0
2024-03-04 20:54:56 +01:00
dependabot[bot]
1ec1c54500
Bump django from 5.0.2 to 5.0.3
Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3.
- [Commits](https://github.com/django/django/compare/5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 17:13:52 +00:00
dependabot[bot]
2f3ea75a22
Bump black from 24.1.1 to 24.2.0
Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.1.1...24.2.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 17:13:28 +00:00
Dylan Castillo
2ed3b40d05 Add type hints 2024-03-02 14:39:26 +01:00
Emil Stenström
24517ddd61
Merge pull request #389 from EmilStenstrom/EmilStenstrom-patch-1
Update README.md
2024-02-26 22:59:17 +01:00
Emil Stenström
5a13a611f5
Update README.md 2024-02-26 22:59:09 +01:00
Emil Stenström
a074d0c70f
Merge pull request #376 from EmilStenstrom/simplify-api
Rename component_block to compnent (Fixes #232)
2024-02-26 22:55:19 +01:00
Emil Stenström
58f46448bd
Merge branch 'master' into simplify-api 2024-02-26 22:52:55 +01:00
Emil Stenström
c932f28cb4 Make a big version jump to signify big change. 2024-02-26 22:51:49 +01:00
Emil Stenström
02ca78a480
Merge pull request #388 from EmilStenstrom/dependabot/pip/pytest-8.0.2
Bump pytest from 8.0.1 to 8.0.2
2024-02-26 21:09:16 +01:00
dependabot[bot]
da2dfab489
Bump pytest from 8.0.1 to 8.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 17:28:57 +00:00
Emil Stenström
f5855b50e3
Merge pull request #387 from dylanjcastillo/add-community-examples
Add django-htmx-components
2024-02-24 16:28:14 +01:00
Dylan Castillo
b5acdd6a99 Add django-htmx-components 2024-02-24 15:25:15 +01:00
Emil Stenström
76a0cde3af Bump version. 2024-02-22 08:58:36 +01:00
Emil Stenström
f4bfeb2404 Bump version. 2024-02-22 08:54:08 +01:00
Emil Stenström
a32128a420 Don't rely on BASE_DIR being a Path. 2024-02-22 08:31:50 +01:00
Emil Stenström
94110b5e91 Add red notice to README. 2024-02-21 22:38:06 +01:00
pre-commit-ci[bot]
c8a1915f58 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-02-21 22:38:06 +01:00
Emil Stenström
1f50ed0bd5 Add script to upgrade component syntax. 2024-02-21 22:38:06 +01:00
Emil Stenström
926877d1d6 Make tox read from pyproject.toml too. 2024-02-21 22:38:06 +01:00
Emil Stenström
eb5f5952ae Remove duplicate mention of component tag. 2024-02-21 22:38:06 +01:00
Emil Stenström
edf3885632 Replace all instances of component_block with component. Remove duplicate tests. 2024-02-21 22:38:06 +01:00
Emil Stenström
48fe8171b4 Reformat lines that became too long. And enforce 119 line length. 2024-02-21 22:38:06 +01:00
Emil Stenström
ef6a082238 Remove component tag in favour of component_block. 2024-02-21 22:38:06 +01:00
dependabot[bot]
f3350ced11 Bump tox from 4.12.1 to 4.13.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.12.1 to 4.13.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.13.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 21:38:20 +01:00
Emil Stenström
4b28793a99 Ignore python-version. 2024-02-21 21:31:32 +01:00
dependabot[bot]
143e79e28e Bump pytest from 8.0.0 to 8.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 22:37:42 +01:00
Emil Stenström
c73cc0a763
Merge pull request #382 from EmilStenstrom/dependabot/pip/pre-commit-3.6.2
Bump pre-commit from 3.6.1 to 3.6.2
2024-02-19 22:36:41 +01:00
dependabot[bot]
22395ae3f4
Bump pre-commit from 3.6.1 to 3.6.2
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.1...v3.6.2)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 17:53:46 +00:00
Emil Stenström
1f943bd264
Merge pull request #378 from EmilStenstrom/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-02-13 22:09:32 +01:00
pre-commit-ci[bot]
f563c8a907
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.1.1 → 24.2.0](https://github.com/psf/black/compare/24.1.1...24.2.0)
2024-02-13 00:13:45 +00:00
Emil Stenström
20d5dd81a1
Merge pull request #377 from EmilStenstrom/dependabot/pip/pre-commit-3.6.1
Bump pre-commit from 3.6.0 to 3.6.1
2024-02-12 19:57:20 +01:00
dependabot[bot]
7ec8073df9
Bump pre-commit from 3.6.0 to 3.6.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 17:16:03 +00:00
Emil Stenström
188a9dc7ee Bump version. 2024-02-09 09:24:15 +01:00
Emil Stenström
a3e162c94f
Merge pull request #372 from dylanjcastillo/fix-issue-290
Look for components in BASE_DIR/components as well
2024-02-08 08:51:55 +01:00
Dylan Castillo
5b296b02a3 Remove more prints, sorry :/ 2024-02-08 08:45:00 +01:00
Dylan Castillo
5c2b7eb640 Remove unnecessary function 2024-02-08 08:45:00 +01:00
Dylan Castillo
bb639d45c6 Remove unnecessary print 2024-02-08 08:45:00 +01:00
Dylan Castillo
567c8ccc3d Fix for #290 2024-02-08 08:45:00 +01:00
Emil Stenström
87cf485a5d
Merge pull request #373 from EmilStenstrom/dependabot/pip/django-5.0.2
Bump django from 5.0.1 to 5.0.2
2024-02-08 08:43:34 +01:00
dependabot[bot]
ef3548cebb
Bump django from 5.0.1 to 5.0.2
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2.
- [Commits](https://github.com/django/django/compare/5.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 17:40:16 +00:00
Emil Stenström
91a7e0943f
Merge pull request #370 from EmilStenstrom/dependabot/pip/pytest-8.0.0
Bump pytest from 7.4.4 to 8.0.0
2024-02-02 21:12:16 +01:00
dependabot[bot]
46bcef798f Bump pytest from 7.4.4 to 8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 22:38:13 +01:00
Emil Stenström
4761d6d50f
Merge pull request #371 from EmilStenstrom/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-01-29 22:37:56 +01:00