Martin Pitt
15be883595
Move eslint/stylelint to static-code tests
...
stylelint 16 causes a deadlock/crash in esbuild [1]. There's no movement
on that issue, and we want stylelint 16 to be able to support the
Browser Baseline 2023.
Follow 1a28b31828 and
move the linters into test/static-code. This also starts to lint files
which are outside of esbuild's realm, such as documentation and
examples.
[1] https://github.com/evanw/esbuild/issues/3542
2024-02-07 20:27:15 +01:00
dependabot[bot]
8256d6f18f
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 19:09:43 +01:00
Jelle van der Waa
bf4889042a
github: allow dependeabot to update github workflow actions
...
Github usually updates their actions once a while and then warns about a
node env getting deprecated in runs. Which is not super easily spotted
by a developer until it's too late, so let's like npm let dependabot
handle updating.
2024-02-07 19:00:16 +01:00
Martin Pitt
5d2840449a
Use Cockpit's shared static code checks
...
These will soon take over ESLint and stylelint, plus they also cover
ruff and other goodies for the Python part. This supersedes the explicit
ruff call.
This is already being used by cockpit-{podman,machines,navigator} etc.
2024-02-07 17:57:56 +01:00
Martin Pitt
ad0a653f82
build.js: Fix escape characters
...
Spotted by ESLint when calling it on build.js itself (which the esbuild
integration didn't).
2024-02-07 17:57:56 +01:00
Martin Pitt
39014f29e8
flake8: Add config
...
Use our standard "max line length 118" config from other projects.
2024-02-07 17:57:56 +01:00
Cockpit Project
9acbd4f157
Makefile: Update Cockpit lib to bc12d5e116b56ebc5509fde7191a2ac5
...
Closes #784
2024-02-07 15:54:12 +01:00
dependabot[bot]
0b93fd600e
build(deps): bump the patternfly group with 3 updates
...
Bumps the patternfly group with 3 updates: [@patternfly/react-core](https://github.com/patternfly/patternfly-react ), [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) and @patternfly/react-styles.
Updates `@patternfly/react-core` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.1.2...@patternfly/react-core@5.2.0 )
Updates `@patternfly/react-icons` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.1.2...@patternfly/react-icons@5.2.0 )
Updates `@patternfly/react-styles` from 5.1.2 to 5.2.0
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
- dependency-name: "@patternfly/react-styles"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 07:49:51 +01:00
Allison Karlitskaya
8337901d34
pyproject: adjust to new ruff settings layout
2024-02-05 17:54:46 +02:00
dependabot[bot]
f9f2da6974
build(deps): bump the patternfly group with 1 update
...
Bumps the patternfly group with 1 update: [@patternfly/patternfly](https://github.com/patternfly/patternfly ).
Updates `@patternfly/patternfly` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js )
- [Commits](https://github.com/patternfly/patternfly/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 04:35:53 +01:00
Cockpit Project
8739b660ec
Makefile: Update Cockpit lib to fca64d4b989ceadabbfda311b971a414
...
Closes #777
2024-02-01 06:14:15 +01:00
Allison Karlitskaya
1e0de37846
.gitignore: improvements
2024-01-26 16:37:42 +01:00
Cockpit Project
52402605e6
Makefile: Update Cockpit lib to 190e121e99afbd7f4cfe7850f7d9028e
...
Closes #773
2024-01-25 10:33:36 +01:00
Allison Karlitskaya
ff488f37ae
Makefile: have xgettext extract translator comments
2024-01-24 10:16:35 +01:00
dependabot[bot]
58e40f033f
build(deps-dev): bump the esbuild group with 2 updates
...
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.11 to 0.19.12
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.11...v0.19.12 )
Updates `esbuild-wasm` from 0.19.11 to 0.19.12
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.11...v0.19.12 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 06:55:11 +01:00
Jelle van der Waa
471073a2c4
.gitignore: merge back changes from Cockpit
...
In machines/podman and Cockpit we sorted and re-organised the gitignore
file. In navigator I noticed that starter-kit did not have these changes
yet and so we had to re-apply them so let's fix it in the source.
2024-01-22 17:31:46 +01:00
dependabot[bot]
42ff9dbce6
build(deps-dev): bump sass from 1.69.7 to 1.70.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.7 to 1.70.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.7...1.70.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 23:30:42 +01:00
Cockpit Project
dcea555d07
Makefile: Update Cockpit lib to e2f3e9eb7c3635e7ac3ddf751c6bb3ff
...
Closes #767
2024-01-18 09:20:21 +01:00
Cockpit Project
903218ba18
Makefile: Update Cockpit lib to 8fb879870c889ba7da202cc7b077006a
...
Closes #766
2024-01-11 08:09:59 +01:00
Cockpit Project
348bcbcdfc
Makefile: Update Cockpit lib to cf2485d79da7fb9be262eaa4ca5ef91e
...
Closes #764
2024-01-04 07:33:58 +01:00
dependabot[bot]
ef4b3ed991
build(deps-dev): bump sass from 1.69.6 to 1.69.7
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.6 to 1.69.7.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.6...1.69.7 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-04 07:29:34 +01:00
dependabot[bot]
a747ab9775
build(deps-dev): bump the esbuild group with 2 updates
...
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.10 to 0.19.11
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.10...v0.19.11 )
Updates `esbuild-wasm` from 0.19.10 to 0.19.11
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.10...v0.19.11 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 08:55:17 +01:00
dependabot[bot]
0d67d23124
build(deps-dev): bump sass from 1.69.5 to 1.69.6
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.5 to 1.69.6.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.6 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-30 08:54:58 +01:00
Cockpit Project
441c699e08
Makefile: Update Cockpit lib to 5a872683db3d00a27064d24ab7e1011b
...
Closes #757
2023-12-21 03:48:06 +01:00
dependabot[bot]
adc6b46e61
build(deps-dev): bump the esbuild group with 3 updates
...
Bumps the esbuild group with 3 updates: [esbuild](https://github.com/evanw/esbuild ), [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.9 to 0.19.10
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.9...v0.19.10 )
Updates `esbuild-sass-plugin` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases )
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/compare/v2.16.0...v2.16.1 )
Updates `esbuild-wasm` from 0.19.9 to 0.19.10
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.9...v0.19.10 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-sass-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 07:42:09 +01:00
dependabot[bot]
3c7072d3cc
build(deps-dev): bump the eslint group with 1 update
...
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint ).
Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 04:28:03 +01:00
dependabot[bot]
46fb9f9ee8
build(deps-dev): bump the eslint group with 1 update
...
Bumps the eslint group with 1 update: [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ).
- [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.29.0...v2.29.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 10:19:02 +01:00
Cockpit Project
535bcb5e45
Makefile: Update Cockpit lib to d39a2fba817c2df32cdc7094661f28f2
...
Closes #753
2023-12-14 06:09:25 +01:00
dependabot[bot]
3f7eff3910
build(deps-dev): bump the esbuild group with 2 updates
...
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.8 to 0.19.9
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.8...v0.19.9 )
Updates `esbuild-wasm` from 0.19.8 to 0.19.9
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.8...v0.19.9 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 03:51:36 +01:00
Cockpit Project
46ad3e5895
Makefile: Update Cockpit lib to 05fc2d8f0670c3d53375b52065ace5f3
...
Closes #748
2023-12-07 06:50:19 +01:00
dependabot[bot]
47784c883e
build(deps): bump the patternfly group with 3 updates
...
Bumps the patternfly group with 3 updates: [@patternfly/react-core](https://github.com/patternfly/patternfly-react ), [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) and @patternfly/react-styles.
Updates `@patternfly/react-core` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.1.1...@patternfly/react-core@5.1.2 )
Updates `@patternfly/react-icons` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.1.1...@patternfly/react-icons@5.1.2 )
Updates `@patternfly/react-styles` from 5.1.1 to 5.1.2
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patternfly
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patternfly
- dependency-name: "@patternfly/react-styles"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patternfly
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 06:44:42 +01:00
dependabot[bot]
446bf39f88
build(deps-dev): bump the eslint group with 1 update
...
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint ).
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 06:09:58 +01:00
Cockpit Project
85158720cd
Makefile: Update Cockpit lib to de7ab98dc9aee629f5108c697d6dfffc
...
Closes #745
2023-11-30 07:08:53 +01:00
dependabot[bot]
646093441a
build(deps-dev): bump the esbuild group with 2 updates
...
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.7 to 0.19.8
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.7...v0.19.8 )
Updates `esbuild-wasm` from 0.19.7 to 0.19.8
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.7...v0.19.8 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 07:31:13 +01:00
Cockpit Project
9c8a2b2231
Makefile: Update Cockpit lib to 82952585929e8ecec53d9debf1f14b0c
...
Closes #743
2023-11-23 07:26:22 +01:00
dependabot[bot]
746d6a69f6
build(deps-dev): bump the esbuild group with 2 updates
...
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.6 to 0.19.7
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.6...v0.19.7 )
Updates `esbuild-wasm` from 0.19.6 to 0.19.7
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.6...v0.19.7 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 23:01:38 +01:00
dependabot[bot]
5a9a99da12
build(deps-dev): bump the eslint group with 1 update
...
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint ).
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 06:45:58 +01:00
dependabot[bot]
943a6a4d59
build(deps-dev): bump the esbuild group with 2 updates
...
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild ) and [esbuild-wasm](https://github.com/evanw/esbuild ).
Updates `esbuild` from 0.19.5 to 0.19.6
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.5...v0.19.6 )
Updates `esbuild-wasm` from 0.19.5 to 0.19.6
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.5...v0.19.6 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
- dependency-name: esbuild-wasm
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: esbuild
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 06:28:57 +01:00
Cockpit Project
c91cfe9f57
Makefile: Update Cockpit lib to 9da922928c1b1ea8489e12ba5ba6ecfd
...
Closes #738
2023-11-16 07:29:19 +01:00
Cockpit Project
439fc281aa
Makefile: Update Cockpit lib to 5ec1a3ad4c1b544c9935b680333b07d5
...
Closes #737
2023-11-09 05:24:30 +01:00
dependabot[bot]
ac8999df11
build(deps-dev): bump the eslint group with 1 update
...
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint ).
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 07:21:13 +01:00
dependabot[bot]
a3c66ea865
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/v11.0.0...v11.1.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 05:33:40 +01:00
Cockpit Project
3a09ad6591
Makefile: Update Cockpit lib to 228c5e4cef8d2c6b22123542b4931f97
...
Closes #734
2023-11-02 05:36:37 +01:00
Jelle van der Waa
a7443ffebf
stylelint: handle stylelint-scss deprecation
...
stylelint-sccs deprecated at-import-partial-leading-underscore in a
minor version update while stylelint-config-recommended-scss still
enables it causing an error when running stylelint.
2023-10-30 11:56:27 +01:00
dependabot[bot]
32da391853
build(deps-dev): bump sass from 1.69.4 to 1.69.5
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.4 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 06:48:14 +02:00
Cockpit Project
704eb3d779
Makefile: Update Cockpit lib to 118d89a84afdccda8d799579b68fee28
...
Closes #731
2023-10-26 06:41:00 +02:00
dependabot[bot]
cd7bfb04f8
build(deps-dev): bump the eslint group with 2 updates
...
Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint ) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ).
Updates `eslint` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0 )
Updates `eslint-plugin-import` from 2.28.1 to 2.29.0
- [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.28.1...v2.29.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 08:08:14 +02:00
Cockpit Project
872700ea41
Makefile: Update Cockpit lib to 5ac51ecd0d5c4739d0478bee88efb8fb
...
Closes #729
2023-10-19 06:34:23 +02:00
dependabot[bot]
e22c365f17
build(deps-dev): bump sass from 1.69.3 to 1.69.4
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.69.3 to 1.69.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.69.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 06:30:20 +02:00
dependabot[bot]
b9bf822b8e
build(deps-dev): bump the stylelint group with 1 update
...
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint ).
- [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.3...15.11.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 06:18:07 +02:00