Packages changed:
  ImageMagick (7.1.1.8 -> 7.1.1.9)
  fuse3
  nodejs20 (20.1.0 -> 20.2.0)
  perl-Bootloader (1.0 -> 1.1)
  xterm (379 -> 380)

=== Details ===

==== ImageMagick ====
Version update (7.1.1.8 -> 7.1.1.9)
Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10

- update to 7.1.1.9:
  * support for Oklab
  https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-9---2023-05-14

==== fuse3 ====
Subpackages: libfuse3-3

- update the license tag matching the code (LGPL-2.1-only and
  GPL-2.0-only)

==== nodejs20 ====
Version update (20.1.0 -> 20.2.0)
Subpackages: npm20

- Update to version 20.2.0:
  * http: prevent writing to the body when not allowed by HTTP spec
  * sea: add option to disable the experimental SEA warning
  * test_runner: add skip, todo, and only shorthands to test
  * url: add value argument to URLSearchParams has and delete methods
  For details see,
  https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.2.0

==== perl-Bootloader ====
Version update (1.0 -> 1.1)

- no not install kexec-bootloader
- 1.1
- merge gh#openSUSE/perl-bootloader#144
- add default-settings script
- add new kexec-bootloader
- add --default-settings option (bsc#1211082)

==== xterm ====
Version update (379 -> 380)
Subpackages: xterm-bin xterm-resize

- update to 380:
  * reduce compiler warnings in configure script.
  * simplify  the  change for sixelScrolling
  * add  xterm+focus  and  report+da2,  update  report+version building
    blocks in terminfo, from post-ncurses 6.4
  * drop  the  -title  option  from uxterm and koi8rxterm, because that
    interferes  with  deriving  the  default  title  from the -e option
    (Debian  #1031837).  Compensate for this by using the -class option
    to derive a default title.
  * improve  description of readline 2003 mode in ctlseqs.ms
  * other improvements to status-line feature (report by Thomas Wolff):
    + clear status line on DECCOLM
    + ignore DECSASD if no previous DECSSDT
    + allow  DECSSDT 1  immediately  after  DECSSDT 2, i.e., without
    switching back to host mode.
  * adjust  RequestResize  to avoid shrinking screen when using DECCOLM
    while the status-line is active (report/patch by Thomas Wolff).
  * disallow wrapping before the beginning of the screen, to the end of
    the screen, for cursor-back sequences (Redhat #2182357).
  * modify  makefile  to  install the 16x16 xpm files (report by Harald
    Dunkel).
  * update test-package to reflect resolution of Debian #906901.
  * change default of showMissingGlyphs to True.
  * improve handling of double-sized characters when those happen to be
    missing from the bitmap font and/or are fullwidth.
  * pointer/overflow fixes (reported by David Leadbeater):
    + improve  limit-checks  for control-sequence numeric parameters
    in SIXEL graphics.
    + add  null-pointer  checks  in  WriteNow macro to handle a case
    where  SS2  or  SS3  might  be  in  effect  while processing a
    combining character.
    + disallow  ReGIS  reporting  for character-set names containing
    characters other than alphanumerics or underscore.
    + implement  TrueType fallback font for double-sized characters,
    including  Unicode  fullwidth.  Also  add  limitFontHeight  to
    provide    for    configuring    the    distinction    between
    slightly-oversized glyphs and double-sized glyphs.
  * configure script improvements:
    + check for nfsd_t
  * fix a typo in the underline cursor thickness derivation