Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the allnpm group with 7 updates #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the allnpm group with 7 updates:

Package From To
@nl-rvo/component-library-css 2.1.0 2.3.0
@nl-rvo/design-tokens 1.4.3 1.5.0
prettier 3.4.1 3.4.2
sass 1.81.0 1.82.0
sass-loader 16.0.3 16.0.4
typescript-eslint 8.16.0 8.17.0
webpack 5.96.1 5.97.1

Updates @nl-rvo/component-library-css from 2.1.0 to 2.3.0

Release notes

Sourced from @​nl-rvo/component-library-css's releases.

@​nl-rvo/component-library-css@​2.3.0

Minor Changes

  • c56b5ac: Used a Dialog component in mobile Menubar (so include dialog css when updating)

Patch Changes

  • c56b5ac: Removed title from Dialog component
  • c56b5ac: Set default padding of Dialog to 2xl, and only flex content if there is an action group

@​nl-rvo/component-library-css@​2.2.3

Patch Changes

  • 8fccd6c: Set width of logo wrapper in Header component to 100%
  • 8fccd6c: Fixed subitem rendering in mobile Menubar
  • c419eb5: Fix link in Card component
  • 8fccd6c: Fixed z-index for close button in mobile Menubar

@​nl-rvo/component-library-css@​2.2.2

Patch Changes

  • f966df8: Set width of logo wrapper in Header component to 100%
  • f966df8: Fixed subitem rendering in mobile Menubar

@​nl-rvo/component-library-css@​2.2.1

Patch Changes

  • bcca9d4: Set width of logo wrapper in Header component to 100%

@​nl-rvo/component-library-css@​2.2.0

Minor Changes

  • 19e94e5: Added Dialog/modal component

Patch Changes

  • 19e94e5: Fix alignToRight className for Button component (when using it in a ActionGroup)
Changelog

Sourced from @​nl-rvo/component-library-css's changelog.

2.3.0

Minor Changes

  • c56b5ac: Used a Dialog component in mobile Menubar (so include dialog css when updating)

Patch Changes

  • c56b5ac: Removed title from Dialog component
  • c56b5ac: Set default padding of Dialog to 2xl, and only flex content if there is an action group

2.2.3

Patch Changes

  • 8fccd6c: Set width of logo wrapper in Header component to 100%
  • 8fccd6c: Fixed subitem rendering in mobile Menubar
  • c419eb5: Fix link in Card component
  • 8fccd6c: Fixed z-index for close button in mobile Menubar

2.2.2

Patch Changes

  • f966df8: Set width of logo wrapper in Header component to 100%
  • f966df8: Fixed subitem rendering in mobile Menubar

2.2.1

Patch Changes

  • bcca9d4: Set width of logo wrapper in Header component to 100%

2.2.0

Minor Changes

  • 19e94e5: Added Dialog/modal component

Patch Changes

  • 19e94e5: Fix alignToRight className for Button component (when using it in a ActionGroup)
Commits

Updates @nl-rvo/design-tokens from 1.4.3 to 1.5.0

Release notes

Sourced from @​nl-rvo/design-tokens's releases.

@​nl-rvo/design-tokens@​1.5.0

Minor Changes

  • c56b5ac: Used a Dialog component in mobile Menubar (so include dialog css when updating)

Patch Changes

  • 8a742a2: Reverted Dialog padding to md
  • c56b5ac: Set default padding of Dialog to 2xl, and only flex content if there is an action group

@​nl-rvo/design-tokens@​1.4.6

Patch Changes

  • 8fccd6c: Fixed subitem rendering in mobile Menubar

@​nl-rvo/design-tokens@​1.4.5

Patch Changes

  • f966df8: Fixed subitem rendering in mobile Menubar

@​nl-rvo/design-tokens@​1.4.4

Patch Changes

  • 19e94e5: Add max-width design token for Dialog component (drawer variants)
Changelog

Sourced from @​nl-rvo/design-tokens's changelog.

1.5.0

Minor Changes

  • c56b5ac: Used a Dialog component in mobile Menubar (so include dialog css when updating)

Patch Changes

  • 8a742a2: Reverted Dialog padding to md
  • c56b5ac: Set default padding of Dialog to 2xl, and only flex content if there is an action group

1.4.6

Patch Changes

  • 8fccd6c: Fixed subitem rendering in mobile Menubar

1.4.5

Patch Changes

  • f966df8: Fixed subitem rendering in mobile Menubar

1.4.4

Patch Changes

  • 19e94e5: Add max-width design token for Dialog component (drawer variants)
Commits

Updates prettier from 3.4.1 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates sass from 1.81.0 to 1.82.0

Release notes

Sourced from sass's releases.

Dart Sass 1.82.0

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

Changes

Command-Line Interface

  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API

  • Add a SassCalculation.calcSize() function.

See the full changelog for changes in earlier releases.

Dart Sass 1.81.1

To install Sass 1.81.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.82.0

Command-Line Interface

  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API

  • Add a SassCalculation.calcSize() function.

1.81.1

  • No user-visible changes.
Commits
  • 5740eb5 Make several changes to improve the reliability of --watch mode (#2444)
  • 63ebf16 Add support for calc-size() (#2446)
  • 5163644 Expose NodePackageImporter in sass_api (#2452)
  • 02fff80 Merge pull request #2439 from sass/function
  • 6939faa Bump typedoc from 0.26.11 to 0.27.2 in /pkg/sass-parser (#2451)
  • 9abdfaa Bump lints from 4.0.0 to 5.0.0 (#2441)
  • 1e07de7 Bump pub_api_client from 2.7.1 to 3.0.0 (#2442)
  • b10ca79 Add sass-parser support for @function
  • ea47287 Update some configuration names to avoid unnecessary namespacing
  • 30fc4db Bump bufbuild/buf-setup-action in /.github/util/initialize (#2438)
  • Additional commits viewable in compare view

Updates sass-loader from 16.0.3 to 16.0.4

Release notes

Sourced from sass-loader's releases.

v16.0.4

16.0.4 (2024-12-04)

Bug Fixes

  • include sources map сontent for modern api by default (#1250) (70a10ff)
Changelog

Sourced from sass-loader's changelog.

16.0.4 (2024-12-04)

Bug Fixes

  • include sources map сontent for modern api by default (#1250) (70a10ff)
Commits

Updates typescript-eslint from 8.16.0 to 8.17.0

Release notes

Sourced from typescript-eslint's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.17.0 (2024-12-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates webpack from 5.96.1 to 5.97.1

Release notes

Sourced from webpack's releases.

v5.97.1

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal
Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the allnpm group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@nl-rvo/component-library-css](https://github.com/nl-design-system/rvo/tree/HEAD/packages/component-library-css) | `2.1.0` | `2.3.0` |
| [@nl-rvo/design-tokens](https://github.com/nl-design-system/rvo/tree/HEAD/proprietary/design-tokens) | `1.4.3` | `1.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [sass](https://github.com/sass/dart-sass) | `1.81.0` | `1.82.0` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.3` | `16.0.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |


Updates `@nl-rvo/component-library-css` from 2.1.0 to 2.3.0
- [Release notes](https://github.com/nl-design-system/rvo/releases)
- [Changelog](https://github.com/nl-design-system/rvo/blob/master/packages/component-library-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/rvo/commits/@nl-rvo/[email protected]/packages/component-library-css)

Updates `@nl-rvo/design-tokens` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/nl-design-system/rvo/releases)
- [Changelog](https://github.com/nl-design-system/rvo/blob/master/proprietary/design-tokens/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/rvo/commits/@nl-rvo/[email protected]/proprietary/design-tokens)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `sass` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.81.0...1.82.0)

Updates `sass-loader` from 16.0.3 to 16.0.4
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.3...v16.0.4)

Updates `typescript-eslint` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

---
updated-dependencies:
- dependency-name: "@nl-rvo/component-library-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@nl-rvo/design-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependancy issue label Dec 9, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 07:55
@github-actions github-actions bot enabled auto-merge December 9, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependancy issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants