Граф коммитов

705 Коммитов

Автор SHA1 Сообщение Дата
XhmikosR 2503dc42dd v1.1.0. 2020-05-05 09:50:40 +03:00
XhmikosR 1a27efa59f Add CodeQL Action. 2020-05-05 09:46:04 +03:00
XhmikosR bc415dd4d5 Travis CI: add Node.js 14 and switch to 12 for coveralls 2020-05-05 09:41:18 +03:00
XhmikosR 38822b6129 Update devDependencies
* coveralls  ^3.0.11  →   ^3.1.0
* jquery      ^3.4.1  →   ^3.5.1
* qunit       ^2.9.3  →  ^2.10.0
* terser     ^4.6.10  →  ^4.6.13
2020-05-05 09:40:23 +03:00
XhmikosR 9086624e1b Update devDependencies 2020-04-06 17:44:01 +03:00
XhmikosR 6931f63071 Update dependencies 2020-03-14 10:13:31 +02:00
dependabot[bot] 5245c06c31
Bump acorn from 6.3.0 to 6.4.1 (#465)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 09:45:05 +02:00
XhmikosR cc892d48ca v1.0.0. 2019-11-11 14:34:28 +02:00
XhmikosR 6ec661e045 Update devDependencies. 2019-11-11 12:08:29 +02:00
XhmikosR 92ca7091ee
Remove the server related code. (#461)
The related code was moved to https://github.com/twbs/bootlint-server
2019-11-11 11:59:52 +02:00
XhmikosR d4d4111fde
Travis CI: Add Node.js 12. (#447) 2019-11-11 11:54:01 +02:00
XhmikosR e13e2aad7a
Switch to twbs/rewire#master. (#463)
This is basically a fork of rensbaardman/rewire#master which has quite a few fixes missing from upstream.

There's a bug in rewire jhnns/rewire/167 which affects Node.js 12.
2019-11-11 11:46:32 +02:00
XhmikosR af54e7a7c8 v0.16.8. 2019-11-09 15:55:24 +02:00
XhmikosR 65a971efa1 Update dependencies. 2019-11-09 15:47:21 +02:00
XhmikosR a6ed860040 ESLint: enable --report-unused-disable-directives 2019-11-09 15:46:48 +02:00
XhmikosR 05bf1553f7 v0.16.7. 2019-08-23 18:13:50 +03:00
XhmikosR 6e52fe6c7c
Update dependencies. (#449) 2019-08-23 18:11:15 +03:00
XhmikosR 591c7464dd
Update dependencies. (#448) 2019-08-02 12:34:38 +03:00
XhmikosR 28ee2331f9
Update dependencies. (#443) 2019-07-11 10:30:17 +03:00
dependabot[bot] 093ed856de Bump lodash from 4.17.11 to 4.17.14 (#446)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 10:25:57 +03:00
dependabot[bot] 4476d7d15a Bump lodash.merge from 4.6.1 to 4.6.2 (#445)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 10:21:00 +03:00
XhmikosR c3f24dcfd3 v0.16.6. 2019-05-03 19:06:23 +03:00
XhmikosR 64fba199ca build/stamp.js: use relative path to package.json. 2019-05-03 19:04:50 +03:00
XhmikosR e0070a746c
Update dependencies. (#441) 2019-05-03 19:02:39 +03:00
XhmikosR dbe33d7ef2 Travis: fix bundle install path.
Now caching works again for bundle.
2019-04-17 15:32:52 +03:00
XhmikosR 1495c1c513
Travis: remove bundle cache. (#442)
It didn't have any effect.
2019-04-17 15:14:04 +03:00
XhmikosR b2e5757fe0
Update README.md
Remove bootlint.com since it's down.
2019-03-14 03:12:11 +02:00
XhmikosR def87833cb Update dist files.
We really need to automate the release process...
2019-03-14 02:27:33 +02:00
XhmikosR 9d592af456 v0.16.5. 2019-03-13 19:02:55 +02:00
XhmikosR 397c6ef09c Travis: run qunit tests without nyc.
This slows down qunit tests a lot, ~10 times.
2019-03-13 19:02:38 +02:00
XhmikosR efcc5fd494 Travis: we don't need nyc in Node.js < 10.
We only run coveralls in Node.js 10.
2019-03-13 19:02:38 +02:00
XhmikosR 82fa063d00 Replace old coverage ignore directives with the istanbul ones. 2019-03-13 19:02:38 +02:00
XhmikosR 5da7f7e3d5
Refactor npm test scripts. (#439) 2019-03-13 18:04:19 +02:00
XhmikosR c3f579ae79
Update deps, enable cache for ESLint, tweak gitignore. (#438)
* Update devDependencies.

* Enable cache for ESLint.

Also, tweak .gitignore/.eslintignore.
2019-03-13 17:20:12 +02:00
XhmikosR a29d5b6bd3
Tweak Travis scripts. (#437)
* add `travis_terminate 1` so that subsequent tests are skipped
* run `qunit` tests only on Node 10.
2019-03-13 17:07:03 +02:00
freezy a53d11c037 Allow `.row` in `.modal-body`. (#392) 2019-03-13 15:28:06 +02:00
XhmikosR 275b759ce5 v0.16.4. 2019-02-28 09:18:35 +02:00
XhmikosR 87a7f62ea7 Update devDependencies. 2019-02-28 09:18:01 +02:00
XhmikosR e2a2faf48a Replace uglify-js with terser. 2019-02-28 09:18:01 +02:00
XhmikosR 4becb3d2a6
package.json: remove contributors. 2019-02-15 11:08:59 +02:00
XhmikosR 3c24593fb2 v0.16.3. 2019-02-15 10:49:06 +02:00
XhmikosR ac70cacdda Update Bootstrap minimum version to 3.4.1. 2019-02-15 10:46:45 +02:00
XhmikosR 4347942fa6 Update dependencies. 2019-02-15 10:36:07 +02:00
XhmikosR 11979d8d04 Travis: switch to the v3-dev branch. 2019-02-14 20:12:03 +02:00
XhmikosR 5d823207e5 v0.16.2.
Just bringing the version numbers in sync.
2019-01-10 17:43:32 +02:00
XhmikosR dc3ad3dd35 0.16.1 2019-01-10 17:13:31 +02:00
XhmikosR 0d5650b3f0 Dist. 2019-01-10 17:13:19 +02:00
XhmikosR 8df237f0ed 0.16.0 2019-01-10 17:11:47 +02:00
XhmikosR 51930f0fca Update CURRENT_BOOTSTRAP_VERSION to 3.4.0 2019-01-10 17:10:48 +02:00
XhmikosR 943088d712 Update copyright year to 2019. 2019-01-10 16:08:05 +02:00