dependabot[bot]
982468f443
build(deps-dev): bump the eslint group with 2 updates
...
Bumps the eslint group with 2 updates: [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ).
Updates `eslint-plugin-import` from 2.26.0 to 2.28.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.28.1 )
Updates `eslint-plugin-promise` from 6.0.0 to 6.1.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 12:12:33 +02:00
dependabot[bot]
64b8f4e21a
build(deps-dev): bump the stylelint group with 2 updates
...
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint ) and [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty ).
Updates `stylelint` from 15.10.1 to 15.10.3
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.1...15.10.3 )
Updates `stylelint-formatter-pretty` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases )
- [Commits](https://github.com/mrcgrtz/stylelint-formatter-pretty/compare/v3.2.0...v3.2.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
- dependency-name: stylelint-formatter-pretty
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 11:46:53 +02:00
Martin Pitt
d97e375a4d
package.json: Pin down devDependencies
...
With dependabot now regularly updating our devDependencies, it makes
more sense to pin them down instead of using the `^` syntax.
2023-09-15 20:13:06 +02:00
dependabot[bot]
a5ab5255a7
build(deps-dev): bump chrome-remote-interface from 0.32.2 to 0.33.0
...
Bumps [chrome-remote-interface](https://github.com/cyrus-and/chrome-remote-interface ) from 0.32.2 to 0.33.0.
- [Commits](https://github.com/cyrus-and/chrome-remote-interface/compare/v0.32.2...v0.33.0 )
---
updated-dependencies:
- dependency-name: chrome-remote-interface
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 19:09:58 +02:00
dependabot[bot]
3d8c8b53d3
build(deps-dev): bump the stylelint group with 1 update
...
Bumps the stylelint group with 1 update: [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss ).
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v10.0.0...v11.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 18:32:29 +02:00
Katerina Koukiou
558703a24b
github: replace npm-update workflow with dependabot
...
https://docs.github.com/en/code-security/dependabot/working-with-dependabot
2023-09-15 16:36:11 +02:00
Cockpit Project
dfff5fc364
Makefile: Update Cockpit lib to 9c73bec7e1dc2395a00aa0c510fd7210
...
Closes #697
2023-09-14 07:00:05 +02:00
Cockpit Project
5f6b8d09f9
package.json: Update @patternfly/patternfly, @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles
...
Closes #696
2023-09-11 05:07:23 +02:00
Cockpit Project
5fe2c95658
Makefile: Update Cockpit lib to 280d74e6fb6efd0f46224f273caf2854
...
Closes #695
2023-09-07 06:37:33 +02:00
Jelle van der Waa
2a10bd66ec
package.json: document the required nodejs version
...
To avoid issues about not being able to run make / npm install. This
sadly only produces a warning, but that hint might be good enough.
```
$ npm install
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: undefined,
npm WARN EBADENGINE required: { node: '>= 18' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
```
Fixes #693
2023-09-04 15:00:09 +02:00
Cockpit Project
d339fe5a3c
Makefile: Update Cockpit lib to 9a2a4d94269561ad6fce5501eece6d84
...
Closes #692
2023-08-31 08:25:58 +02:00
Martin Pitt
4cc0530c86
cirrus: Move from Fedora 37 to 39
2023-08-28 08:53:51 +02:00
Martin Pitt
9544f57220
fmf: Plumb through $TEST_* variables for unexpected messages
...
This will allow us to control the value from test plans, in particular
for disabling at least some unexpected message checks for reverse
dependency testing. We don't want to disable unexpected messages
in general for fmf, as we are looking for exactly these in e.g.
selinux-policy reverse dependency tests.
Move from `su` to `runtest`, as with the former it's impossible to plumb
through variables with non-trivial characters, as they cannot be quoted.
Taken from c38692fa4c
2023-08-28 08:53:51 +02:00
Cockpit Project
139d73a03b
Makefile: Update Cockpit lib to 47bc4c586a15da553223a0a87f5a09ce
...
Closes #690
2023-08-24 06:41:24 +02:00
Tomas Matus
680cfe814c
package.json: bump esbuild to version 0.19.1
2023-08-17 09:46:36 +02:00
Cockpit Project
2f641b6af6
Makefile: Update Cockpit lib to 2838422bbada17686c77e5f3be0fb604
...
Closes #689
2023-08-17 09:46:36 +02:00
Cockpit Project
468cf21f4f
Makefile: Update Cockpit lib to 4133eb93dc20f00db996d1fefdd5fcbf
...
Closes #688
2023-08-10 09:36:55 +02:00
Cockpit Project
79e5693042
package.json: Update @patternfly/patternfly, @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles
...
Closes #687
2023-08-07 10:19:07 +02:00
Cockpit Project
b0ffbac6c1
Makefile: Update Cockpit lib to d7126448b1e74e59f75157389225289d
...
Closes #685
2023-08-03 05:54:27 +02:00
Jelle van der Waa
65e3e488f0
package.json: drop deprecated eslint-plugin-standard
...
eslint-config-standard no longer requires it since 16.0.0.
2023-08-01 21:40:06 +02:00
Martin Pitt
826c1e29ce
Revert "build: add support for /pybridge scenario"
...
We don't need this any more, the pybridge landed in all planned
distributions.
Do keep the more explicit and correct handling of `$TEST_BROWSER` in
test/run, though.
This reverts commit 03d02f398a .
2023-08-01 21:38:38 +02:00
Jelle van der Waa
bd2ac26df6
Drop sizzle test dependency
2023-07-31 19:27:09 +02:00
Cockpit Project
cfb3a18f44
Makefile: Update Cockpit lib to 97bd80971984cf6ce2b4faba1cad79fc
...
Closes #681
2023-07-27 06:11:12 +02:00
Tomas Matus
3b14e61390
build.js: support flags
...
Adds flags to build.js to use rsync, disable linting and use watch mode.
2023-07-26 13:38:51 +02:00
Martin Pitt
dd38010b9c
packaging: Update spec License: to SPDX format
2023-07-26 10:13:14 +02:00
Tomas Matus
3d75eb66d7
build.js: Fix LINT env variable check
2023-07-20 13:53:33 +02:00
Cockpit Project
36fc246711
Makefile: Update Cockpit lib to 4693a536e3262d3254d848daed251ef3
...
Closes #676
2023-07-20 06:58:40 +02:00
Martin Pitt
39e0f576ca
package.json: Update to React 18
...
Update to the new root creation function.
2023-07-18 11:49:55 +02:00
Martin Pitt
6ece59c917
package.json: Bump stylelint to 15
2023-07-18 11:49:55 +02:00
Cockpit Project
ee9ab10aeb
Makefile: Update Cockpit lib to 1336ce350d88d385870ba56405136df7
...
Closes #673
2023-07-13 06:34:29 +02:00
Cockpit Project
88625acc33
Makefile: Update Cockpit lib to 6e0e545679bad03beb29c5526e2f4fe5
...
Closes #671
2023-07-06 05:34:45 +02:00
Cockpit Project
27ad7ce5a7
Makefile: Update Cockpit lib to 3d2d07cb751b141b6bd6ee9a3d423081
...
Closes #669
2023-06-29 05:52:07 +02:00
Martin Pitt
d3b9064d63
package.json: Bump esbuild and esbuild-sass-plugin
...
esbuild-sass-plugin 2.10 got released as compatible with 2.8, but it is
not compatible any more with esbuild 0.17.18. Bump both.
2023-06-22 07:03:38 +02:00
Cockpit Project
ddd7763d62
Makefile: Update Cockpit lib to 393f9888a5727cbb06bcb70175e82064
...
Closes #667
2023-06-22 07:03:38 +02:00
Cockpit Project
11fc725902
Makefile: Update Cockpit lib to 536834c40ad3e2390a52fb87583f0730
...
Closes #665
2023-06-15 08:24:04 +02:00
Cockpit Project
1eb8b05dfa
Makefile: Update Cockpit lib to efcf647c8580388d907af512c6c4727c
...
Closes #663
2023-06-08 10:00:15 +02:00
Cockpit Project
c1910ea39c
Makefile: Update Cockpit lib to 06aba4d08e6017abed05a3cc3e3bbb49276bc0d1
...
Closes #660
2023-06-01 10:22:48 +02:00
Allison Karlitskaya
2215aa3bf8
Makefile: bump our test/common dependency
...
... and make use of the new pywrap feature from our test.
Use the same eslint and stylelint plugin configuration as the cockpit
main repo.
Co-authored-by: Katerina Koukiou <kkoukiou@redhat.com>
2023-05-26 17:34:51 +02:00
Katerina Koukiou
12a648b6e4
patternfly-5-overrides should be auto-imported by the page.scss file
...
page.scss sould be imported by all pages.
2023-05-25 22:42:37 +02:00
Cockpit Project
4c405168a8
Makefile: Update Cockpit lib to 3ca979d542a4d6cf865f2132e0bdf1b0
...
Closes #656
2023-05-25 06:33:17 +02:00
Martin Pitt
dc5a514625
Drop obsolete pf-m-redhat-font class
2023-05-24 08:58:49 +02:00
Cockpit Project
092cefab3b
package.json: Update @patternfly/patternfly, @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles
...
Bump Cockpit commit to pick up the necessary adjustments for latest PF,
and adjust test for the new "-v5" namespace prefix.
Closes #654
2023-05-22 09:58:44 +02:00
Justin Stephenson
e3a8c9d17c
workflows: Pacify git's permission check in release workflow
...
"fatal: detected dubious ownership in repository at..."
2023-05-19 18:18:24 +02:00
Cockpit Project
26e4c3e5dd
Makefile: Update Cockpit lib to 355c0aa59e3991243e10a61183e62ea1
...
Closes #653
2023-05-18 22:07:20 +02:00
Cockpit Project
fbc0a542f7
Makefile: Update Cockpit lib to 68980cd34568a52bc0e2000d79ff0dd8
...
Closes #651
2023-05-17 05:59:35 +02:00
Cockpit Project
b3e97c711c
Makefile: Update Cockpit lib to da5abbb4245b0455cc8b610efe01e684
...
Closes #649
2023-05-11 06:42:00 +02:00
Martin Pitt
a47c641af9
package.json: Pin down versions of @patternfly/react-{styles,icons}
...
These are already installed as dependencies, and we do the same in other
Cockpit projects. The latest react-styles version became incompatible
with the react-core version, causing a build failure.
2023-05-10 14:22:24 +03:00
Cockpit Project
b2bdaac5b2
Makefile: Update Cockpit lib to 947f1753867e3924b9617aaace936225
...
Update to PF5 and the new cockpit lib API.
Closes #646
2023-05-04 15:24:01 +02:00
Martin Pitt
6ab10901a4
Makefile: Fix watch dependencies
...
Unbreak `make watch` from a clean tree by ensuring that node_modules/
and pkg/lib exist.
2023-05-04 15:24:01 +02:00
Cockpit Project
4bc3de6d5d
Makefile: Update Cockpit lib to 269bf89276c679a03befc8a04244addd
...
Closes #645
2023-04-27 05:02:43 +02:00