Skip to content

Releases: balena-io-modules/ui-shared-components

v9.7.4

14 Nov 20:42
fc821d0
Compare
Choose a tag to compare

dba4414 (Fix textarea vertical spacing being too big, 2024-11-14)

v9.7.3

14 Nov 20:32
51d9d85
Compare
Choose a tag to compare

Update dependency husky to v9

Notable changes

typicode/husky (husky)

v9.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

v9.1.4

Compare Source

  • Improve deprecation notice

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated...
Read more

v9.7.2

14 Nov 16:34
c9624e5
Compare
Choose a tag to compare

a441381 (DownloadImageDialog: Fix extra onFieldChange calls, 2024-11-08)

v9.7.1

13 Nov 16:51
09ba4b9
Compare
Choose a tag to compare

9ff98c8 (Update markdown dependencies, 2024-11-12)

v9.7.0

13 Nov 14:32
fd33400
Compare
Choose a tag to compare

cd1cb69 (export the generateHexColorFromString helper, 2024-11-13)

v9.6.6

12 Nov 17:54
349baef
Compare
Choose a tag to compare

1f99b10 (Update dependency @types/node to v20, 2024-11-12)

v9.6.5

12 Nov 17:01
d8b68b2
Compare
Choose a tag to compare

Update dependency rimraf to v6

Notable changes

isaacs/rimraf (rimraf)

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

List of commits

6248d85 (Update dependency rimraf to v6, 2024-11-12)

v9.6.4

12 Nov 16:10
316efc7
Compare
Choose a tag to compare

Update dependency lint-staged to v15

Notable changes

  • #​1471 e3f283b Thanks @​iiroj! - Update minor dependencies, including micromatch@~4.0.8.
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.
  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file
  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
  • #​1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0
  • #​1368 7c55ca9 Thanks @​iiroj! - Update most dependencies
  • #​1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.
  • #​1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.
  • #​1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.
  • #​1355 105d901 Thanks @​iiroj! - Suppress some warnings when using the "--quiet" flag
  • #​1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@​7.0.2 to fix an upstream issue affecting lint-staged.
  • #​1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.
  • #​1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0
lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

v15.2.7

Compare Source

Patch Changes
Read more

v9.6.3

11 Nov 20:54
b57459d
Compare
Choose a tag to compare

Update dependency eslint-plugin-storybook to ^0.11.0

Notable changes

storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)

v0.11.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v0.10.2

Compare Source

🐛 Bug Fix
Authors: 1

v0.10.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.10.0

Compare Source

🚀 Enhancement
Authors: 3

v0.9.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

List of commits

a1eaf43 (Update dependency eslint-plugin-storybook to ^0.11.0, 2024-11-11)

v9.6.2

11 Nov 20:01
b785e05
Compare
Choose a tag to compare

Update dependency virtua to ^0.36.0

Notable changes

Read more