Commit graph

3651 commits

Author SHA1 Message Date
Yorhel
60ba3c18c7 Build 2023-07-28 08:19:17 +02:00
Yorhel
679ee70117 Shrinking 2023-07-28 08:17:49 +02:00
dependabot[bot]
71ce364c54 Bump yaml and lint-staged
Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependency [lint-staged](https://github.com/okonet/lint-staged). These dependencies need to be updated together.


Updates `yaml` from 1.10.2 to 2.2.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v2.2.2)

Updates `lint-staged` from 12.3.4 to 13.2.1
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.4...v13.2.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: lint-staged
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 00:54:06 -07:00
Claudia Meadows
3c77bebe6b Add missing m.censor to API navigation
Not sure how I forgot about this when I added the method.
2023-05-20 03:36:05 -07:00
tbreuss
2b897c4ce6 docs: fix regex for parsing page title 2023-05-04 10:21:27 -07:00
tbreuss
8cce14c2d7 docs: removed question mark and fixed not working anchor link (github/npm) 2023-05-04 10:20:24 -07:00
Matias Kinnunen
ad9aa97d56
Fix typos in stream() docs (#2825)
Co-authored-by: Claudia Meadows <contact@claudiameadows.dev>
2023-03-11 16:39:25 -08:00
Keita Furui
88da9e56f9 hyperscript: handles shared empty attrs, fixes #2821 2023-02-23 02:54:48 -08:00
dependabot[bot]
a1159b71c0 Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 06:00:58 +00:00
dependabot[bot]
726d3bf8dc Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 04:59:44 +00:00
Pierre-Yves
e0996bd6f2 Fix docs linting issues 2023-01-24 16:12:47 +01:00
Pierre-Yves Gérardy
c1fc1de772
Bypass css text (#2811)
* [DOM mocks] enable setting element.style

* Use the style setter directly
2023-01-17 15:04:19 +01:00
dependabot[bot]
645cf663b2 Bump terser from 4.3.4 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 23:44:44 +00:00
Barney
da76ed9054 Bundler can't parse multiple exports per module 2022-07-02 15:01:56 -07:00
Claudia Meadows
28d35b47a2
Update auto-merge.yml
Work around https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60
2022-06-22 23:07:21 -07:00
dependabot[bot]
ac0ff8625d Bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 05:41:14 +00:00
dependabot[bot]
93896faadb Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 15:35:54 +00:00
Pierre-Yves
8cb7988096 Add tests for the hooks for a delayed removal in a fragment, address other review concerns 2022-06-21 17:02:05 +02:00
Barney
9af9ea66a2 Simplify domFor logic 2022-06-21 17:02:05 +02:00
Barney
62b6308295 camelCase file references dom-for -> domFor 2022-06-21 17:02:05 +02:00
Pierre-Yves
665578060e Address review comments, linter and build concerns 2022-06-21 17:02:05 +02:00
Pierre-Yves
3fd82e6359 implement m.domFor() and use it internally to move and remove nodes. Fix #2780 2022-06-21 17:02:05 +02:00
Pierre-Yves
27fb1ea617 tweak the CI actions names 2022-06-10 18:34:05 +02:00
Pierre-Yves Gérardy
c0a9c21c09
Actually remove ospec from the main code base (#2786)
* Actually remove ospec from the main code base (it is still used as a dev-dependency)

* fix a copy error

Co-authored-by: Barney Carroll <barney.carroll@gmail.com>

Co-authored-by: Barney Carroll <barney.carroll@gmail.com>
2022-06-10 18:33:17 +02:00
Pierre-Yves Gérardy
ea680dc917
Add back CI (#2785)
* Add back CI, remove ospec as a run-time dependency

* Fix the lint:docs errors

* Add back ospec for now, with a compatible version
2022-06-10 17:10:26 +01:00
James Forbes
da1454b3c6 Add missing prerelease branch target.
Without specifying target:master the prerelease version calculation would be incorrect.
2022-06-06 12:57:22 +02:00
Stephan Hoyer
a459a81832 inline obsolete factory 2022-06-06 12:56:25 +02:00
Stephan Hoyer
716d1e1804 Kick jsonp - fixes #2682 2022-06-06 12:56:25 +02:00
Pierre-Yves Gérardy
efdb563fa5
Remove a stale comment
This hasn't been true since v2.0
2022-06-01 09:37:11 +02:00
Stephan Hoyer
e9a365c150 Kick promise polyfill 2022-05-30 08:38:13 +02:00
Stephan Hoyer
517661a606 allow trailing slash for routes - fixes #2763 2022-05-30 08:34:05 +02:00
James Forbes
8c149d3653 Release Artifacts for v2.2.2
[skip ci]
2022-05-26 04:30:20 +10:00
Pierre-Yves Gérardy
1b4e628ce3
Turn README images from plain HTML to markdown (#2773) 2022-05-25 20:09:06 +02:00
Pierre-Yves Gérardy
ab32c0d1ca
Fix malformed image tag 2022-05-25 14:04:15 +02:00
James Forbes
a8337c0651 Release Artifacts for v2.2.1
[skip ci]
2022-05-25 09:53:59 +10:00
Pierre-Yves Gérardy
e28385b14f
Move the chat to Zulip (#2771) 2022-05-24 23:15:14 +02:00
James Forbes
527c0de6e2 Release Artifacts for v2.2.0
[skip ci]
2022-05-16 18:14:36 +10:00
James Forbes
259902f5f8 Release Artifacts for v2.1.0
[skip ci]
2022-05-16 18:08:13 +10:00
James Forbes
bbf343bb3b Enable --minimize-semver-change for pr-release 2022-05-13 22:08:00 +02:00
Barney Carroll
dbfe373733
Clean up m.route.Link (#2768)
* Simpler m.route.Link documentation. Fixes #2767

* Remove redundant HTML encoding from markdown docs

* Warn about m.route.Link immunity to event handler API.

* Integrate @JAForbes review corrections

* Example code typo in docs/route.md

Co-authored-by: Matias Kinnunen <github@mtsknn.fi>

Co-authored-by: Matias Kinnunen <github@mtsknn.fi>
2022-05-10 17:23:10 +01:00
James Forbes
ea8094bd95
Remove label triggers from actions.yml
Triggering multiple concurrent runs unnecessarily
2022-04-28 23:12:50 +10:00
Claudia Meadows
342f524ca3 Fix branch target 2022-04-27 21:16:32 +02:00
James Forbes
ff646e8fb8 Revisions based on feedback 2022-04-27 21:01:09 +02:00
James Forbes
2a2aef7762 Use new changelog option in merge command 2022-04-27 21:01:09 +02:00
James Forbes
d6dd9132fb Yaml has banned tabs 2022-04-27 21:01:09 +02:00
James Forbes
ae5469cf62 Do build docs in another PR 2022-04-27 21:01:09 +02:00
James Forbes
65cf256775 Suggested amendments 2022-04-27 21:01:09 +02:00
James Forbes
f3c59665b1 Update release docs 2022-04-27 21:01:09 +02:00
James Forbes
931e475de2 Remove travis.yml in favour of github actions 2022-04-27 21:01:09 +02:00
James Forbes
0ce6e4eae6 Remove version and release npm hooks 2022-04-27 21:01:09 +02:00