Jan van Brügge
27e9c4d5dc
chore(release): v3.0.3
4 years ago
Jan van Brügge
ca33a03142
chore(release): v3.0.2
4 years ago
Jan van Brügge
9e7db265ee
chore(deps): update dev dependencies ( #968 )
4 years ago
Jan van Brügge
7c93d793f9
chore(deps): update dev dependencies ( #962 )
4 years ago
Jan van Brügge
014ad7e74d
chore(deps): update devDependencies ( #956 )
4 years ago
Jan van Brügge
adbdf229d2
chore(release): v3.0.1
4 years ago
Jan van Brügge
a16b47e947
chore(release): v3.0.0
4 years ago
Jan van Brügge
f2d49f1658
chore(deps): update devDependencies
4 years ago
Jan van Brügge
795e9968d9
chore(tools): do not use environments for CI
...
The environment was used to ensure that the browserstack access keys
are only available after approval, so a potentially malicious actor
can't modify the testing code and extract those secrets. This however
creates a lot of noise in the notifications of the maintainers and it
drastically reduces the feedback cycle for the contributor in case their
change causes an issue in one of the supported browsers. Additionally
the potential harm in extracting the access keys is pretty low. The
snabbdombot account has only user access, so it can't change
browserstack settings and it can only access the automate features. So
the only thing that can happen is that our PRs fail because some third
party is running browser tests and thus exhausting our 5 parallel tests
limit. In that case we can simply change the access key of the
snabbdombot account. For this reason, the secrets are now repository
secrets and the CI does not need an approval to run
4 years ago
Jan van Brügge
afec1f609f
chore(tools): replace standard-version with release-it
...
release-it automates all the steps defined in CONTRIBUTING.md. In
addition to that it can also create GitHub releases with the relevant
part of the CHANGELOG
4 years ago
Jan van Brügge
91b9f13c85
chore(tools): remove remark
...
Now that we use prettier, we can automatically format the README
anyways. The only difference then would be the automatic table of
contents, but the structure of the README does not change often and is
not very complex, so there is not really a need to automate this
4 years ago
Jan van Brügge
02dffe1060
chore(deps): update dependencies
4 years ago
Jan van Brügge
7a0606c424
chore(deps): remove unused dependencies
4 years ago
Jan van Brügge
821d12af27
chore(tools): use commithelper instead of commitlint
...
commitlint can't provide the user with a convenient prompt to create a
fitting commit message, while commitizen is not able to lint an existing
commit message. The newly released commithelper does both
4 years ago
Jan van Brügge
aad70ebb8c
chore(tools): do not run tests on pre-commit
4 years ago
Jan van Brügge
8d0a666182
chore(tools): enable eslint with prettier config
...
ISSUES CLOSED : #709
4 years ago
Jan van Brügge
b7ddb94583
chore(tools): replace webpack with karma-typescript for unit tests
...
ISSUES CLOSED : #538 , #801
4 years ago
Jan van Brügge
ebf6915794
feat: offer esm and commonjs bundles
...
This makes it easier to use snabbdom with tools like mocha that do not
support ES modules
4 years ago
Shahar Or (mightyiam)
8741f90d06
chore(deps): update webpack packages
4 years ago
Shahar Or (mightyiam)
373572ec41
chore(deps): update dependency karma-firefox-launcher to v2
4 years ago
Shahar Or (mightyiam)
2d88e73c13
chore(deps): update eslint packages
4 years ago
Renovate Bot
f4e0b1a12a
chore(deps): update dependency @types/faker to v5.1.6
4 years ago
Renovate Bot
9d031ad7eb
chore(deps): pin dependencies
4 years ago
Shahar Or (mightyiam)
d1582aa60a
chore(deps): update dependency faker to v5.4.0
4 years ago
Shahar Or (mightyiam)
0b4607b678
chore(deps): update dependency mathjs to v9
4 years ago
Shahar Or (mightyiam)
1463152a00
chore(npm): update to npm@7
4 years ago
Shahar Or (mightyiam)
ca4483438e
chore(deps): update dependency husky to v5
4 years ago
Shahar Or (mightyiam)
d04b7ad435
chore(ci): replace travis with gh actions
4 years ago
Renovate Bot
275c299e95
chore(deps): update dependency @babel/preset-env to v7.12.16
4 years ago
Renovate Bot
42d3a44551
chore(deps): update dependency @babel/core to v7.12.16
4 years ago
Renovate Bot
89a8ba6efa
chore(deps): update dependency globby to v11.0.2
4 years ago
Renovate Bot
39e00cec67
chore(deps): update dependency webpack to v4.46.0
4 years ago
Renovate Bot
54c9e60ae9
chore(deps): update dependency karma to v6
4 years ago
Renovate Bot
d07b3dd73a
chore(deps): update dependency cross-env to v7.0.3
4 years ago
Renovate Bot
2205d58d71
chore(deps): update dependency standard-version to v9.1.0
4 years ago
Renovate Bot
900bbc580b
chore(deps): update dependency remark-toc to v7.1.0
4 years ago
Renovate Bot
f29c60499d
chore(deps): update dependency eslint-plugin-promise to v4.3.1
4 years ago
dependabot[bot]
4c6a4704a8
chore(deps): bump ini from 1.3.5 to 1.3.8 ( #919 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
bc6246e152
chore(deps): bump socket.io from 2.3.0 to 2.4.1 ( #918 )
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Renovate Bot
6927e50e0a
chore(deps): update dependency @types/faker to v5.1.2
5 years ago
Renovate Bot
ff5495c79e
chore(deps): update dependency @types/faker to v5.1.1
5 years ago
Renovate Bot
f8133f7207
chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.2.0
5 years ago
Renovate Bot
b606f2eafd
chore(deps): update dependency typescript to v4.0.3
5 years ago
Renovate Bot
8636ac4660
chore(deps): update dependency webpack to v4.44.2
5 years ago
Renovate Bot
6c5f62c6ba
chore(deps): update dependency latest-snabbdom-release to v2.1.0
5 years ago
Renovate Bot
5bdc90799f
chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.1.1
5 years ago
Shahar Or (mightyiam)
4e1b994625
chore(release): 2.1.0
5 years ago
Renovate Bot
8d1d9455da
chore(deps): update dependency @commitlint/travis-cli to v11
5 years ago
Renovate Bot
0a32d8ee8c
chore(deps): update dependency @commitlint/cli to v11
5 years ago
Renovate Bot
1d1c9e896a
chore(deps): update dependency @commitlint/config-conventional to v11
5 years ago