randombits-dev / snowrunner-save-editor

A save editor for the Snowrunner video game.
https://randombits.dev/tools/snowrunner
MIT License
1 stars 0 forks source link

Bump the minor-versions group across 1 directory with 7 updates #77

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Bumps the minor-versions group with 7 updates in the / directory:

Package From To
preact 10.23.2 10.24.0
preact-render-to-string 6.5.10 6.5.11
@types/react 18.3.5 18.3.8
babel-loader 9.1.3 9.2.1
sass 1.78.0 1.79.3
sass-loader 16.0.1 16.0.2
typescript 5.5.4 5.6.2

Updates preact from 10.23.2 to 10.24.0

Release notes

Sourced from preact's releases.

10.24.0

Features

Fixes

Types

Maintenance

Commits


Updates preact-render-to-string from 6.5.10 to 6.5.11

Release notes

Sourced from preact-render-to-string's releases.

v6.5.11

Patch Changes

Changelog

Sourced from preact-render-to-string's changelog.

6.5.11

Patch Changes

Commits
  • e2c9ce6 Merge pull request #395 from preactjs/changeset-release/main
  • 85fd942 Version Packages
  • ddf1bbb Merge pull request #393 from preactjs/fix/spellcheck-prop-serialization
  • d20ad14 Merge pull request #394 from preactjs/chore/run-build-prebench
  • bc80e6d chore: Run build prior to running benchmarks
  • 6255591 refactor: Switch to a Set
  • 62ade27 docs: Add changeset
  • 49657de chore: Update comment re:enumerated props
  • 01d5b54 chore: Bump baseline-rts version
  • 8d41b25 fix: Support spellcheck and remove support for spellCheck
  • See full diff in compare view


Updates @types/react from 18.3.5 to 18.3.8

Commits


Updates babel-loader from 9.1.3 to 9.2.1

Release notes

Sourced from babel-loader's releases.

v9.2.1

What's Changed

Full Changelog: https://github.com/babel/babel-loader/compare/v9.2.0...v9.2.1

v9.2.0

What's Changed

Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.0

Commits


Updates sass from 1.78.0 to 1.79.3

Release notes

Sourced from sass's releases.

Dart Sass 1.79.3

To install Sass 1.79.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.2

To install Sass 1.79.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to relevant documentation.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.1

To install Sass 1.79.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.79.3

  • Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.

1.79.2

  • Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to relevant documentation.

1.79.1

  • No user-visible changes.

1.79.0

  • Breaking change: Passing a number with unit % to the $alpha parameter of color.change(), color.adjust(), change-color(), and adjust-color() is now interpreted as a percentage, instead of ignoring the unit. For example, color.change(red, $alpha: 50%) now returns rgb(255 0 0 / 0.5).

  • Potentially breaking compatibility fix: Sass no longer rounds RGB channels to the nearest integer. This means that, for example, rgb(0 0 1) != rgb(0 0 0.6). This matches the latest version of the CSS spec and browser behavior.

  • Potentially breaking compatibility fix: Passing large positive or negative values to color.adjust() can now cause a color's channels to go outside that color's gamut. In most cases this will currently be clipped by the browser and end up showing the same color as before, but once browsers implement gamut mapping it may produce a different result.

  • Add support for CSS Color Level 4 [color spaces]. Each color value now tracks its color space along with the values of each channel in that color space. There are two general principles to keep in mind when dealing with new color spaces:

    1. With the exception of legacy color spaces (rgb, hsl, and hwb), colors will always be emitted in the color space they were defined in unless they're explicitly converted.

    2. The color.to-space() function is the only way to convert a color to another color space. Some built-in functions may do operations in a

... (truncated)

Commits


Updates sass-loader from 16.0.1 to 16.0.2

Release notes

Sourced from sass-loader's releases.

v16.0.2

16.0.2 (2024-09-20)

Bug Fixes

Changelog

Sourced from sass-loader's changelog.

16.0.2 (2024-09-20)

Bug Fixes

Commits


Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions