Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2025-05-26 18:32:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Mon May 26 18:32:05 2025 rev:60 rq:1279492 version:338 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2025-04-30 19:02:45.242253259 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.2732/cockpit.changes 2025-05-26 18:33:13.749604231 +0200 @@ -1,0 +2,45 @@ +Fri May 23 07:46:41 UTC 2025 - Alice Brooks <alice.bro...@suse.com> + +- Update branding patch for micro and sle + +------------------------------------------------------------------- +Thu May 22 12:42:43 UTC 2025 - Alice Brooks <alice.bro...@suse.com> + +- Bug fixes +- Update theme for patternfly 6 +- Update spec from upstream +- Change when selinux policies are installed + +------------------------------------------------------------------- +Thu May 8 08:30:23 UTC 2025 - Luna D Dragon <luna.dra...@suse.com> + +- update to 338: + Upstream Changes: + - Translation updates + - Bug fixes +- Add check_cockpit_users and add_preexec_cockpit.patch to ensure manually created + users and groups are removed. Also check systemd support is in nsswitch + +------------------------------------------------------------------- +Tue Apr 29 04:23:41 UTC 2025 - Luna D Dragon <luna.dra...@suse.com> + +- Update cockpit to 337 + Upstream Changes: + 337: + - Upgraded to Patternfly 6 + - Support dnf needs-restarting + 336.2: + - storage: Revert "Use mdraid metadata version 1.0 when in Anaconda mode" + - Translation updates + 336.1: + - storage: Fix passphrase remembering with "Reuse encryption" + - Translation updates + 336: + - storage: Implement deletion of multi-device btrfs + - storage: Use mdraid metadata version 1.0 when in Anaconda mode + - Add a channel capabilities system + 335: + storage: SMART support +- update various patches to apply on 337 + +------------------------------------------------------------------- Old: ---- cockpit-334.1.tar.gz New: ---- add_preexec_cockpit.patch check_cockpit_users cockpit-338.tar.gz BETA DEBUG BEGIN: New: - Bug fixes - Add check_cockpit_users and add_preexec_cockpit.patch to ensure manually created users and groups are removed. Also check systemd support is in nsswitch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.WDCUGH/_old 2025-05-26 18:33:16.597723644 +0200 +++ /var/tmp/diff_new_pack.WDCUGH/_new 2025-05-26 18:33:16.601723812 +0200 @@ -50,13 +50,14 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 334.1 +Version: 338 Release: 0 Source0: cockpit-%{version}.tar.gz Source1: cockpit.pam Source2: cockpit-rpmlintrc Source3: cockpit-suse-theme.tar Source4: cockpit-no-pamoath.pam +Source5: check_cockpit_users Source10: update_version.sh Source99: README.packaging Source98: package-lock.json @@ -78,7 +79,7 @@ Patch105: fix-libexecdir.patch Patch106: packagekit-single-install.patch Patch109: 0008-pybridge-endian-flag.patch - +Patch110: add_preexec_cockpit.patch Patch201: remove_rh_links.patch %define build_all 1 @@ -214,6 +215,7 @@ %patch -P 3 -p1 %patch -P 4 -p1 %patch -P 5 -p1 + %patch -P 106 -p1 %patch -P 109 -p1 @@ -236,6 +238,10 @@ %patch -P 107 -p1 %endif +%if 0%{?suse_version} >= 1600 +%patch -P 110 -p1 +%endif + %patch -P 201 -p1 %if 0%{?suse_version} > 1500 @@ -359,7 +365,7 @@ find %{buildroot}%{_datadir}/cockpit/selinux -type f >> selinux.list echo '%dir %{_datadir}/cockpit/static' > static.list -echo '%dir %{_datadir}/cockpit/static/fonts' >> static.list +find %{buildroot}%{_datadir}/cockpit/static/* -type d | while read line; do echo "%dir $line"; done >> static.list find %{buildroot}%{_datadir}/cockpit/static -type f >> static.list # when not building basic packages, remove their files @@ -444,6 +450,12 @@ mkdir -p %{buildroot}%{_datadir}/cockpit/devel cp -a pkg/lib %{buildroot}%{_datadir}/cockpit/devel +# cockpit.socket preexec to ensure users are created as dynamic users + +%if 0%{?suse_version} >= 1600 +install -D -m 755 %SOURCE5 %{buildroot}%{_libexecdir}/ +%endif + # ------------------------------------------------------------------------------- # Sub-packages @@ -455,6 +467,7 @@ troubleshooting, interactive command-line sessions, and more. %files +%license COPYING %{_docdir}/cockpit/AUTHORS %{_docdir}/cockpit/COPYING %{_docdir}/cockpit/README.md @@ -468,12 +481,14 @@ %package bridge Summary: Cockpit bridge server-side component +BuildArch: noarch %description bridge The Cockpit bridge component installed server side and runs commands on the system on behalf of the web based user interface. %files bridge -f base.list +%license COPYING %doc %{_mandir}/man1/cockpit-bridge.1.gz %{_bindir}/cockpit-bridge %{_libexecdir}/cockpit-askpass @@ -489,6 +504,7 @@ embed or extend Cockpit. %files doc +%license COPYING %exclude %{_docdir}/cockpit/AUTHORS %exclude %{_docdir}/cockpit/COPYING %exclude %{_docdir}/cockpit/README.md @@ -535,6 +551,7 @@ This package contains the Cockpit shell and system configuration interfaces. %files system -f system.list +%license COPYING %dir %{_datadir}/cockpit/shell/images %package ws @@ -543,13 +560,13 @@ Requires: openssl Requires: glib2 >= 2.50.0 %if 0%{?with_selinux} +Requires: (%{name}-ws-selinux = %{version}-%{release} if selinux-policy-base) Requires: (selinux-policy >= %{_selinux_policy_version} if selinux-policy-%{selinuxtype}) Requires(post): (policycoreutils if selinux-policy-%{selinuxtype}) %endif Conflicts: firewalld < 0.6.0-1 Recommends: sscg >= 2.3 Recommends: system-logos -Requires: (%{name}-selinux-policies if selinux-policy-base) Suggests: sssd-dbus %if 0%{?suse_version} Requires(pre): permissions @@ -580,6 +597,7 @@ authentication via sssd/FreeIPA. %files ws -f static.list +%license COPYING %doc %{_mandir}/man1/cockpit-desktop.1.gz %doc %{_mandir}/man5/cockpit.conf.5.gz %doc %{_mandir}/man8/cockpit-ws.8.gz @@ -631,6 +649,7 @@ %if 0%{?suse_version} == 1500 %{?suse_version:%verify(not mode) }%attr(4750, root, cockpit-wsinstance-socket) %{_libexecdir}/cockpit-session %else +%{_libexecdir}/check_cockpit_users %{_libexecdir}/cockpit-session %endif %{_datadir}/cockpit/branding @@ -718,41 +737,37 @@ test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave %{_sysconfdir}/${i} ||: done %endif + %if 0%{?with_selinux} -%package selinux-policies -Summary: selinux policies required by cockpit -Requires(post): selinux-policy-%{selinuxtype} >= %{selinux_policyver} -Requires(post): selinux-tools +%package ws-selinux +Summary: SELinux security policy for cockpit-ws +# older -ws contained the SELinux policy, now split out +Conflicts: %{name}-ws < 337-1.2025 +Requires(post): selinux-policy-%{selinuxtype} >= %{_selinux_policy_version} +Requires(post): libselinux-utils Requires(post): policycoreutils +Obsoletes: %{name}-selinux-policies < 338 -%description selinux-policies -package that contains selinux rules/policies needed by cockpit when selinux is enabled +%description ws-selinux +SELinux policy module for the cockpit-ws package. -%files selinux-policies +%files ws-selinux +%license COPYING %{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2 %{_mandir}/man8/%{name}_session_selinux.8cockpit.* %{_mandir}/man8/%{name}_ws_selinux.8cockpit.* %ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name} -%pre selinux-policies -if %{_sbindir}/selinuxenabled 2>/dev/null; then - %selinux_relabel_pre -s %{selinuxtype} -fi - -%post selinux-policies +%posttrans ws-selinux +%selinux_relabel_pre -s %{selinuxtype} %selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2 -if [ -x %{_sbindir}/selinuxenabled ]; then - %selinux_relabel_post -s %{selinuxtype} -fi +%selinux_relabel_post -s %{selinuxtype} -%postun selinux-policies +%postun ws-selinux %selinux_modules_uninstall -s %{selinuxtype} %{name} -if [ -x %{_sbindir}/selinuxenabled ]; then - %selinux_relabel_post -s %{selinuxtype} -fi +%selinux_relabel_post -s %{selinuxtype} %endif - # ------------------------------------------------------------------------------- # Sub-packages that are part of cockpit-system in RHEL/CentOS, but separate in Fedora @@ -769,6 +784,7 @@ The Cockpit component for configuring kernel crash dumping. %files kdump -f kdump.list +%license COPYING %{_datadir}/metainfo/org.cockpit_project.cockpit_kdump.metainfo.xml %if !0%{?suse_version} @@ -784,8 +800,9 @@ sosreport tool. %files sosreport -f sosreport.list -%{_datadir}/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml -%{_datadir}/pixmaps/cockpit-sosreport.png +%license COPYING +%{_datadir}/metainfo/org.cockpit_project.cockpit_sosreport.metainfo.xml +%{_datadir}/icons/hicolor/64x64/apps/cockpit-sosreport.png %endif %package networkmanager @@ -802,6 +819,7 @@ The Cockpit component for managing networking. This package uses NetworkManager. %files networkmanager -f networkmanager.list +%license COPYING %{_datadir}/metainfo/org.cockpit_project.cockpit_networkmanager.metainfo.xml %endif @@ -824,6 +842,7 @@ utility setroubleshoot to diagnose and resolve SELinux issues. %files selinux -f selinux.list +%license COPYING %{_datadir}/metainfo/org.cockpit_project.cockpit_selinux.metainfo.xml %endif @@ -854,6 +873,7 @@ The Cockpit component for managing storage. This package uses udisks. %files -n cockpit-storaged -f storaged.list +%license COPYING %{_datadir}/metainfo/org.cockpit_project.cockpit_storaged.metainfo.xml %post storaged @@ -885,5 +905,6 @@ via PackageKit. %files -n cockpit-packagekit -f packagekit.list +%license COPYING # The changelog is automatically generated and merged ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.WDCUGH/_old 2025-05-26 18:33:16.689727502 +0200 +++ /var/tmp/diff_new_pack.WDCUGH/_new 2025-05-26 18:33:16.693727670 +0200 @@ -1,6 +1,6 @@ -mtime: 1745911446 -commit: 96c15c040c63cdfec9aba88a6099368d4f69528e7720314017cb79466890c527 +mtime: 1747990537 +commit: 4041355e9ede65660aeb06ec0e8be1ccfa1db8be8b7978f148a59be12e8befb6 url: https://src.opensuse.org/cockpit/cockpit.git -revision: 96c15c040c63cdfec9aba88a6099368d4f69528e7720314017cb79466890c527 +revision: 4041355e9ede65660aeb06ec0e8be1ccfa1db8be8b7978f148a59be12e8befb6 projectscmsync: https://src.opensuse.org/cockpit/_ObsPrj.git ++++++ add_preexec_cockpit.patch ++++++ diff --git c/src/systemd/cockpit.socket.in w/src/systemd/cockpit.socket.in index de45b0dc9..a1dccef7f 100644 --- c/src/systemd/cockpit.socket.in +++ w/src/systemd/cockpit.socket.in @@ -5,6 +5,7 @@ Wants=cockpit-issue.service [Socket] ListenStream=9090 +ExecStartPre=@libexecdir@/check_cockpit_users ExecStartPost=-@datadir@/@PACKAGE@/issue/update-issue '' localhost ExecStartPost=-/bin/ln -snf active.issue /run/cockpit/issue ExecStopPost=-/bin/ln -snf inactive.issue /run/cockpit/issue ++++++ build.specials.obscpio ++++++ ++++++ check_cockpit_users ++++++ #!/bin/sh bad_users_groups=("cockpit-wsinstance-socket" "cockpit-session-socket") failed=false for gu in "${bad_users_groups[@]}"; do grep -q "$gu" /etc/passwd if [ $? -eq 0 ]; then echo "user ${gu} exists, cockpit will fail to start up if this user exists, please run userdel ${gu} to resolve this" failed=true fi grep -q "$gu" /etc/group if [ $? -eq 0 ]; then echo "group ${gu} exists, cockpit will fail to start up if this group exists, please run groupdel ${gu} to resolve this" failed=true fi done grep -q cockpit-systemd-service /etc/passwd if [ $? -eq 0 ]; then echo "user cockpit-systemd-service exists, cockpit will fail to start up if this group exists, please run userdel cockpit-systemd-service to resolve this" failed=true fi if [ -f /etc/nsswitch.conf ]; then grep -Exq "passwd:.*?compat systemd" /etc/nsswitch.conf if [ $? -ne 0 ]; then echo "/etc/nsswitch.conf is out of date, please update it from /usr/etc/nsswitch.conf to use cockpit" failed=true fi fi if $failed; then exit 1 fi ++++++ cockpit-334.1.tar.gz -> cockpit-338.tar.gz ++++++ /work/SRC/openSUSE:Factory/cockpit/cockpit-334.1.tar.gz /work/SRC/openSUSE:Factory/.cockpit.new.2732/cockpit-338.tar.gz differ: char 13, line 1 ++++++ cockpit-suse-theme.tar ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cockpit-suse-theme/src/css-overrides.css new/cockpit-suse-theme/src/css-overrides.css --- old/cockpit-suse-theme/src/css-overrides.css 2022-06-16 13:32:19.000000000 +0200 +++ new/cockpit-suse-theme/src/css-overrides.css 2025-05-22 11:29:46.000000000 +0200 @@ -24,6 +24,12 @@ --MonospaceFont: 'Roboto Mono', monospace; --Headings: "Poppins"; + --color-primary: var(--DarkerJungleGreen); + --color-primary-active: var(--PineGreen); + + --pf-v6-c-page__main-container--MarginInlineStart: 1.5em; + --pf-v6-c-page__main-container--BackgroundColor: black; + /* Custom theme: PatternFly overrides */ /** Fonts **/ @@ -40,122 +46,77 @@ --pf-global--FontFamily--overpass--monospace: var(--BaseFont); /** Colors **/ - --pf-global--primary-color--100: var(--JungleGreen); - --pf-global--primary-color--200: var(--DarkerJungleGreen); - --pf-global--link--Color: var(--DarkerJungleGreen); - --pf-global--link--Color--hover: var(--PineGreen); --pf-global--BackgroundColor--dark-100: var(--PineGreen); - --pf-global--BackgroundColor--ligth-100: var(--JungleGreen); + --pf-global--BackgroundColor--light-100: var(--JungleGreen); --pf-global--danger-color--100: var(--Persimmon); + --pf-t--global--color--brand--100: var(--JungleGreen); + --pf-t--global--color--brand--200: var(--DarkerJungleGreen); + --pf-t--global--color--brand--300: var(--DarkerJungleGreen); + --pf-t--global--color--brand--hover: var(--PineGreen); + --pf-t--global--text--color--link--100: var(--JungleGreen); + --pf-t--global--text--color--link--200: var(--DarkerJungleGreen); + --pf-t--global--text--color--link--300: var(--DarkerJungleGreen); - /* Custom theme: Cockpit overrides */ - --ct-color-nav-text: var(--Mint); - --ct-color-nav-active-text: var(--Mint); -} - -/* Links and buttons */ - -a { - color: var(--DarkerJungleGreen); -} - -a:hover { - color: var(--PineGreen); + --pf-t--global--dark--color--brand--100: var(--Mint); + --pf-t--global--dark--color--brand--200: var(--JungleGreen); + --pf-t--global--dark--color--brand--300: var(--DarkerJungleGreen); } -.pf-c-button { - --pf-c-button--m-primary--BackgroundColor: var(--JungleGreen); +.pf-v6-theme-dark { + --pf-t--global--color--brand--hover: var(--Fog); + --pf-t--global--text--color--brand--default: var(--pf-t--global--dark--color--brand--100); } -.pf-c-button.pf-m-link { - color: var(--DarkerJungleGreen); -} - -.pf-c-button.pf-m-link:hover { - color: var(--PineGreen); -} - -/* Progress bars */ - -.pf-c-progress { - --pf-c-progress__indicator--BackgroundColor: var(--JungleGreen); - --pf-c-progress__bar--BackgroundColor: var(--Fog); - --pf-c-progress__bar--before--Opacity: 0; -} - -.pf-c-progress.pf-m-danger { - --pf-c-progress__indicator--BackgroundColor: var(--Persimmon); -} - -/* Main content */ - -.pf-c-page__main-section { - --pf-c-page__main-section--BackgroundColor: var(--Fog); -} - -.pf-c-page__main-section.pf-m-light { - --pf-c-page__main-section--BackgroundColor: white; -} - -/* Alerts */ - -.pf-c-alert.pf-m-info { - --pf-c-alert--BorderTopColor: var(--WaterholeBlue); - --pf-c-alert__icon--Color: var(--WaterholeBlue); +.sidebar, #hosts-sel, #topnav, #sidebar-toggle { + background-color: var(--pf-global--BackgroundColor--dark-100); } -.pf-l-gallery > .pf-c-alert.pf-m-info, -.pf-c-alert.pf-m-info { - --pf-c-alert--BackgroundColor: white; +#nav-system .pf-v6-c-nav, #hosts-sel .pf-v6-c-menu-toggle, #topnav .pf-v6-c-menu-toggle, #sidebar-toggle .ct-nav-toggle { + --pf-t--global--text--color--regular: var(--Fog); + --pf-t--global--text--color--subtle: var(--Fog); + --pf-v6-c-nav__link--m-current--Color: var(--pf-t--global--color--brand--hover); + --pf-v6-c-nav__link--hover--Color: var(--pf-t--global--color--brand--hover); + --pf-v6-c-menu-toggle--m-plain--Color: var(--Fog); + --pf-t--global--icon--color--regular: var(--Fog); } -.pf-c-alert.pf-m-warning { - --pf-c-alert--BorderTopColor: var(--Persimmon); - --pf-c-alert__icon--Color: var(--Persimmon); +#topnav .pf-v6-c-menu-toggle:is(:hover, :focus), #topnav .pf-v6-c-menu-toggle:is(:hover, :focus) .pf-v6-c-icon__content { + --pf-v6-c-menu-toggle--Color: var(--pf-t--global--color--brand--hover); + --pf-v6-c-icon__content--Color: var(--pf-t--global--color--brand--hover); + background-color: var(--pf-t--global--background--color--action--plain--alt--hover); } -/* Sidebar navigation */ - -#host-apps, -.ct-switcher .pf-m-dark > .pf-c-select__toggle { - background-color: var(--pf-global--BackgroundColor--dark-100); +#super-user-indicator .pf-v6-c-button.ct-unlocked { + --pf-v6-c-button--Color: var(--Mint) } -#host-apps a { - color: var(--Fog); +.header { + --pf-v6-c-menu-toggle--hover--Color: red; } -.view-hosts a:hover { - color: var(--Fog); +.pf-v6-c-page__main-container { + margin-block-start: var(--pf-v6-c-page__main-container--MarginInlineStart); } -#host-apps .pf-c-nav__link.pf-m-current::after { - border-color: var(--Mint); +.nav-system-menu { + padding-inline-start: 0; + padding-inline-end: 0; } -#view-hosts > #page-sidebar { - background-color: var(--DarkerJugnleGreen); +.nav-system-menu .host-apps { + padding-inline-start: calc(var(--pf-t--global--spacer--inset--page-chrome) / 2); + padding-inline-end: calc(var(--pf-t--global--spacer--inset--page-chrome) / 2); } -/* Subnav search */ - -.area-ct-subnav .search { - margin: 1rem 0; +.page > .navbar { + margin: 0; } -.area-ct-subnav .pf-c-button.pf-m-link.hint { - color: var(--Fog); +.page > .navbar .ct-nav-toggle { + background: transparent; } -/* Charts */ - -.ct-plot-paths > path { - fill: var(--JungleGreen); - stroke: var(--JungleGreen); +.usage-bar { + --bg-color: var(--JungleGreen); } -/* Others */ - -.cockpit-log-time { - font-family: var(--MonospaceFont); -} ++++++ css-overrides.patch ++++++ --- /var/tmp/diff_new_pack.WDCUGH/_old 2025-05-26 18:33:17.029741758 +0200 +++ /var/tmp/diff_new_pack.WDCUGH/_new 2025-05-26 18:33:17.033741925 +0200 @@ -1,6 +1,6 @@ -From 617d236f005538be4a53b4a4cb88aac0ad6bf14b Mon Sep 17 00:00:00 2001 +From 60004e16cda0599e5789dc79e95d006f0c0a95b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= <dgonza...@suse.de> -Date: Mon, 13 Jun 2022 20:05:21 +0100 +Date: Mon, 28 Apr 2025 20:42:49 +0530 Subject: [PATCH] Load custom CSS In order to override Cockpit's default styling, another CSS file is @@ -14,39 +14,40 @@ [2] https://github.com/cockpit-project/cockpit/issues/16359 [3] https://en.opensuse.org/openSUSE:ALP/Workgroups/SysMngmnt --- - pkg/apps/index.html | 1 + - pkg/kdump/index.html | 1 + - pkg/metrics/index.html | 1 + - pkg/networkmanager/firewall.html | 1 + - pkg/networkmanager/index.html | 1 + - pkg/packagekit/index.html | 1 + - pkg/playground/index.html | 1 + - pkg/playground/journal.html | 1 + - pkg/playground/metrics.html | 1 + - pkg/playground/plot.html | 1 + - pkg/playground/react-patterns.html | 1 + - pkg/playground/speed.html | 1 + - pkg/playground/test.html | 1 + - pkg/selinux/setroubleshoot.html | 1 + - pkg/shell/index.html | 1 + - pkg/shell/shell.html | 1 + - pkg/sosreport/index.html | 1 + - pkg/storaged/index.html | 1 + - pkg/systemd/hwinfo.html | 1 + - pkg/systemd/index.html | 1 + - pkg/systemd/logs.html | 1 + - pkg/systemd/services.html | 1 + - pkg/systemd/terminal.html | 1 + - pkg/users/index.html | 1 + - src/branding/default/css-overrides.css | 12 ++++++++++++ - 25 files changed, 36 insertions(+) - create mode 100644 src/branding/default/css-overrides.css + pkg/apps/index.html | 1 + + pkg/kdump/index.html | 1 + + pkg/metrics/index.html | 1 + + pkg/networkmanager/firewall.html | 1 + + pkg/networkmanager/index.html | 1 + + pkg/packagekit/index.html | 1 + + pkg/playground/index.html | 1 + + pkg/playground/journal.html | 1 + + pkg/playground/metrics.html | 1 + + pkg/playground/plot.html | 1 + + pkg/playground/react-patterns.html | 1 + + pkg/playground/speed.html | 1 + + pkg/playground/test.html | 1 + + pkg/shell/index.html | 1 + + pkg/shell/shell.html | 1 + + pkg/sosreport/index.html | 1 + + pkg/static/css-overrides.css | 12 ++++++++++++ + pkg/systemd/hwinfo.html | 1 + + pkg/systemd/index.html | 1 + + pkg/systemd/logs.html | 1 + + pkg/systemd/services.html | 1 + + pkg/systemd/terminal.html | 1 + + pkg/users/index.html | 1 + + pkg/storaged/index.html | 1 + + pkg/static/login.html | 1 + + pkg/selinux/index.html | 1 + + 23 files changed, 34 insertions(+) + create mode 100644 pkg/static/css-overrides.css -Index: cockpit/pkg/apps/index.html -=================================================================== ---- cockpit.orig/pkg/apps/index.html -+++ cockpit/pkg/apps/index.html -@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http:// +diff --git a/pkg/apps/index.html b/pkg/apps/index.html +index fd17d5131..9aac50800 100644 +--- a/pkg/apps/index.html ++++ b/pkg/apps/index.html +@@ -23,6 +23,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. <title translate="yes">Applications</title> <meta charset="utf-8" /> <link href="apps.css" type="text/css" rel="stylesheet" /> @@ -54,11 +55,11 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> <script type="text/javascript" src="po.js"></script> -Index: cockpit/pkg/kdump/index.html -=================================================================== ---- cockpit.orig/pkg/kdump/index.html -+++ cockpit/pkg/kdump/index.html -@@ -25,6 +25,7 @@ along with Cockpit; If not, see <http:// +diff --git a/pkg/kdump/index.html b/pkg/kdump/index.html +index 8138f050f..619416dd4 100644 +--- a/pkg/kdump/index.html ++++ b/pkg/kdump/index.html +@@ -25,6 +25,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="kdump.css" /> @@ -66,11 +67,11 @@ <script type="text/javascript" src="kdump.js"></script> <script type="text/javascript" src="../base1/po.js"></script> -Index: cockpit/pkg/metrics/index.html -=================================================================== ---- cockpit.orig/pkg/metrics/index.html -+++ cockpit/pkg/metrics/index.html -@@ -23,6 +23,7 @@ along with this package; If not, see <ht +diff --git a/pkg/metrics/index.html b/pkg/metrics/index.html +index cbb82dccc..b17bd1a76 100644 +--- a/pkg/metrics/index.html ++++ b/pkg/metrics/index.html +@@ -23,6 +23,7 @@ along with this package; If not, see <https://www.gnu.org/licenses/>. <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="index.css" /> @@ -78,11 +79,11 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../manifests.js"></script> -Index: cockpit/pkg/networkmanager/firewall.html -=================================================================== ---- cockpit.orig/pkg/networkmanager/firewall.html -+++ cockpit/pkg/networkmanager/firewall.html -@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http:// +diff --git a/pkg/networkmanager/firewall.html b/pkg/networkmanager/firewall.html +index e5ea58276..6bc5327f5 100644 +--- a/pkg/networkmanager/firewall.html ++++ b/pkg/networkmanager/firewall.html +@@ -23,6 +23,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. <meta charset="utf-8" /> <link href="firewall.css" type="text/css" rel="stylesheet" /> @@ -90,10 +91,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> -Index: cockpit/pkg/networkmanager/index.html -=================================================================== ---- cockpit.orig/pkg/networkmanager/index.html -+++ cockpit/pkg/networkmanager/index.html +diff --git a/pkg/networkmanager/index.html b/pkg/networkmanager/index.html +index fc9cb5aff..3aceef1b2 100644 +--- a/pkg/networkmanager/index.html ++++ b/pkg/networkmanager/index.html @@ -24,6 +24,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -102,11 +103,11 @@ <script src="../base1/cockpit.js"></script> <script src="../manifests.js"></script> <script src="../base1/po.js"></script> -Index: cockpit/pkg/packagekit/index.html -=================================================================== ---- cockpit.orig/pkg/packagekit/index.html -+++ cockpit/pkg/packagekit/index.html -@@ -24,6 +24,7 @@ along with Cockpit; If not, see <http:// +diff --git a/pkg/packagekit/index.html b/pkg/packagekit/index.html +index c95dfd263..f4f3baab6 100644 +--- a/pkg/packagekit/index.html ++++ b/pkg/packagekit/index.html +@@ -24,6 +24,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. <meta charset="utf-8" /> <link href="updates.css" rel="stylesheet" /> @@ -114,10 +115,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> -Index: cockpit/pkg/playground/index.html -=================================================================== ---- cockpit.orig/pkg/playground/index.html -+++ cockpit/pkg/playground/index.html +diff --git a/pkg/playground/index.html b/pkg/playground/index.html +index 4f2bce82d..6f87bc642 100644 +--- a/pkg/playground/index.html ++++ b/pkg/playground/index.html @@ -5,6 +5,7 @@ <title>Cockpit Development Playground</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -126,10 +127,10 @@ <script src="../base1/cockpit.js"></script> <script src="../manifests.js"></script> <script src="index.js"></script> -Index: cockpit/pkg/playground/journal.html -=================================================================== ---- cockpit.orig/pkg/playground/journal.html -+++ cockpit/pkg/playground/journal.html +diff --git a/pkg/playground/journal.html b/pkg/playground/journal.html +index 473537cb8..c1f10201f 100644 +--- a/pkg/playground/journal.html ++++ b/pkg/playground/journal.html @@ -5,6 +5,7 @@ <title>Cockpit Journal Box</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -138,10 +139,10 @@ <script src="../base1/cockpit.js"></script> <script src="journal.js"></script> </head> -Index: cockpit/pkg/playground/metrics.html -=================================================================== ---- cockpit.orig/pkg/playground/metrics.html -+++ cockpit/pkg/playground/metrics.html +diff --git a/pkg/playground/metrics.html b/pkg/playground/metrics.html +index d3485c344..bab3b4eb1 100644 +--- a/pkg/playground/metrics.html ++++ b/pkg/playground/metrics.html @@ -5,6 +5,7 @@ <title>Cockpit Monitoring</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -150,10 +151,10 @@ <script src="../base1/cockpit.js"></script> <script src="metrics.js"></script> </head> -Index: cockpit/pkg/playground/plot.html -=================================================================== ---- cockpit.orig/pkg/playground/plot.html -+++ cockpit/pkg/playground/plot.html +diff --git a/pkg/playground/plot.html b/pkg/playground/plot.html +index dae84c4b7..e1e8fa7dc 100644 +--- a/pkg/playground/plot.html ++++ b/pkg/playground/plot.html @@ -5,6 +5,7 @@ <title>Cockpit Plots</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -162,10 +163,10 @@ <script src="../base1/cockpit.js"></script> <script src="plot.js"></script> </head> -Index: cockpit/pkg/playground/react-patterns.html -=================================================================== ---- cockpit.orig/pkg/playground/react-patterns.html -+++ cockpit/pkg/playground/react-patterns.html +diff --git a/pkg/playground/react-patterns.html b/pkg/playground/react-patterns.html +index a220e0a51..437bd2e39 100644 +--- a/pkg/playground/react-patterns.html ++++ b/pkg/playground/react-patterns.html @@ -5,6 +5,7 @@ <title>Cockpit React Patterns Usage</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -174,10 +175,10 @@ <script src="../base1/cockpit.js"></script> <script src="react-patterns.js"></script> </head> -Index: cockpit/pkg/playground/speed.html -=================================================================== ---- cockpit.orig/pkg/playground/speed.html -+++ cockpit/pkg/playground/speed.html +diff --git a/pkg/playground/speed.html b/pkg/playground/speed.html +index 603c7341a..e89d111de 100644 +--- a/pkg/playground/speed.html ++++ b/pkg/playground/speed.html @@ -5,6 +5,7 @@ <title>Cockpit Speed Tests</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -186,10 +187,10 @@ <script src="../base1/cockpit.js"></script> <script src="speed.js"></script> </head> -Index: cockpit/pkg/playground/test.html -=================================================================== ---- cockpit.orig/pkg/playground/test.html -+++ cockpit/pkg/playground/test.html +diff --git a/pkg/playground/test.html b/pkg/playground/test.html +index 97a74791f..a2519cfd2 100644 +--- a/pkg/playground/test.html ++++ b/pkg/playground/test.html @@ -5,6 +5,7 @@ <title>Cockpit playground</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -198,35 +199,35 @@ <script src="../base1/cockpit.js"></script> <script src="test.js"></script> </head> -Index: cockpit/pkg/shell/index.html -=================================================================== +diff --git a/pkg/shell/index.html b/pkg/shell/index.html +index 6dd5ad1ac..1c6f3512c 100644 --- a/pkg/shell/index.html +++ b/pkg/shell/index.html -@@ -6,6 +6,7 @@ - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +@@ -7,6 +7,7 @@ + <link rel="icon" href="../../static/favicon.ico" /> <link href="shell.css" rel="stylesheet" /> <link href="../../static/branding.css" rel="stylesheet" /> + <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet" /> <script src="../base1/cockpit.js"></script> <script src="../manifests-i18n.js"></script> <script src="po.js"></script> -Index: cockpit/pkg/shell/shell.html -=================================================================== ---- cockpit.orig/pkg/shell/shell.html -+++ cockpit/pkg/shell/shell.html +diff --git a/pkg/shell/shell.html b/pkg/shell/shell.html +index c9adf7ae2..97f088f7c 100644 +--- a/pkg/shell/shell.html ++++ b/pkg/shell/shell.html @@ -5,6 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="index.css" /> + <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet" /> </head> - <body class="pf-v5-m-tabular-nums"> + <body class="pf-v6-m-tabular-nums"> <div class="curtains-ct"> -Index: cockpit/pkg/sosreport/index.html -=================================================================== ---- cockpit.orig/pkg/sosreport/index.html -+++ cockpit/pkg/sosreport/index.html -@@ -22,6 +22,7 @@ along with Cockpit; If not, see <http:// +diff --git a/pkg/sosreport/index.html b/pkg/sosreport/index.html +index e673383ad..224b42463 100644 +--- a/pkg/sosreport/index.html ++++ b/pkg/sosreport/index.html +@@ -22,6 +22,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. <title translate="yes">Diagnostic reports</title> <meta charset="utf-8" /> <link href="sosreport.css" rel="stylesheet" /> @@ -234,10 +235,28 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> <script type="text/javascript" src="po.js"></script> -Index: cockpit/pkg/systemd/hwinfo.html -=================================================================== ---- cockpit.orig/pkg/systemd/hwinfo.html -+++ cockpit/pkg/systemd/hwinfo.html +diff --git a/pkg/static/css-overrides.css b/pkg/static/css-overrides.css +new file mode 100644 +index 000000000..7481f7ecf +--- /dev/null ++++ b/pkg/static/css-overrides.css +@@ -0,0 +1,12 @@ ++/** ++ * PLEASE, DO NOT CHANGE THIS FILE. ++ * ++ * It is here to avoid 404 errors on openSUSE Cockpit patched version when no ++ * package for overriding the default style is installed. If a better ++ * alternative becomes available, it will be removed. ++ * ++ * To know more, please follow below links ++ * ++ * - https://github.com/cockpit-project/cockpit/pull/17437 ++ * - https://github.com/cockpit-project/cockpit/issues/16359 ++ */ +diff --git a/pkg/systemd/hwinfo.html b/pkg/systemd/hwinfo.html +index a3413faca..549b80298 100644 +--- a/pkg/systemd/hwinfo.html ++++ b/pkg/systemd/hwinfo.html @@ -4,6 +4,7 @@ <title translate="yes">Hardware information</title> <meta charset="utf-8" /> @@ -246,10 +265,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -Index: cockpit/pkg/systemd/index.html -=================================================================== ---- cockpit.orig/pkg/systemd/index.html -+++ cockpit/pkg/systemd/index.html +diff --git a/pkg/systemd/index.html b/pkg/systemd/index.html +index 91a268a4a..ee125fe65 100644 +--- a/pkg/systemd/index.html ++++ b/pkg/systemd/index.html @@ -6,6 +6,7 @@ <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> @@ -258,11 +277,11 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> <script type="text/javascript" src="overview.js"></script> -Index: cockpit/pkg/systemd/logs.html -=================================================================== ---- cockpit.orig/pkg/systemd/logs.html -+++ cockpit/pkg/systemd/logs.html -@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http:// +diff --git a/pkg/systemd/logs.html b/pkg/systemd/logs.html +index f89f1fa47..5086ce1f6 100644 +--- a/pkg/systemd/logs.html ++++ b/pkg/systemd/logs.html +@@ -23,6 +23,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. <title translate="yes">Journal</title> <meta charset="utf-8" /> <link href="logs.css" rel="stylesheet" /> @@ -270,10 +289,10 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -Index: cockpit/pkg/systemd/services.html -=================================================================== ---- cockpit.orig/pkg/systemd/services.html -+++ cockpit/pkg/systemd/services.html +diff --git a/pkg/systemd/services.html b/pkg/systemd/services.html +index 74fa456d4..e9c7047ee 100644 +--- a/pkg/systemd/services.html ++++ b/pkg/systemd/services.html @@ -5,6 +5,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -282,10 +301,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="services.js"></script> -Index: cockpit/pkg/systemd/terminal.html -=================================================================== ---- cockpit.orig/pkg/systemd/terminal.html -+++ cockpit/pkg/systemd/terminal.html +diff --git a/pkg/systemd/terminal.html b/pkg/systemd/terminal.html +index ce7216e4e..63547f9d3 100644 +--- a/pkg/systemd/terminal.html ++++ b/pkg/systemd/terminal.html @@ -5,6 +5,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -294,10 +313,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -Index: cockpit/pkg/users/index.html -=================================================================== ---- cockpit.orig/pkg/users/index.html -+++ cockpit/pkg/users/index.html +diff --git a/pkg/users/index.html b/pkg/users/index.html +index d26cf4781..b0c6ebf87 100644 +--- a/pkg/users/index.html ++++ b/pkg/users/index.html @@ -24,6 +24,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -306,21 +325,43 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -Index: cockpit/pkg/static/css-overrides.css -=================================================================== ---- /dev/null -+++ cockpit/pkg/static/css-overrides.css -@@ -0,0 +1,12 @@ -+/** -+ * PLEASE, DO NOT CHANGE THIS FILE. -+ * -+ * It is here to avoid 404 errors on openSUSE Cockpit patched version when no -+ * package for overriding the default style is installed. If a better -+ * alternative becomes available, it will be removed. -+ * -+ * To know more, please follow below links -+ * -+ * - https://github.com/cockpit-project/cockpit/pull/17437 -+ * - https://github.com/cockpit-project/cockpit/issues/16359 -+ */ +diff --git a/pkg/storaged/index.html b/pkg/storaged/index.html +index 6893e4909..b6677bb56 100644 +--- a/pkg/storaged/index.html ++++ b/pkg/storaged/index.html +@@ -24,6 +24,7 @@ + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link href="storaged.css" type="text/css" rel="stylesheet" /> ++ <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet"> + <script src="../base1/cockpit.js"></script> + <script src="../base1/po.js"></script> + <script src="../manifests.js"></script> +diff --git a/pkg/static/login.html b/pkg/static/login.html +index 6a8fa4f44..9019499a5 100644 +--- a/pkg/static/login.html ++++ b/pkg/static/login.html +@@ -11,6 +11,7 @@ + <script type="text/javascript" src="cockpit/static/login.js"></script> + <link href="cockpit/static/login.css" type="text/css" rel="stylesheet" /> + <link href="cockpit/static/branding.css" type="text/css" rel="stylesheet" /> ++ <link href="cockpit/static/css-overrides.css" type="text/css" rel="stylesheet" /> + </head> + + <body class="login-pf"> +diff --git a/pkg/selinux/index.html b/pkg/selinux/index.html +index cc3825a25..e1c814c6d 100644 +--- a/pkg/selinux/index.html ++++ b/pkg/selinux/index.html +@@ -25,6 +25,7 @@ along with Cockpit; If not, see <https://www.gnu.org/licenses/>. + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="stylesheet" href="selinux.css" /> ++ <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet"> + + <script type="text/javascript" src="../base1/cockpit.js"></script> + <script type="text/javascript" src="../base1/po.js"></script> +-- +2.49.0 + ++++++ node_modules.obscpio ++++++ Binary files old/@babel-code-frame-7.26.2.tgz and new/@babel-code-frame-7.26.2.tgz differ Binary files old/@babel-code-frame-7.27.1.tgz and new/@babel-code-frame-7.27.1.tgz differ Binary files old/@babel-helper-validator-identifier-7.25.9.tgz and new/@babel-helper-validator-identifier-7.25.9.tgz differ Binary files old/@babel-helper-validator-identifier-7.27.1.tgz and new/@babel-helper-validator-identifier-7.27.1.tgz differ Binary files old/@bufbuild-protobuf-2.2.3.tgz and new/@bufbuild-protobuf-2.2.3.tgz differ Binary files old/@bufbuild-protobuf-2.2.5.tgz and new/@bufbuild-protobuf-2.2.5.tgz differ Binary files old/@esbuild-linux-x64-0.25.0.tgz and new/@esbuild-linux-x64-0.25.0.tgz differ Binary files old/@esbuild-linux-x64-0.25.3.tgz and new/@esbuild-linux-x64-0.25.3.tgz differ Binary files old/@eslint-community-eslint-utils-4.4.1.tgz and new/@eslint-community-eslint-utils-4.4.1.tgz differ Binary files old/@eslint-community-eslint-utils-4.7.0.tgz and new/@eslint-community-eslint-utils-4.7.0.tgz differ Binary files old/@patternfly-patternfly-5.4.2.tgz and new/@patternfly-patternfly-5.4.2.tgz differ Binary files old/@patternfly-patternfly-6.2.3.tgz and new/@patternfly-patternfly-6.2.3.tgz differ Binary files old/@patternfly-react-core-5.4.13.tgz and new/@patternfly-react-core-5.4.13.tgz differ Binary files old/@patternfly-react-core-6.2.2.tgz and new/@patternfly-react-core-6.2.2.tgz differ Binary files old/@patternfly-react-icons-5.4.2.tgz and new/@patternfly-react-icons-5.4.2.tgz differ Binary files old/@patternfly-react-icons-6.2.2.tgz and new/@patternfly-react-icons-6.2.2.tgz differ Binary files old/@patternfly-react-styles-5.4.1.tgz and new/@patternfly-react-styles-5.4.1.tgz differ Binary files old/@patternfly-react-styles-6.2.2.tgz and new/@patternfly-react-styles-6.2.2.tgz differ Binary files old/@patternfly-react-table-5.4.15.tgz and new/@patternfly-react-table-5.4.15.tgz differ Binary files old/@patternfly-react-table-6.2.2.tgz and new/@patternfly-react-table-6.2.2.tgz differ Binary files old/@patternfly-react-tokens-5.4.1.tgz and new/@patternfly-react-tokens-5.4.1.tgz differ Binary files old/@patternfly-react-tokens-6.2.2.tgz and new/@patternfly-react-tokens-6.2.2.tgz differ Binary files old/@typescript-eslint-eslint-plugin-8.24.1.tgz and new/@typescript-eslint-eslint-plugin-8.24.1.tgz differ Binary files old/@typescript-eslint-eslint-plugin-8.31.1.tgz and new/@typescript-eslint-eslint-plugin-8.31.1.tgz differ Binary files old/@typescript-eslint-parser-8.24.1.tgz and new/@typescript-eslint-parser-8.24.1.tgz differ Binary files old/@typescript-eslint-parser-8.31.1.tgz and new/@typescript-eslint-parser-8.31.1.tgz differ Binary files old/@typescript-eslint-scope-manager-8.24.1.tgz and new/@typescript-eslint-scope-manager-8.24.1.tgz differ Binary files old/@typescript-eslint-scope-manager-8.31.1.tgz and new/@typescript-eslint-scope-manager-8.31.1.tgz differ Binary files old/@typescript-eslint-type-utils-8.24.1.tgz and new/@typescript-eslint-type-utils-8.24.1.tgz differ Binary files old/@typescript-eslint-type-utils-8.31.1.tgz and new/@typescript-eslint-type-utils-8.31.1.tgz differ Binary files old/@typescript-eslint-types-8.24.1.tgz and new/@typescript-eslint-types-8.24.1.tgz differ Binary files old/@typescript-eslint-types-8.31.1.tgz and new/@typescript-eslint-types-8.31.1.tgz differ Binary files old/@typescript-eslint-typescript-estree-8.24.1.tgz and new/@typescript-eslint-typescript-estree-8.24.1.tgz differ Binary files old/@typescript-eslint-typescript-estree-8.31.1.tgz and new/@typescript-eslint-typescript-estree-8.31.1.tgz differ Binary files old/@typescript-eslint-utils-8.24.1.tgz and new/@typescript-eslint-utils-8.24.1.tgz differ Binary files old/@typescript-eslint-utils-8.31.1.tgz and new/@typescript-eslint-utils-8.31.1.tgz differ Binary files old/@typescript-eslint-visitor-keys-8.24.1.tgz and new/@typescript-eslint-visitor-keys-8.24.1.tgz differ Binary files old/@typescript-eslint-visitor-keys-8.31.1.tgz and new/@typescript-eslint-visitor-keys-8.31.1.tgz differ Binary files old/acorn-8.14.0.tgz and new/acorn-8.14.0.tgz differ Binary files old/acorn-8.14.1.tgz and new/acorn-8.14.1.tgz differ Binary files old/array.prototype.findlastindex-1.2.5.tgz and new/array.prototype.findlastindex-1.2.5.tgz differ Binary files old/array.prototype.findlastindex-1.2.6.tgz and new/array.prototype.findlastindex-1.2.6.tgz differ Binary files old/axe-core-4.10.2.tgz and new/axe-core-4.10.2.tgz differ Binary files old/axe-core-4.10.3.tgz and new/axe-core-4.10.3.tgz differ Binary files old/cacheable-1.8.10.tgz and new/cacheable-1.8.10.tgz differ Binary files old/cacheable-1.8.8.tgz and new/cacheable-1.8.8.tgz differ Binary files old/call-bound-1.0.3.tgz and new/call-bound-1.0.3.tgz differ Binary files old/call-bound-1.0.4.tgz and new/call-bound-1.0.4.tgz differ Binary files old/esbuild-0.25.0.tgz and new/esbuild-0.25.0.tgz differ Binary files old/esbuild-0.25.3.tgz and new/esbuild-0.25.3.tgz differ Binary files old/esbuild-wasm-0.25.0.tgz and new/esbuild-wasm-0.25.0.tgz differ Binary files old/esbuild-wasm-0.25.3.tgz and new/esbuild-wasm-0.25.3.tgz differ Binary files old/eslint-plugin-react-7.37.4.tgz and new/eslint-plugin-react-7.37.4.tgz differ Binary files old/eslint-plugin-react-7.37.5.tgz and new/eslint-plugin-react-7.37.5.tgz differ Binary files old/fastq-1.19.0.tgz and new/fastq-1.19.0.tgz differ Binary files old/fastq-1.19.1.tgz and new/fastq-1.19.1.tgz differ Binary files old/file-entry-cache-10.0.6.tgz and new/file-entry-cache-10.0.6.tgz differ Binary files old/file-entry-cache-10.0.8.tgz and new/file-entry-cache-10.0.8.tgz differ Binary files old/flat-cache-6.1.6.tgz and new/flat-cache-6.1.6.tgz differ Binary files old/flat-cache-6.1.8.tgz and new/flat-cache-6.1.8.tgz differ Binary files old/focus-trap-7.6.2.tgz and new/focus-trap-7.6.2.tgz differ Binary files old/focus-trap-7.6.4.tgz and new/focus-trap-7.6.4.tgz differ Binary files old/foreground-child-3.3.0.tgz and new/foreground-child-3.3.0.tgz differ Binary files old/foreground-child-3.3.1.tgz and new/foreground-child-3.3.1.tgz differ Binary files old/glob-11.0.1.tgz and new/glob-11.0.1.tgz differ Binary files old/glob-11.0.2.tgz and new/glob-11.0.2.tgz differ Binary files old/hookified-1.7.1.tgz and new/hookified-1.7.1.tgz differ Binary files old/hookified-1.8.2.tgz and new/hookified-1.8.2.tgz differ Binary files old/ignore-7.0.3.tgz and new/ignore-7.0.3.tgz differ Binary files old/ignore-7.0.4.tgz and new/ignore-7.0.4.tgz differ Binary files old/immutable-4.3.7.tgz and new/immutable-4.3.7.tgz differ Binary files old/immutable-5.0.3.tgz and new/immutable-5.0.3.tgz differ Binary files old/immutable-5.1.1.tgz and new/immutable-5.1.1.tgz differ Binary files old/keyv-5.2.3.tgz and new/keyv-5.2.3.tgz differ Binary files old/keyv-5.3.3.tgz and new/keyv-5.3.3.tgz differ Binary files old/known-css-properties-0.36.0.tgz and new/known-css-properties-0.36.0.tgz differ Binary files old/lru-cache-11.0.2.tgz and new/lru-cache-11.0.2.tgz differ Binary files old/lru-cache-11.1.0.tgz and new/lru-cache-11.1.0.tgz differ Binary files old/mdn-data-2.15.0.tgz and new/mdn-data-2.15.0.tgz differ Binary files old/mdn-data-2.21.0.tgz and new/mdn-data-2.21.0.tgz differ Binary files old/nanoid-3.3.11.tgz and new/nanoid-3.3.11.tgz differ Binary files old/nanoid-3.3.8.tgz and new/nanoid-3.3.8.tgz differ Binary files old/object.entries-1.1.8.tgz and new/object.entries-1.1.8.tgz differ Binary files old/object.entries-1.1.9.tgz and new/object.entries-1.1.9.tgz differ Binary files old/react-dropzone-14.3.6.tgz and new/react-dropzone-14.3.6.tgz differ Binary files old/react-dropzone-14.3.8.tgz and new/react-dropzone-14.3.8.tgz differ Binary files old/reusify-1.0.4.tgz and new/reusify-1.0.4.tgz differ Binary files old/reusify-1.1.0.tgz and new/reusify-1.1.0.tgz differ Binary files old/sass-1.79.6.tgz and new/sass-1.79.6.tgz differ Binary files old/sass-1.86.3.tgz and new/sass-1.86.3.tgz differ Binary files old/sass-embedded-1.85.0.tgz and new/sass-embedded-1.85.0.tgz differ Binary files old/sass-embedded-1.87.0.tgz and new/sass-embedded-1.87.0.tgz differ Binary files old/sass-embedded-linux-musl-x64-1.85.0.tgz and new/sass-embedded-linux-musl-x64-1.85.0.tgz differ Binary files old/sass-embedded-linux-musl-x64-1.87.0.tgz and new/sass-embedded-linux-musl-x64-1.87.0.tgz differ Binary files old/sass-embedded-linux-x64-1.85.0.tgz and new/sass-embedded-linux-x64-1.85.0.tgz differ Binary files old/sass-embedded-linux-x64-1.87.0.tgz and new/sass-embedded-linux-x64-1.87.0.tgz differ Binary files old/stylelint-16.14.1.tgz and new/stylelint-16.14.1.tgz differ Binary files old/stylelint-16.19.1.tgz and new/stylelint-16.19.1.tgz differ Binary files old/stylelint-config-recommended-15.0.0.tgz and new/stylelint-config-recommended-15.0.0.tgz differ Binary files old/stylelint-config-recommended-16.0.0.tgz and new/stylelint-config-recommended-16.0.0.tgz differ Binary files old/stylelint-config-standard-37.0.0.tgz and new/stylelint-config-standard-37.0.0.tgz differ Binary files old/stylelint-config-standard-38.0.0.tgz and new/stylelint-config-standard-38.0.0.tgz differ Binary files old/ts-api-utils-2.0.1.tgz and new/ts-api-utils-2.0.1.tgz differ Binary files old/ts-api-utils-2.1.0.tgz and new/ts-api-utils-2.1.0.tgz differ Binary files old/typescript-5.7.3.tgz and new/typescript-5.7.3.tgz differ Binary files old/typescript-5.8.3.tgz and new/typescript-5.8.3.tgz differ Binary files old/which-typed-array-1.1.18.tgz and new/which-typed-array-1.1.18.tgz differ Binary files old/which-typed-array-1.1.19.tgz and new/which-typed-array-1.1.19.tgz differ ++++++ node_modules.spec.inc ++++++ --- /var/tmp/diff_new_pack.WDCUGH/_old 2025-05-26 18:33:18.401799283 +0200 +++ /var/tmp/diff_new_pack.WDCUGH/_new 2025-05-26 18:33:18.405799451 +0200 @@ -1,13 +1,13 @@ -Source1000: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz#/@babel-code-frame-7.26.2.tgz -Source1001: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#/@babel-helper-validator-identifier-7.25.9.tgz -Source1002: https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.3.tgz#/@bufbuild-protobuf-2.2.3.tgz +Source1000: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz#/@babel-code-frame-7.27.1.tgz +Source1001: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#/@babel-helper-validator-identifier-7.27.1.tgz +Source1002: https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.5.tgz#/@bufbuild-protobuf-2.2.5.tgz Source1003: https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz#/@csstools-css-parser-algorithms-3.0.4.tgz Source1004: https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz#/@csstools-css-tokenizer-3.0.3.tgz Source1005: https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz#/@csstools-media-query-list-parser-4.0.2.tgz Source1006: https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz#/@csstools-selector-specificity-5.0.0.tgz Source1007: https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz#/@dual-bundle-import-meta-resolve-4.1.0.tgz -Source1008: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz#/@esbuild-linux-x64-0.25.0.tgz -Source1009: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#/@eslint-community-eslint-utils-4.4.1.tgz +Source1008: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.3.tgz#/@esbuild-linux-x64-0.25.3.tgz +Source1009: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#/@eslint-community-eslint-utils-4.7.0.tgz Source1010: https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#/@eslint-community-regexpp-4.12.1.tgz Source1011: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#/@eslint-eslintrc-2.1.4.tgz Source1012: https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz#/@eslint-js-8.57.1.tgz @@ -21,31 +21,31 @@ Source1020: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz Source1021: https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz#/@parcel-watcher-2.5.1.tgz Source1022: https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz#/@parcel-watcher-linux-x64-musl-2.5.1.tgz -Source1023: https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.4.2.tgz#/@patternfly-patternfly-5.4.2.tgz -Source1024: https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.13.tgz#/@patternfly-react-core-5.4.13.tgz -Source1025: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz#/@patternfly-react-icons-5.4.2.tgz -Source1026: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.4.1.tgz#/@patternfly-react-styles-5.4.1.tgz -Source1027: https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.15.tgz#/@patternfly-react-table-5.4.15.tgz -Source1028: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.4.1.tgz#/@patternfly-react-tokens-5.4.1.tgz +Source1023: https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.2.3.tgz#/@patternfly-patternfly-6.2.3.tgz +Source1024: https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.2.2.tgz#/@patternfly-react-core-6.2.2.tgz +Source1025: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.2.2.tgz#/@patternfly-react-icons-6.2.2.tgz +Source1026: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.2.2.tgz#/@patternfly-react-styles-6.2.2.tgz +Source1027: https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.2.2.tgz#/@patternfly-react-table-6.2.2.tgz +Source1028: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.2.2.tgz#/@patternfly-react-tokens-6.2.2.tgz Source1029: https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz#/@rtsao-scc-1.1.0.tgz Source1030: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz Source1031: https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz#/@types-prop-types-15.7.14.tgz Source1032: https://registry.npmjs.org/@types/qunit/-/qunit-2.19.12.tgz#/@types-qunit-2.19.12.tgz Source1033: https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz#/@types-react-18.3.12.tgz Source1034: https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz#/@types-react-dom-18.3.1.tgz -Source1035: https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#/@typescript-eslint-eslint-plugin-8.24.1.tgz -Source1036: https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.1.tgz#/@typescript-eslint-parser-8.24.1.tgz -Source1037: https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#/@typescript-eslint-scope-manager-8.24.1.tgz -Source1038: https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#/@typescript-eslint-type-utils-8.24.1.tgz -Source1039: https://registry.npmjs.org/@typescript-eslint/types/-/types-8.24.1.tgz#/@typescript-eslint-types-8.24.1.tgz -Source1040: https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#/@typescript-eslint-typescript-estree-8.24.1.tgz -Source1041: https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.1.tgz#/@typescript-eslint-utils-8.24.1.tgz -Source1042: https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#/@typescript-eslint-visitor-keys-8.24.1.tgz +Source1035: https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#/@typescript-eslint-eslint-plugin-8.31.1.tgz +Source1036: https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.31.1.tgz#/@typescript-eslint-parser-8.31.1.tgz +Source1037: https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#/@typescript-eslint-scope-manager-8.31.1.tgz +Source1038: https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#/@typescript-eslint-type-utils-8.31.1.tgz +Source1039: https://registry.npmjs.org/@typescript-eslint/types/-/types-8.31.1.tgz#/@typescript-eslint-types-8.31.1.tgz +Source1040: https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#/@typescript-eslint-typescript-estree-8.31.1.tgz +Source1041: https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.31.1.tgz#/@typescript-eslint-utils-8.31.1.tgz +Source1042: https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#/@typescript-eslint-visitor-keys-8.31.1.tgz Source1043: https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#/@ungap-structured-clone-1.3.0.tgz Source1044: https://registry.npmjs.org/@xterm/addon-canvas/-/addon-canvas-0.7.0.tgz#/@xterm-addon-canvas-0.7.0.tgz Source1045: https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz#/@xterm-xterm-5.5.0.tgz Source1046: https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz#/abort-controller-3.0.0.tgz -Source1047: https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz#/acorn-8.14.0.tgz +Source1047: https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz#/acorn-8.14.1.tgz Source1048: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz Source1049: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz Source1050: https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz#/ajv-8.17.1.tgz @@ -62,7 +62,7 @@ Source1061: https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz#/array-includes-3.1.8.tgz Source1062: https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#/array-union-2.1.0.tgz Source1063: https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#/array.prototype.findlast-1.2.5.tgz -Source1064: https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#/array.prototype.findlastindex-1.2.5.tgz +Source1064: https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#/array.prototype.findlastindex-1.2.6.tgz Source1065: https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#/array.prototype.flat-1.3.3.tgz Source1066: https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#/array.prototype.flatmap-1.3.3.tgz Source1067: https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#/array.prototype.tosorted-1.1.4.tgz @@ -73,7 +73,7 @@ Source1072: https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.5.tgz#/attr-accept-2.2.5.tgz Source1073: https://registry.npmjs.org/autolinker/-/autolinker-3.16.2.tgz#/autolinker-3.16.2.tgz Source1074: https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#/available-typed-arrays-1.0.7.tgz -Source1075: https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz#/axe-core-4.10.2.tgz +Source1075: https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz#/axe-core-4.10.3.tgz Source1076: https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz#/axobject-query-4.1.0.tgz Source1077: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz Source1078: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz#/balanced-match-2.0.0.tgz @@ -86,10 +86,10 @@ Source1085: https://registry.npmjs.org/buffer-builder/-/buffer-builder-0.2.0.tgz#/buffer-builder-0.2.0.tgz Source1086: https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz#/builtin-modules-3.3.0.tgz Source1087: https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz#/builtins-5.1.0.tgz -Source1088: https://registry.npmjs.org/cacheable/-/cacheable-1.8.8.tgz#/cacheable-1.8.8.tgz +Source1088: https://registry.npmjs.org/cacheable/-/cacheable-1.8.10.tgz#/cacheable-1.8.10.tgz Source1089: https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz#/call-bind-1.0.8.tgz Source1090: https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#/call-bind-apply-helpers-1.0.2.tgz -Source1091: https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz#/call-bound-1.0.3.tgz +Source1091: https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz#/call-bound-1.0.4.tgz Source1092: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz Source1093: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/chalk-4.1.2.tgz Source1094: https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz#/chokidar-3.6.0.tgz @@ -138,11 +138,11 @@ Source1137: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#/es-set-tostringtag-2.1.0.tgz Source1138: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#/es-shim-unscopables-1.1.0.tgz Source1139: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz#/es-to-primitive-1.3.0.tgz -Source1140: https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz#/esbuild-0.25.0.tgz +Source1140: https://registry.npmjs.org/esbuild/-/esbuild-0.25.3.tgz#/esbuild-0.25.3.tgz Source1141: https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz#/esbuild-plugin-copy-2.1.1.tgz Source1142: https://registry.npmjs.org/esbuild-plugin-replace/-/esbuild-plugin-replace-1.4.0.tgz#/esbuild-plugin-replace-1.4.0.tgz Source1143: https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-3.3.1.tgz#/esbuild-sass-plugin-3.3.1.tgz -Source1144: https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.0.tgz#/esbuild-wasm-0.25.0.tgz +Source1144: https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.3.tgz#/esbuild-wasm-0.25.3.tgz Source1145: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/escape-string-regexp-4.0.0.tgz Source1146: https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz#/eslint-8.57.1.tgz Source1147: https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz#/eslint-compat-utils-0.5.1.tgz @@ -158,7 +158,7 @@ Source1157: https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz#/eslint-plugin-n-16.6.2.tgz Source1158: https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#/eslint-plugin-node-11.1.0.tgz Source1159: https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#/eslint-plugin-promise-6.6.0.tgz -Source1160: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#/eslint-plugin-react-7.37.4.tgz +Source1160: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#/eslint-plugin-react-7.37.5.tgz Source1161: https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#/eslint-plugin-react-hooks-4.6.2.tgz Source1162: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz#/eslint-scope-7.2.2.tgz Source1163: https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz#/eslint-utils-2.1.0.tgz @@ -178,18 +178,18 @@ Source1177: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz Source1178: https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz#/fast-uri-3.0.6.tgz Source1179: https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#/fastest-levenshtein-1.0.16.tgz -Source1180: https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz#/fastq-1.19.0.tgz -Source1181: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.6.tgz#/file-entry-cache-10.0.6.tgz +Source1180: https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz#/fastq-1.19.1.tgz +Source1181: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.8.tgz#/file-entry-cache-10.0.8.tgz Source1182: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz Source1183: https://registry.npmjs.org/file-selector/-/file-selector-2.1.2.tgz#/file-selector-2.1.2.tgz Source1184: https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz#/fill-range-7.1.1.tgz Source1185: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz Source1186: https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz#/flat-cache-3.2.0.tgz -Source1187: https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.6.tgz#/flat-cache-6.1.6.tgz +Source1187: https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.8.tgz#/flat-cache-6.1.8.tgz Source1188: https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz#/flatted-3.3.3.tgz -Source1189: https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.2.tgz#/focus-trap-7.6.2.tgz +Source1189: https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz#/focus-trap-7.6.4.tgz Source1190: https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz#/for-each-0.3.5.tgz -Source1191: https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz#/foreground-child-3.3.0.tgz +Source1191: https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz#/foreground-child-3.3.1.tgz Source1192: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz Source1193: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz Source1194: https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz#/function-bind-1.1.2.tgz @@ -201,7 +201,7 @@ Source1200: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz#/get-symbol-description-1.1.0.tgz Source1201: https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz#/get-tsconfig-4.10.0.tgz Source1202: https://registry.npmjs.org/gettext-parser/-/gettext-parser-8.0.0.tgz#/gettext-parser-8.0.0.tgz -Source1203: https://registry.npmjs.org/glob/-/glob-11.0.1.tgz#/glob-11.0.1.tgz +Source1203: https://registry.npmjs.org/glob/-/glob-11.0.2.tgz#/glob-11.0.2.tgz Source1204: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz Source1205: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz Source1206: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/glob-parent-6.0.2.tgz @@ -223,71 +223,71 @@ Source1222: https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz#/has-symbols-1.1.0.tgz Source1223: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz#/has-tostringtag-1.0.2.tgz Source1224: https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz#/hasown-2.0.2.tgz -Source1225: https://registry.npmjs.org/hookified/-/hookified-1.7.1.tgz#/hookified-1.7.1.tgz +Source1225: https://registry.npmjs.org/hookified/-/hookified-1.8.2.tgz#/hookified-1.8.2.tgz Source1226: https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz#/html-tags-3.3.1.tgz Source1227: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz Source1228: https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#/ieee754-1.2.1.tgz Source1229: https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#/ignore-5.3.2.tgz -Source1230: https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz#/ignore-7.0.3.tgz -Source1231: https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz#/immutable-4.3.7.tgz -Source1232: https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz#/immutable-5.0.3.tgz -Source1233: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz#/import-fresh-3.3.1.tgz -Source1234: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz -Source1235: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz -Source1236: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz -Source1237: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#/ini-1.3.8.tgz -Source1238: https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz#/internal-slot-1.1.0.tgz -Source1239: https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz#/irregular-plurals-3.5.0.tgz -Source1240: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz#/is-array-buffer-3.0.5.tgz -Source1241: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz -Source1242: https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz#/is-async-function-2.1.1.tgz -Source1243: https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz#/is-bigint-1.1.0.tgz -Source1244: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz -Source1245: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz#/is-boolean-object-1.2.2.tgz -Source1246: https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz#/is-builtin-module-3.2.1.tgz -Source1247: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz -Source1248: https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz#/is-core-module-2.16.1.tgz -Source1249: https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz#/is-data-view-1.0.2.tgz -Source1250: https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz#/is-date-object-1.1.0.tgz -Source1251: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz -Source1252: https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz#/is-finalizationregistry-1.1.1.tgz -Source1253: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz -Source1254: https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz#/is-generator-function-1.1.0.tgz -Source1255: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz -Source1256: https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz#/is-map-2.0.3.tgz -Source1257: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz -Source1258: https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz#/is-number-object-1.1.1.tgz -Source1259: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz -Source1260: https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#/is-plain-object-5.0.0.tgz -Source1261: https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz#/is-regex-1.2.1.tgz -Source1262: https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz#/is-set-2.0.3.tgz -Source1263: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz#/is-shared-array-buffer-1.0.4.tgz -Source1264: https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz#/is-string-1.1.1.tgz -Source1265: https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz#/is-symbol-1.1.1.tgz -Source1266: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz#/is-typed-array-1.1.15.tgz -Source1267: https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#/is-unicode-supported-2.1.0.tgz -Source1268: https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz#/is-weakmap-2.0.2.tgz -Source1269: https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz#/is-weakref-1.1.1.tgz -Source1270: https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz#/is-weakset-2.0.4.tgz -Source1271: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz -Source1272: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz -Source1273: https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz#/iterator.prototype-1.1.5.tgz -Source1274: https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz#/jackspeak-4.1.0.tgz -Source1275: https://registry.npmjs.org/jed/-/jed-1.1.1.tgz#/jed-1.1.1.tgz -Source1276: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz -Source1277: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz -Source1278: https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz#/json-buffer-3.0.1.tgz -Source1279: https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#/json-parse-even-better-errors-2.3.1.tgz -Source1280: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz -Source1281: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#/json-schema-traverse-1.0.0.tgz -Source1282: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz -Source1283: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/json5-1.0.2.tgz -Source1284: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz -Source1285: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#/jsx-ast-utils-3.3.5.tgz -Source1286: https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz#/keyv-4.5.4.tgz -Source1287: https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz#/keyv-5.2.3.tgz -Source1288: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz -Source1289: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz#/known-css-properties-0.35.0.tgz +Source1230: https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz#/ignore-7.0.4.tgz +Source1231: https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz#/immutable-5.1.1.tgz +Source1232: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz#/import-fresh-3.3.1.tgz +Source1233: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz +Source1234: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz +Source1235: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz +Source1236: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#/ini-1.3.8.tgz +Source1237: https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz#/internal-slot-1.1.0.tgz +Source1238: https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz#/irregular-plurals-3.5.0.tgz +Source1239: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz#/is-array-buffer-3.0.5.tgz +Source1240: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz +Source1241: https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz#/is-async-function-2.1.1.tgz +Source1242: https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz#/is-bigint-1.1.0.tgz +Source1243: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz +Source1244: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz#/is-boolean-object-1.2.2.tgz +Source1245: https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz#/is-builtin-module-3.2.1.tgz +Source1246: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz +Source1247: https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz#/is-core-module-2.16.1.tgz +Source1248: https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz#/is-data-view-1.0.2.tgz +Source1249: https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz#/is-date-object-1.1.0.tgz +Source1250: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz +Source1251: https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz#/is-finalizationregistry-1.1.1.tgz +Source1252: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz +Source1253: https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz#/is-generator-function-1.1.0.tgz +Source1254: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz +Source1255: https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz#/is-map-2.0.3.tgz +Source1256: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz +Source1257: https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz#/is-number-object-1.1.1.tgz +Source1258: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz +Source1259: https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#/is-plain-object-5.0.0.tgz +Source1260: https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz#/is-regex-1.2.1.tgz +Source1261: https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz#/is-set-2.0.3.tgz +Source1262: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz#/is-shared-array-buffer-1.0.4.tgz +Source1263: https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz#/is-string-1.1.1.tgz +Source1264: https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz#/is-symbol-1.1.1.tgz +Source1265: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz#/is-typed-array-1.1.15.tgz +Source1266: https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#/is-unicode-supported-2.1.0.tgz +Source1267: https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz#/is-weakmap-2.0.2.tgz +Source1268: https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz#/is-weakref-1.1.1.tgz +Source1269: https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz#/is-weakset-2.0.4.tgz +Source1270: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz +Source1271: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz +Source1272: https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz#/iterator.prototype-1.1.5.tgz +Source1273: https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz#/jackspeak-4.1.0.tgz +Source1274: https://registry.npmjs.org/jed/-/jed-1.1.1.tgz#/jed-1.1.1.tgz +Source1275: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz +Source1276: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz +Source1277: https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz#/json-buffer-3.0.1.tgz +Source1278: https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#/json-parse-even-better-errors-2.3.1.tgz +Source1279: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz +Source1280: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#/json-schema-traverse-1.0.0.tgz +Source1281: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz +Source1282: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/json5-1.0.2.tgz +Source1283: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz +Source1284: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#/jsx-ast-utils-3.3.5.tgz +Source1285: https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz#/keyv-4.5.4.tgz +Source1286: https://registry.npmjs.org/keyv/-/keyv-5.3.3.tgz#/keyv-5.3.3.tgz +Source1287: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz +Source1288: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz#/known-css-properties-0.35.0.tgz +Source1289: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.36.0.tgz#/known-css-properties-0.36.0.tgz Source1290: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz#/language-subtag-registry-0.3.23.tgz Source1291: https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz#/language-tags-1.0.9.tgz Source1292: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz @@ -298,12 +298,12 @@ Source1297: https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#/lodash.truncate-4.4.2.tgz Source1298: https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.0.tgz#/log-symbols-7.0.0.tgz Source1299: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz -Source1300: https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz#/lru-cache-11.0.2.tgz +Source1300: https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz#/lru-cache-11.1.0.tgz Source1301: https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz#/magic-string-0.25.9.tgz Source1302: https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz#/math-intrinsics-1.1.0.tgz Source1303: https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#/mathml-tag-names-2.1.3.tgz Source1304: https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz#/mdn-data-2.12.2.tgz -Source1305: https://registry.npmjs.org/mdn-data/-/mdn-data-2.15.0.tgz#/mdn-data-2.15.0.tgz +Source1305: https://registry.npmjs.org/mdn-data/-/mdn-data-2.21.0.tgz#/mdn-data-2.21.0.tgz Source1306: https://registry.npmjs.org/meow/-/meow-13.2.0.tgz#/meow-13.2.0.tgz Source1307: https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#/merge2-1.4.1.tgz Source1308: https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz#/micromatch-4.0.8.tgz @@ -313,7 +313,7 @@ Source1312: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz Source1313: https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz#/minipass-7.1.2.tgz Source1314: https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#/ms-2.1.3.tgz -Source1315: https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz#/nanoid-3.3.8.tgz +Source1315: https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz#/nanoid-3.3.11.tgz Source1316: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz Source1317: https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz#/node-addon-api-7.1.1.tgz Source1318: https://registry.npmjs.org/node-watch/-/node-watch-0.7.3.tgz#/node-watch-0.7.3.tgz @@ -322,7 +322,7 @@ Source1321: https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz#/object-inspect-1.13.4.tgz Source1322: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz Source1323: https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz#/object.assign-4.1.7.tgz -Source1324: https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz#/object.entries-1.1.8.tgz +Source1324: https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz#/object.entries-1.1.9.tgz Source1325: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz#/object.fromentries-2.0.8.tgz Source1326: https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz#/object.groupby-1.0.3.tgz Source1327: https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz#/object.values-1.2.1.tgz @@ -360,7 +360,7 @@ Source1359: https://registry.npmjs.org/qunit-tap/-/qunit-tap-1.5.1.tgz#/qunit-tap-1.5.1.tgz Source1360: https://registry.npmjs.org/react/-/react-18.3.1.tgz#/react-18.3.1.tgz Source1361: https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz#/react-dom-18.3.1.tgz -Source1362: https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.3.6.tgz#/react-dropzone-14.3.6.tgz +Source1362: https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.3.8.tgz#/react-dropzone-14.3.8.tgz Source1363: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz Source1364: https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz#/readable-stream-4.7.0.tgz Source1365: https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz#/readdirp-3.6.0.tgz @@ -375,7 +375,7 @@ Source1374: https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz Source1375: https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#/resolve-from-5.0.0.tgz Source1376: https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#/resolve-pkg-maps-1.0.0.tgz -Source1377: https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#/reusify-1.0.4.tgz +Source1377: https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz#/reusify-1.1.0.tgz Source1378: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz Source1379: https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz Source1380: https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz#/rxjs-7.8.2.tgz @@ -385,10 +385,10 @@ Source1384: https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz#/safe-push-apply-1.0.0.tgz Source1385: https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz#/safe-regex-test-1.1.0.tgz Source1386: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#/safer-buffer-2.1.2.tgz -Source1387: https://registry.npmjs.org/sass/-/sass-1.79.6.tgz#/sass-1.79.6.tgz -Source1388: https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.85.0.tgz#/sass-embedded-1.85.0.tgz -Source1389: https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.85.0.tgz#/sass-embedded-linux-musl-x64-1.85.0.tgz -Source1390: https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.85.0.tgz#/sass-embedded-linux-x64-1.85.0.tgz +Source1387: https://registry.npmjs.org/sass/-/sass-1.86.3.tgz#/sass-1.86.3.tgz +Source1388: https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.87.0.tgz#/sass-embedded-1.87.0.tgz +Source1389: https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.87.0.tgz#/sass-embedded-linux-musl-x64-1.87.0.tgz +Source1390: https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.87.0.tgz#/sass-embedded-linux-x64-1.87.0.tgz Source1391: https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz#/scheduler-0.23.2.tgz Source1392: https://registry.npmjs.org/semver/-/semver-6.3.1.tgz#/semver-6.3.1.tgz Source1393: https://registry.npmjs.org/semver/-/semver-7.7.1.tgz#/semver-7.7.1.tgz @@ -422,13 +422,13 @@ Source1421: https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#/strip-ansi-7.1.0.tgz Source1422: https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#/strip-bom-3.0.0.tgz Source1423: https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz -Source1424: https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz#/stylelint-16.14.1.tgz +Source1424: https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz#/stylelint-16.19.1.tgz Source1425: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz#/stylelint-config-recommended-14.0.1.tgz -Source1426: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz#/stylelint-config-recommended-15.0.0.tgz +Source1426: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz#/stylelint-config-recommended-16.0.0.tgz Source1427: https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-14.0.0.tgz#/stylelint-config-recommended-scss-14.0.0.tgz Source1428: https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-14.1.0.tgz#/stylelint-config-recommended-scss-14.1.0.tgz Source1429: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz#/stylelint-config-standard-36.0.1.tgz -Source1430: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-37.0.0.tgz#/stylelint-config-standard-37.0.0.tgz +Source1430: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz#/stylelint-config-standard-38.0.0.tgz Source1431: https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-14.0.0.tgz#/stylelint-config-standard-scss-14.0.0.tgz Source1432: https://registry.npmjs.org/stylelint-formatter-pretty/-/stylelint-formatter-pretty-4.0.1.tgz#/stylelint-formatter-pretty-4.0.1.tgz Source1433: https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.1.tgz#/stylelint-scss-6.11.1.tgz @@ -446,7 +446,7 @@ Source1445: https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz#/throttle-debounce-5.0.2.tgz Source1446: https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz#/tiny-glob-0.2.9.tgz Source1447: https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#/to-regex-range-5.0.1.tgz -Source1448: https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#/ts-api-utils-2.0.1.tgz +Source1448: https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz#/ts-api-utils-2.1.0.tgz Source1449: https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#/tsconfig-paths-3.15.0.tgz Source1450: https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz#/tslib-2.8.1.tgz Source1451: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz @@ -455,7 +455,7 @@ Source1454: https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz#/typed-array-byte-length-1.0.3.tgz Source1455: https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz#/typed-array-byte-offset-1.0.4.tgz Source1456: https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz#/typed-array-length-1.0.7.tgz -Source1457: https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz#/typescript-5.7.3.tgz +Source1457: https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz#/typescript-5.8.3.tgz Source1458: https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz#/unbox-primitive-1.1.0.tgz Source1459: https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz#/universalify-2.0.1.tgz Source1460: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz @@ -467,7 +467,7 @@ Source1466: https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz#/which-boxed-primitive-1.1.1.tgz Source1467: https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz#/which-builtin-type-1.2.1.tgz Source1468: https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz#/which-collection-1.0.2.tgz -Source1469: https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz#/which-typed-array-1.1.18.tgz +Source1469: https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz#/which-typed-array-1.1.19.tgz Source1470: https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz#/word-wrap-1.2.5.tgz Source1471: https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#/wrap-ansi-7.0.0.tgz Source1472: https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#/wrap-ansi-8.1.0.tgz ++++++ package-lock.json ++++++ ++++ 1104 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit.new.2732/package-lock.json ++++++ packagekit-single-install.patch ++++++ --- /var/tmp/diff_new_pack.WDCUGH/_old 2025-05-26 18:33:18.469802135 +0200 +++ /var/tmp/diff_new_pack.WDCUGH/_new 2025-05-26 18:33:18.481802638 +0200 @@ -1,6 +1,6 @@ -From 291aba8127cb3e44e82b164e75d1063f3ae7fe9c Mon Sep 17 00:00:00 2001 +From b03b7eaab34890d197d8e3f536f15390dd123064 Mon Sep 17 00:00:00 2001 From: Miika Alikirri <miika.aliki...@suse.com> -Date: Wed, 29 Jan 2025 14:04:39 +0200 +Date: Mon, 28 Apr 2025 20:50:17 +0530 Subject: pkg/pacagekit: Update individual packages Ability to select individual packages allows more control for updates. @@ -17,13 +17,13 @@ --- pkg/packagekit/updates.jsx | 239 ++++++++++++++++++++++++++++++++---- pkg/packagekit/updates.scss | 6 +- - 2 files changed, 219 insertions(+), 26 deletions(-) + 2 files changed, 220 insertions(+), 25 deletions(-) diff --git a/pkg/packagekit/updates.jsx b/pkg/packagekit/updates.jsx -index 1feb57a0f..4fb68847f 100644 +index 80a16dda7..4fe94432a 100644 --- a/pkg/packagekit/updates.jsx +++ b/pkg/packagekit/updates.jsx -@@ -77,6 +77,7 @@ import * as python from "python.js"; +@@ -80,6 +80,7 @@ import { debug } from './utils'; import callTracerScript from './callTracer.py'; import "./updates.scss"; @@ -31,7 +31,7 @@ const _ = cockpit.gettext; -@@ -90,6 +91,7 @@ const UPDATES = { +@@ -93,6 +94,7 @@ const UPDATES = { ALL: 0, SECURITY: 1, KPATCHES: 2, @@ -39,7 +39,7 @@ }; function init() { -@@ -114,6 +116,196 @@ function init() { +@@ -117,6 +119,196 @@ function init() { PK_STATUS_LOG_STRINGS[PK.Enum.STATUS_SIGCHECK] = _("Verified"); } @@ -236,7 +236,7 @@ // parse CVEs from an arbitrary text (changelog) and return URL array function parseCVEs(text) { if (!text) -@@ -398,6 +590,7 @@ function updateItem(remarkable, info, pkgNames, key) { +@@ -401,6 +593,7 @@ function updateItem(remarkable, info, pkgNames, key) { { title: <TableText wrapModifier="truncate">{info.version}</TableText>, props: { className: "version" } }, { title: <TableText wrapModifier="nowrap">{type}</TableText>, props: { className: "type" } }, { title: descriptionFirstLine, props: { className: "changelog" } }, @@ -244,15 +244,15 @@ ], props: { key, -@@ -448,6 +641,7 @@ const UpdatesList = ({ updates }) => { - { title: _("Version"), transforms: [cellWidth(15)] }, - { title: _("Severity"), transforms: [cellWidth(15)] }, - { title: _("Details"), transforms: [cellWidth(30)] }, +@@ -451,6 +644,7 @@ const UpdatesList = ({ updates }) => { + { title: _("Version"), props: { width: 15 } }, + { title: _("Severity"), props: { width: 15 } }, + { title: _("Details"), props: { width: 30 } }, + { title: _("Select update") }, ]} rows={update_ids.map(id => updateItem(remarkable, updates[id], packageNames[id].sort((a, b) => a.name > b.name), id))} /> ); -@@ -933,25 +1127,12 @@ class CardsPage extends React.Component { +@@ -932,25 +1126,12 @@ class CardsPage extends React.Component { id: "available-updates", title: _("Available updates"), actions: (<div className="pk-updates--header--actions"> @@ -281,7 +281,7 @@ </div>), containsList: true, body: <UpdatesList updates={this.props.updates} /> -@@ -1325,13 +1506,19 @@ class OsUpdates extends React.Component { +@@ -1397,13 +1578,19 @@ class OsUpdates extends React.Component { }); } @@ -302,16 +302,16 @@ PK.transaction() .then(transactionPath => { -@@ -1354,7 +1541,7 @@ class OsUpdates extends React.Component { - } - - renderContent() { -- let applySecurity, applyKpatches, applyAll; -+ let applySecurity, applyKpatches, applyAll, applySelected, applySelectAll; +@@ -1429,6 +1616,8 @@ class OsUpdates extends React.Component { + let applySecurity; + let applyKpatches; + let applyAll; ++ let applySelected; ++ let applySelectAll; /* On unregistered RHEL systems we need some heuristics: If the "main" OS repos (which provide coreutils) require * a subscription, then point this out and don't show available updates, even if there are some auxiliary -@@ -1409,12 +1596,8 @@ class OsUpdates extends React.Component { +@@ -1483,12 +1672,8 @@ class OsUpdates extends React.Component { const num_kpatches = count_kpatch_updates(this.state.updates); const highest_severity = find_highest_severity(this.state.updates); @@ -326,7 +326,7 @@ if (num_security_updates > 0 && num_updates > num_security_updates) { applySecurity = ( -@@ -1455,6 +1638,8 @@ class OsUpdates extends React.Component { +@@ -1529,6 +1714,8 @@ class OsUpdates extends React.Component { <CardsPage handleRefresh={this.handleRefresh} applySecurity={applySecurity} applyAll={applyAll} @@ -335,7 +335,7 @@ applyKpatches={applyKpatches} highestSeverity={highest_severity} onValueChanged={this.onValueChanged} -@@ -1645,5 +1830,9 @@ document.addEventListener("DOMContentLoaded", () => { +@@ -1717,5 +1904,9 @@ document.addEventListener("DOMContentLoaded", () => { document.title = cockpit.gettext(document.title); init(); const root = createRoot(document.getElementById('app')); @@ -347,10 +347,10 @@ + ); }); diff --git a/pkg/packagekit/updates.scss b/pkg/packagekit/updates.scss -index 00718eff2..12bc5de2b 100644 +index 05494fe85..6b2c80035 100644 --- a/pkg/packagekit/updates.scss +++ b/pkg/packagekit/updates.scss -@@ -72,7 +72,7 @@ +@@ -68,7 +68,7 @@ } &, p { @@ -359,15 +359,16 @@ margin-block-end: 0; // counter-act <Markdown> overflow: hidden; text-overflow: ellipsis; -@@ -273,3 +273,7 @@ table.header-buttons { +@@ -272,3 +272,7 @@ table.header-buttons { .ct-info-circle { - color: var(--pf-v5-global--info-color--100); + color: var(--pf-t--global--icon--color--status--info--default); } + +td.select-update { + min-width: 8vw; +} +\ No newline at end of file -- -2.48.1 +2.49.0 ++++++ suse-microos-branding.patch ++++++ --- /var/tmp/diff_new_pack.WDCUGH/_old 2025-05-26 18:33:18.505803644 +0200 +++ /var/tmp/diff_new_pack.WDCUGH/_new 2025-05-26 18:33:18.505803644 +0200 @@ -1,6 +1,6 @@ -From ecfe5445feb2bdf4ad092b340b72a6b1f78d29e6 Mon Sep 17 00:00:00 2001 +From 29264680d65a0661d81eb5c973bdef3cd5eccc0b Mon Sep 17 00:00:00 2001 From: Jacek Tomasiak <jacek.tomas...@gmail.com> -Date: Wed, 20 Nov 2024 12:28:39 +0530 +Date: Mon, 28 Apr 2025 20:33:01 +0530 Subject: [PATCH] Add branding for SLE Micro --- @@ -12,17 +12,17 @@ create mode 100644 src/branding/suse/branding.css diff --git a/Makefile.am b/Makefile.am -index 22fa06617..6dee293ae 100644 +index 83f1ee7a7..1198d191e 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -166,6 +166,7 @@ include src/branding/debian/Makefile.am +@@ -167,6 +167,7 @@ include src/branding/debian/Makefile.am include src/branding/default/Makefile.am include src/branding/fedora/Makefile.am include src/branding/opensuse/Makefile.am +include src/branding/suse/Makefile.am include src/branding/rhel/Makefile.am - include src/branding/scientific/Makefile.am include src/branding/ubuntu/Makefile.am + include src/client/Makefile.am diff --git a/src/branding/suse/Makefile.am b/src/branding/suse/Makefile.am new file mode 100644 index 000000000..4a1e7ab72 @@ -46,7 +46,7 @@ index 000000000..baea6f560 --- /dev/null +++ b/src/branding/suse/branding.css -@@ -0,0 +1,87 @@ +@@ -0,0 +1,82 @@ +/* Extra overrides */ +:root { + --eos-bc-green-500: #30ba78; @@ -61,10 +61,6 @@ + content: "${PRETTY_NAME}"; +} + -+.login-pf .container { -+ background-color: rgba(255, 255, 255); -+} -+ +#option-group svg polygon { + fill: var(--eos-bc-text); +} @@ -88,13 +84,12 @@ + +body.login-pf { + background-color: var(--eos-bc-pine-500); -+ color: var(--eos-bc-text); +} + +/* Only use background image on desktops */ +@media(min-width: 1024px) { + body.login-pf { -+ background-image: url("default-1920x1200.png"); ++ background-image: url("default-1920x1200.png") !important; + background-repeat: no-repeat; + background-position: 100% 0 !important; + background-size: cover; @@ -134,8 +129,7 @@ +#index-brand:before { + content: "${PRETTY_NAME}"; +} -\ No newline at end of file -- -2.47.0 +2.49.0