Commit Graph

237 Commits (v3.6.2)

Author SHA1 Message Date
Simon Friis Vindum 5fe9584284 chore(release): v3.6.2 1 year ago
Jan van Brügge 07d0645c01
chore(release): v3.6.1 1 year ago
Jan van Brügge 649c760f79
fix: work around bug in ts-add-js-extension (#1105)
ISSUES CLOSED: #1087, #1102
1 year ago
Simon Friis Vindum 710b319622 chore(release): v3.6.0 1 year ago
iambumblehead d0db5c5c6b
chore(test): enforce prettier format for pull requests using lint ci job (#1081)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
Michael Reinstein 7ec0e9018a
fix: generate valid javascript modules in build (#1080)
Before this change snabbdom could only be consumed by bundlers like webpack.
Now we add the `.js` extension to the build outputs so browsers can import the modules directly as well.
ISSUES FIXED: #963
1 year ago
iambumblehead 49c01df531
chore(tools): remove devdependency lodash-es; used once, ~622kB (#1073)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
iambumblehead d05aec634d
chore(tools): remove devdependency cross-env; un-maintained, not used, ~86kB (#1072)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
Jan van Brügge 2df8d5865d
chore(tools): fix eslint config 1 year ago
Jan van Brügge 0a4fb34ffa
chore(test): move from deprecated karma to web-test-runner for browser tests (#1052) 1 year ago
Jan van Brügge 6ff10c720b
chore(deps): update devDependencies
ISSUES CLOSED: #1051
1 year ago
Jan van Brügge f30fa33707
chore(deps): update devDependencies (#1036) 2 years ago
Jan van Brügge 3be76a428b
chore(release): v3.5.1 3 years ago
Jan van Brügge fed2f31b89
chore(release): v3.5.0 3 years ago
Jan van Brügge 9d9275467a
chore(deps): update devDependencies 3 years ago
Jan van Brügge 23b842256f
chore(release): v3.4.0 3 years ago
Jan van Brügge aa4dc9c3a9
chore(deps): update devDependencies 3 years ago
Jan van Brügge b130c26cc1
chore(release): v3.3.1 3 years ago
Jan van Brügge 9de2307dd9
chore(release): v3.3.0 3 years ago
Jan van Brügge 77d6753dd4
chore(test): remove snabbdom benchmarks
The benchmark code was not yet updated to version 3 of snabbdom and
thus cannot be run at the moment. Further, it depends on faker, which is
not available any more. So for now, the benchmark code and all its
dependencies have been removed. In the future we should again add
benchmarks and can reference this commit for some code.
3 years ago
Jan van Brügge cf3e6ac038
chore(deps): update dev dependencies
This also converts the lockfile from version 1 to version 2
3 years ago
Jan van Brügge ce95a24e73
chore(release): v3.2.0 3 years ago
dependabot[bot] 621bbc54cd
chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#986) 4 years ago
Jan van Brügge 6696e627df
chore(deps): update dev dependencies 4 years ago
shanyue 60832ac91b
chore(tools): add npm run example (#982) 4 years ago
Jan van Brügge b22e46a9a9
chore(release): v3.1.0 4 years ago
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