Commit graph

653 commits

Author SHA1 Message Date
sur.la.route
d940fa8797
updated renovate config 2022-07-18 08:56:53 -05:00
renovate[bot]
e526489e73 chore(deps) Update dependency postcss-cli to v10 2022-07-11 05:34:41 +00:00
semantic-release-bot
bf8951e057 chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.6.0...v1.7.0) (2022-07-08)

### Bug Fixes

* **git bash:** fixes char encoding on windows git bash ([3ef7c16](3ef7c16e8d)), closes [#275](https://github.com/Riverside-Healthcare/djLint/issues/275)

### Features

* **linter:** added per-file-ignores as a config option for linter rules ([c709efd](c709efd658)), closes [#107](https://github.com/Riverside-Healthcare/djLint/issues/107)
2022-07-08 16:18:03 +00:00
sur.la.route
1f72b941c8
Merge pull request #289 from Riverside-Healthcare/dev 2022-07-08 11:16:15 -05:00
Christopher Pickering
c709efd658
feat(linter): added per-file-ignores as a config option for linter rules
closes #107
2022-07-08 11:06:01 -05:00
Christopher Pickering
3ef7c16e8d
fix(git bash): fixes char encoding on windows git bash
closes #275
2022-07-07 13:38:23 -05:00
Christopher Pickering
0f9dd6478b
docs(readme): added npm download count 2022-07-06 13:39:23 -05:00
semantic-release-bot
e89159b0ae chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.5.0...v1.6.0) (2022-07-06)

### Features

* **npm:** added npm publish ([012230a](012230a80c))
2022-07-06 18:22:03 +00:00
sur.la.route
8b6d551251
Merge pull request #285 from Riverside-Healthcare/dev 2022-07-06 13:17:55 -05:00
Christopher Pickering
e13a741ae0
added token 2022-07-06 13:17:33 -05:00
sur.la.route
bb4ead9a63
Merge pull request #283 from Riverside-Healthcare/dev 2022-07-06 13:14:26 -05:00
Christopher Pickering
6c653093fe
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-06 13:09:54 -05:00
Christopher Pickering
012230a80c
feat(npm): added npm publish
Release should now publish to npm.
2022-07-06 13:09:22 -05:00
semantic-release-bot
e060c58383 chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.4.0...v1.5.0) (2022-07-06)

### Bug Fixes

* **h026:** fixes rule H026 for cases where id/class are part of another string ([611b1fa](611b1fa57a)), closes [#281](https://github.com/Riverside-Healthcare/djLint/issues/281)

### Features

* **npm:** updated npm installer ([4c0cacc](4c0caccdf6)), closes [#192](https://github.com/Riverside-Healthcare/djLint/issues/192)
2022-07-06 18:04:08 +00:00
sur.la.route
6946bdcb8d
Merge pull request #280 from Riverside-Healthcare/dev 2022-07-06 13:01:54 -05:00
sur.la.route
798b970582
Merge pull request #282 from ajlive/bug-rule-h026-ignore-hyphens 2022-07-06 12:50:38 -05:00
Christopher Pickering
611b1fa57a
fix(h026): fixes rule H026 for cases where id/class are part of another string
closes #281
2022-07-06 12:50:15 -05:00
AJ Livingston
a9b2b1cf86
Update H026 regex to ignore hyphens before and after class/id
Avoids matching
<div x-id-y
<div id-y
<div x-id
etc.
2022-07-06 13:35:53 -04:00
Christopher Pickering
c00c4983fb
removed windows 2022-07-06 12:21:28 -05:00
Christopher Pickering
48cb687aaa
changed xcode install in action 2022-07-06 12:15:47 -05:00
Christopher Pickering
68b8fca58e
changed xcode install in action 2022-07-06 12:00:20 -05:00
Christopher Pickering
9d43c02201
changed xcode install in action 2022-07-06 11:59:05 -05:00
Christopher Pickering
fbdb9d0827
changed xcode install in action 2022-07-06 11:57:13 -05:00
Christopher Pickering
1bd54d0cf8
changed xcode install in action 2022-07-06 11:52:16 -05:00
Christopher Pickering
25a06b1ceb
added xcode select for macos install 2022-07-06 11:48:31 -05:00
Christopher Pickering
a46ed660ad
added xcode select for macos install 2022-07-06 11:47:58 -05:00
Christopher Pickering
44db1dbe8f
added xcode select for macos install 2022-07-06 11:46:49 -05:00
Christopher Pickering
81f091f5d9
added xcode select for macos install 2022-07-06 11:44:12 -05:00
Christopher Pickering
8763b5f741
updated so lint text will pass 2022-07-06 11:35:57 -05:00
Christopher Pickering
739d8ac81c
removed replaceAll function for older nodes 2022-07-06 11:34:36 -05:00
Christopher Pickering
fce8dd14a1
checked type 2022-07-06 11:31:47 -05:00
Christopher Pickering
e2f54d3919
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-06 11:27:29 -05:00
Christopher Pickering
065ae14ae1
updated so lint text will pass 2022-07-06 11:27:19 -05:00
sur.la.route
1a86606125
Merge branch 'master' into dev 2022-07-06 11:25:35 -05:00
Christopher Pickering
4c0caccdf6
feat(npm): updated npm installer
Updated release so npm package will be deployed.

closes #192
2022-07-06 11:24:45 -05:00
semantic-release-bot
f7903f9079 chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.3.0...v1.4.0) (2022-07-05)

### Features

* **ignore rules:** added option to ignore linter rules with inline comments ([1b3159f](1b3159f661)), closes [#113](https://github.com/Riverside-Healthcare/djLint/issues/113)
2022-07-05 19:16:22 +00:00
sur.la.route
07b9c17202
Merge pull request #279 from Riverside-Healthcare/dev 2022-07-05 14:15:11 -05:00
sur.la.route
f688a0b050
Merge pull request #278 from adamchainz/patch-1 2022-07-05 14:07:42 -05:00
sur.la.route
b2f7727bc8
Merge pull request #276 from Riverside-Healthcare/renovate/pin-dependencies 2022-07-05 14:01:24 -05:00
Christopher Pickering
135f85a360
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-07-05 14:00:01 -05:00
Christopher Pickering
1b3159f661
feat(ignore rules): added option to ignore linter rules with inline comments
closes #113
2022-07-05 13:59:53 -05:00
renovate[bot]
c6b8f66bb7 chore(deps) Update dependency eslint to v8.19.0 2022-07-05 16:19:40 +00:00
semantic-release-bot
94d5b654df chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.2.1...v1.3.0) (2022-06-30)

### Bug Fixes

* **h025:** fixes rule H025 where tags have curly hash ([e4fe62f](e4fe62f52e)), closes [#270](https://github.com/Riverside-Healthcare/djLint/issues/270)

### Features

* **new option:** added option to attempt to keep blank lines in templates ([bbcf54a](bbcf54a0f0)), closes [#261](https://github.com/Riverside-Healthcare/djLint/issues/261)
2022-07-05 16:19:40 +00:00
Adam Johnson
e5f031642a
use types for others 2022-07-05 17:06:50 +01:00
Adam Johnson
311fd36bc8
Change pre-commit django definition 2022-07-05 17:02:13 +01:00
renovate[bot]
fcdf303ba3
chore(deps) Pin dependency fontawesome-subset to v 2022-07-04 10:22:43 +00:00
sur.la.route
49fc0d579f
Merge pull request #274 from Riverside-Healthcare/dev 2022-06-30 10:48:11 -05:00
Christopher Pickering
1731ee830a
docs(fontawesome): updated fontawesome to v6 2022-06-30 10:35:17 -05:00
semantic-release-bot
08e885ed71 chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.2.1...v1.3.0) (2022-06-30)

### Bug Fixes

* **h025:** fixes rule H025 where tags have curly hash ([e4fe62f](e4fe62f52e)), closes [#270](https://github.com/Riverside-Healthcare/djLint/issues/270)

### Features

* **new option:** added option to attempt to keep blank lines in templates ([bbcf54a](bbcf54a0f0)), closes [#261](https://github.com/Riverside-Healthcare/djLint/issues/261)
2022-06-30 13:09:25 +00:00
sur.la.route
e1303f3bad
Merge pull request #273 from Riverside-Healthcare/dev 2022-06-30 08:08:22 -05:00