Veeck
743092ebbb
Bump dependencies into the new year ( #2788 )
...
* Bump qs from 6.11.2 to 6.14.1
Bumps [qs](https://github.com/ljharb/qs ) from 6.11.2 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.11.2...v6.14.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Patch other dependencies
* Bump other dependencies
* Update year
* Bump eslint plugin not too far
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: veeck <gitkraken@veeck.de >
2026-01-03 14:52:26 +01:00
Veeck
1d4c9cee1f
Bump dependencies and actions ( #2786 )
...
* Update workflow actions
* Update dependencies
---------
Co-authored-by: veeck <gitkraken@veeck.de >
2025-11-23 17:13:55 +01:00
dependabot[bot]
c33a368752
Bump tar-fs from 3.1.0 to 3.1.1 ( #2781 )
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 3.1.0 to 3.1.1.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 3.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 22:15:18 +02:00
veeck
69dafe1136
Update to official mocha-headless-chrome package again
2025-08-11 08:31:49 +02:00
veeck
81a2de4952
Update CHANGELOG and tag for v4-alpha
v4.0.0-alpha
2025-07-25 10:55:32 +02:00
Veeck
36886c9071
Add new github pages workflow ( #2778 )
...
* add github pages workflow
* Deploy on all pushes for now
* Trigger only when a tag "v*" is added
---------
Co-authored-by: veeck <gitkraken@veeck.de >
2025-07-25 10:44:02 +02:00
HelKyle
5fee7c8dda
fix(aspectratio): should use CSS.supports only when CSS is an object, isn't it? ( #2776 )
...
* fix(aspectratio): should only use CSS.supports when CSS is an object
* chore: keep the same code style
* Use feature test for css-supports detection
* Cleanup more css supports usages
* make sure to use window.CSS
---------
Co-authored-by: veeck <gitkraken@veeck.de >
2025-07-24 14:18:46 +02:00
Veeck
deed0ed0ff
Update 2025 ( #2741 )
...
* update node version in github testing action
* inc timeout
* bump node versions again
* bump year
* bump minor devDeps
* Add copilot recommendation
* inc timeout again
* bump pupeteer
* use newer mocha-headless
* undo timeout inc
* bump gulp
* bump mocha
* remove serve-static
only used in legacy grunt
---------
Co-authored-by: veeck <gitkraken@veeck.de >
2025-07-24 14:11:38 +02:00
Tushar Kumar
b1609a6907
Update flexgap.js ( #2749 )
...
* Update flexgap.js
Added a check for the type of result: In the previous code, there was no check for the type of result. In the updated code, I added a check to ensure that result is a string, and if not, an error message is logged. 4
* Update flexgap.js
Added a check for Safari bug:
var isSupported = flexHeight === 1 || flexHeight === 2;
Reason: Safari, at zoom levels of 50% and 150%, returns scrollHeight as 2 instead of 1 for flex containers. This line ensures the test works across different browsers, including buggy Safari versions.
---------
Co-authored-by: veeck <gitkraken@veeck.de >
2024-10-27 15:29:26 +01:00
veeck
796e72c408
update minor deps
2024-10-16 16:30:52 +02:00
dependabot[bot]
b200dc0e0a
Bump serve-static from 1.15.0 to 1.16.2 ( #2752 )
...
Bumps [serve-static](https://github.com/expressjs/serve-static ) from 1.15.0 to 1.16.2.
- [Release notes](https://github.com/expressjs/serve-static/releases )
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md )
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2 )
---
updated-dependencies:
- dependency-name: serve-static
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 16:20:37 +02:00
Ansh Tiwari
148424612a
enhance the documentation for the Modernizr ( #2750 )
...
* commit
* commit
2024-10-16 16:16:44 +02:00
dependabot[bot]
865081102b
Bump pug from 3.0.2 to 3.0.3 ( #2740 )
...
Bumps [pug](https://github.com/pugjs/pug ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases )
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3 )
---
updated-dependencies:
- dependency-name: pug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 16:16:22 +02:00
Veeck
275aa27c64
Update code coverage tooling ( #2751 )
...
* try to update code coverage tooling
* split testing and coverage
* cleanups
* bump patched dependencies
* fix jsdoc errors
* undo node version bump
* cleanup gitignore
* fix script name
2024-10-16 16:15:21 +02:00
Alex Neises
44fa7b07c3
Added BroadcastChannel ( #2734 )
2023-12-20 08:22:21 +01:00
Aman Rawat
bd024b5200
Add Hindi Translation in README.md ( #2731 )
...
* Add Hindi language
* add hindi repo link to all README.md
2023-10-21 19:33:42 +02:00
dependabot[bot]
e17e7c33f5
Bump @babel/traverse from 7.22.8 to 7.23.2 ( #2730 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 23:38:56 +02:00
Kader Sarıkaya
94dbf4d50b
[TRANSLATION] Turkish translation for README.md ( #2729 )
2023-10-12 11:43:35 +02:00
veeck
a515186f21
Update deps
2023-07-21 14:02:10 +02:00
veeck
e14ca48332
Update minimal node version to 16
2023-07-19 13:16:09 +02:00
Prathap Rathod
f1b5778974
[TRANSLATION] Kannada translation for README.md ( #2725 )
...
* Create README.ka.md
* Update README.md
* Update README.ta.md
* Update README.id.md
* Update README.id.md
* Update README.sv.md
2023-04-03 22:38:37 +02:00
Klaus Rettinghaus
86ebb0447a
update used actions ( #2716 )
2022-10-20 13:52:34 +02:00
Fenix Hongell
899b5f4c1f
Fixed duplicate and missing word. ( #2715 )
...
Removed a duplicated word and translated a header which had been overlooked. Also changed a word that had been translated wrong given the context of the sentence.
2022-10-19 13:25:58 +02:00
Fenix Hongell
fadfa67cdd
Updated swedish README. ( #2713 )
...
Updated grammar in swedish README. Fixed some code-samples that were broken.
2022-10-17 19:54:20 +02:00
Debadutta Panda
59ab0b3d15
Added detection of type worker option and aspect ratio ( #2702 )
...
* added detection of workeroption and aspectratio css property
* update aspectration.js rename workeroptions.js to workertypeoption.js update config-all.json and caniuse.js and all testcase passed
* update caniuse
* revert package-lock.json file
* apply requested changes on both files
2022-10-16 21:18:43 +02:00
dawidkulpa
4d36bb24f4
Adds PushManager feature detection #2703 ( #2708 )
...
* Adds PushManager feature detection
* Fixes author metadata
2022-10-16 21:03:09 +02:00
Rohith ND
f937c31a4e
[TRANSLATION] Tamil translation for README.md ( #2709 )
2022-10-16 20:24:03 +02:00
Fenix Hongell
79c29c5e6d
[TRANSLATION] Swedish translation for README.md ( #2707 )
...
* [TRANSLATION] Swedish translation for README.md
[TRANSLATION] Swedish translation for README.md in README.sv.md
* Added swedish translation option to README.md
2022-10-14 21:13:43 +02:00
ddaniel27
5b2c76ffa9
[TRANSLATION] Spanish translation for README.md ( #2706 )
...
* [TRANSLATED] README.md translated to a spanish version
* [TRANSLATED] Added a Spanish version and follow link for README.md
2022-10-12 07:44:16 +02:00
K0oceng
aa8dc39ea7
Adding translation to a new readme file ( #2705 )
2022-10-11 21:35:10 +02:00
John Kennedy Mumo
6752ffb279
Fix: Update lowbandwidth condition to match new spec ( #2688 )
...
* Update lowbandwidth condition to match new spec
* Bump minimist and minimist
Bumps [minimist](https://github.com/substack/minimist ) and [minimist](https://github.com/substack/minimist ). These dependencies needed to be updated together.
Updates `minimist` from 1.2.6 to 1.2.6
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.6...1.2.6 )
Updates `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.6...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: veeck <michael@veeck.de >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 22:04:50 +02:00
Veeck
5c77c4350f
Update deps ( #2698 )
...
* Update minor dependencies
* Run audit
Co-authored-by: veeck <michael@veeck.de >
2022-09-12 21:53:37 +02:00
yogarasu
8bc217071f
Update mocha-headless-chrome ( #2696 ) ( #2697 )
...
* Update mocha-headless-chrome (#2696 )
* Update dependencies (#2696 )
Co-authored-by: yogarasu <ishiguro@revoltage.jp >
2022-09-12 21:40:43 +02:00
Hélio Correia
28d969e85c
Set gulp connect to listen on any IP addresses available ( #2677 )
2021-10-19 09:49:47 +02:00
Edu Saborit
a8a24bf18d
Add test for :focus-visible and fix wrong references in :focus-within ( #2665 )
...
* Create focusvisible.js
* Fix wrong reference to CSS focus-within feature
* Fix wrong reference for CSS focus-within feature
* Add css-focus-visible to caniuse integration tests
* Include focusvisible in config-all.json
* Add authors tag to focusvisible.js
2021-10-14 20:28:06 +02:00
Onkar Dahale
049b6cae45
Mediastream feature detect ( #2669 )
...
* Create mediastream.js
* added mediarecorder as test
* Update config-all.json
* Added metadata to mediastream.js
* Update mediastream.js
* Removed extra line, added a new tag 'media'
* moved mediastream.js to /webrtc dir
* Update config-all.json
2021-10-14 14:04:04 +02:00
Hélio Correia
594c996c18
Add a|area[ping] detection ( #2671 )
...
* Add a|area[ping] detect
* add aping|areaping to integration tests
* Add author tag
2021-10-13 21:40:12 +02:00
Oscar Dominguez
9916f344bb
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows ( #2672 )
2021-10-12 22:01:35 +02:00
rejas
532f686eeb
Update scripts and dependencies
2021-10-09 10:02:11 +02:00
reviewher
2b6caa1025
Use standard LICENSE text for MIT license ( #2670 )
...
* Reformat LICENSE.md to appease github
* Rename LICENSE file
* Rename LICENSE to LICENSE.md
* Rename LICENSE.md to LICENSE
Co-authored-by: Veeck <github@veeck.de >
2021-10-09 09:11:35 +02:00
Raihan Nismara
fa15c642f3
Using Logo Modernizr In Readme.md ( #2667 )
...
* Using Logo Modernizr In Readme.md
Using Logo Modernizr In Readme.md that made looks nicer
* Update README.md
2021-10-04 07:52:22 +02:00
rejas
d4c7b60827
Cleanups
...
- Move codecov config into subdirectory
- Add notes for required node version
- Update dependencies
- Small code style cleanups
2021-08-28 12:52:13 +02:00
Michael Telatynski
313a7ade28
Fix config generation when minifying ( #2657 )
...
Co-authored-by: rejas <github@veeck.de >
2021-08-17 16:46:06 +02:00
dependabot[bot]
efde16bdbc
Bump hosted-git-info from 2.7.1 to 2.8.9 ( #2649 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-10 20:17:56 +02:00
Veeck
70d10792ac
Transition to Github Actions ( #2658 )
...
* Delete .travis.yml
* Try again to create Github Actions
* Remove global? Seems to cause problems
* Try to add Windows support
* Remove AppVeyor as GA replaces it :(
* Change README
* Remove specific branch (to help the renaming)
* Update node versions
* Remove appveyor from legacy grunt (to see if github doesnt complain)
* Update README
* Update dependencies
* Update testing actions
Co-authored-by: Markel F <git@markel.dev >
2021-07-10 20:15:35 +02:00
rejas
689165a67c
Update node testing matrix and dependencies
2021-07-09 22:06:09 +02:00
veeck
30da3dfdbb
Update dependencies
2021-05-07 09:55:34 +02:00
Raúl Núñez de Arenas Coronado
6d56d814b9
Replace 'kebab-case' to 'hyphen-case' ( #2646 )
...
Since 'kebab-case' may be perceived as derogatory by some members of
Arabic or Asian cultures, it's better to use a culture-agnostic term
like 'hyphen-case', which in addition is more self-explanatory than the
potentially offensive term 'kebab-case', which makes no sense without
knowing the origin of the term.
2021-04-10 20:41:34 +02:00
dependabot[bot]
7ab93848df
Bump pug-code-gen from 2.0.1 to 2.0.3 ( #2641 )
...
Bumps [pug-code-gen](https://github.com/pugjs/pug ) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/pugjs/pug/releases )
- [Commits](https://github.com/pugjs/pug/compare/pug-code-gen@2.0.1...pug@2.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-11 10:19:47 +01:00
Veeck
08ab91b828
Cleanup feature detects ( #2639 )
...
* Move tests with storage tag into that subdirectory
* Move tests with canvas tag into that subdirectory
* Move tests with image tag into that subdirectory
* Fix error
* Fix typo
* Move audio test into audio subdirectory
* Move battery test into that subdirectory
* Move canvas test into that subdirectory
* Move video test into that subdirectory
* Update dependencies
* Move form and input tests into input subdirectory
* Update dependencies again
* Move webgl, svg and event tests into subdirectories
* Update README
2021-03-10 08:18:51 +01:00