Skip to content

fix: update npm#1481

Open
freiheit-kuberpult-upgrader wants to merge 1 commit intomainfrom
renovate/npm
Open

fix: update npm#1481
freiheit-kuberpult-upgrader wants to merge 1 commit intomainfrom
renovate/npm

Conversation

@freiheit-kuberpult-upgrader
Copy link
Copy Markdown
Collaborator

@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader commented Mar 26, 2024

This PR contains the following updates:

Package Type Update Change
@azure/msal-browser dependencies minor 2.38.3 -> 2.39.0
@azure/msal-react dependencies patch 1.5.12 -> 1.5.13
@types/node (source) devDependencies minor 20.11.10 -> 20.19.39
eslint (source) devDependencies minor 8.56.0 -> 8.57.1
eslint-config-prettier devDependencies patch 9.1.0 -> 9.1.2
google-protobuf devDependencies patch 3.21.2 -> 3.21.4
prettier (source) devDependencies patch 3.8.1 -> 3.8.3
protobufjs (source) devDependencies minor 7.2.6 -> 7.5.5
react-spinners (source) dependencies minor 0.13.8 -> 0.17.0
react-tooltip dependencies patch 5.30.0 -> 5.30.1
sass devDependencies minor 1.97.3 -> 1.99.0
ts-proto devDependencies minor 1.169.1 -> 1.181.2

Release Notes

AzureAD/microsoft-authentication-library-for-js

v2.38.4

Compare Source

eslint/eslint

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

prettier/eslint-config-prettier

v9.1.2

Compare Source

protocolbuffers/protobuf-javascript

v3.21.4

Compare Source

Release to fix bazel build layering issue in 3.21.3.

prettier/prettier

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}
protobufjs/protobuf.js

v7.5.5: v7.5.5

Compare Source

v7.5.5

This release backports two reported security issues to 7.x branch.

  • fix: do not allow setting __proto__ in Message constructor (#​2126)
  • fix: filter invalid characters from the type name (#​2127)

Full Changelog: protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v7.5.5

v7.5.4

Compare Source

Bug Fixes

v7.5.3

Compare Source

Bug Fixes

v7.5.2

Compare Source

Bug Fixes

v7.5.1

Compare Source

Bug Fixes

v7.5.0

Compare Source

Features
  • add Edition 2023 Support (f04ded3)
  • add Edition 2023 Support (ac9a3b9)
  • add Edition 2023 Support (e5ca5c8)
  • add Edition 2023 Support (a84409b)
  • add Edition 2023 Support (9c5a178)
  • add Edition 2023 Support (b2c6867)
  • add Edition 2023 Support (60f3e51)
  • add Edition 2023 Support (a656361)
  • add Edition 2023 Support (869a95b)
  • add Edition 2023 Support (b936af4)
  • add Edition 2023 Support (a938467)
  • add Edition 2023 Support (1af8454)
  • add Edition 2023 Support (785416f)
  • add feature resolution (a9ffc8a)
  • add feature resolution and tests (68b5339)
  • add feature resolution for protobuf editions (547afa2)
  • add feature resolution for protobuf editions (65d3ed1)
  • api_converters_editions tests added and run successfully" (b4b5ca4)
  • increase size of file that protobufjs CLI can process (00d5f1a)
  • increase size of file that protobufjs CLI can process (d36ef0f)
Bug Fixes
  • change tree traversal order and feature resolution algorithm (d2d47d9)
  • remove eval usage so that chrome extension MV3 can run properly (#​1941) (f2ccb99)

v7.4.0

Compare Source

Features
  • Add prepublishOnly script (0e4da8b)
Bug Fixes

v7.3.3

Compare Source

Bug Fixes
  • handle nullability for optional fields (59569c1)

v7.3.2

Compare Source

Bug Fixes
  • docs: Update readme to correct command for creating types (#​1939) (0f9d477)

v7.3.1

Compare Source

Bug Fixes
  • types: reserved field in IType can contain reserved names (#​2001) (d1d2c0c)

v7.3.0

Compare Source

Features
davidhu2000/react-spinners

v0.17.0

Compare Source

Features

Chores

Remove unused outputted files from published package, including umd files, duplicated cjs files, test files, and unnecessary config files. This decreased the total package size by 321KB,

- 541KB
+ 220KB

Changelog

Full Changelog: davidhu2000/react-spinners@v0.16.1...v0.17.0

v0.16.1

Compare Source

What's Changed

Full Changelog: davidhu2000/react-spinners@v0.16.0...v0.16.1

v0.16.0

Compare Source

[!CAUTION]
This version included a breaking change in ScaleLoader where the newly introduced barCount prop was not marked as optional. This issue has been patched in v0.16.1.

What's Changed

New Contributors

Full Changelog: davidhu2000/react-spinners@v0.15.0...v0.16.0

v0.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: davidhu2000/react-spinners@0.14.1...v0.15.0

v0.14.1

Compare Source

  • revert #​602 due to issues with test and server side rendering

v0.14.0

Compare Source

  • feat: color prop can accept rgb colors #​586
  • fix: multiple hash loader with different color renders as the same color #​602
  • fix: moon loader wobble if size is not divisible by 7 #​603
ReactTooltip/react-tooltip

v5.30.1

Compare Source

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

New Contributors

Full Changelog: ReactTooltip/react-tooltip@v5.30.0...v5.30.1

sass/dart-sass

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally intended to match vendor prefixes, but in practice no vendor
    prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase letters are now deprecated, These are names conflict with plain CSS
    functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end
    with -expression and -url will no longer have special parsing. For now,
    these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are
    deprecated.

    See the Sass website for details.

v1.98.0

Compare Source

Command-Line Interface
  • Gracefully handle dependency loops in --watch mode.
Dart API
  • Add a const Logger.defaultLogger field. This provides a logger that emits to
    standard error or the browser console, but automatically chooses whether to
    use terminal colors.
JavaScript API
  • Fix a crash when manually constructing a SassCalculation for 'calc' with
    an argument that can't be simplified.

  • Properly emit deprecation warnings as text rather than StringBuffer objects
    when running in a browser.

  • Emit colored warnings and other messages on the console when running in a
    browser.

stephenh/ts-proto

v1.181.2

Compare Source

Bug Fixes

v1.181.1

Compare Source

Bug Fixes

v1.181.0

Compare Source

Features

v1.180.0

Compare Source

Features

v1.179.0

Compare Source

Features

v1.178.0

Compare Source

Features

v1.177.0

Compare Source

Features

1.176.3 (2024-06-07)

Bug Fixes

1.176.2 (2024-06-04)

Bug Fixes

1.176.1 (2024-05-25)

Bug Fixes
  • camelToSnake to respect uppercase words, such as "GetAPIValue" -> "GET_API_VALUE" (#​1046) (d2e75cd)

v1.176.3

Compare Source

Bug Fixes

v1.176.2

Compare Source

Bug Fixes

v1.176.1

Compare Source

Bug Fixes
  • camelToSnake to respect uppercase words, such as "GetAPIValue" -> "GET_API_VALUE" (#​1046) (d2e75cd)

v1.176.0

Compare Source

Features

1.175.1 (2024-05-15)

Bug Fixes

v1.175.1

Compare Source

Bug Fixes

v1.175.0

Compare Source

Features

v1.174.0

Compare Source

Features

v1.173.0

Compare Source

Features

v1.172.0

Compare Source

Features

v1.171.0

Compare Source

Features

v1.170.0

Compare Source

Features
  • support deprecatedOnly option to make deprecated fields optional (#​1010) (db23004)

1.169.1 (2024-03-13)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader requested a review from a team as a code owner March 26, 2024 12:49
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader changed the title chore: update dependency ts-proto to ^1.170.0 fix: update npm Mar 27, 2024
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 7 times, most recently from 3d7a90a to 9ae3192 Compare April 6, 2024 01:03
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 4 times, most recently from e77685a to a4c0227 Compare April 14, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 4 times, most recently from e10b248 to 40af5e2 Compare April 22, 2024 12:50
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 7 times, most recently from 4f7d34b to 68d735b Compare May 1, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 4 times, most recently from 0ff8614 to 04c3ca1 Compare May 4, 2024 01:03
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 8 times, most recently from 9a90f0a to 2d239d2 Compare June 5, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 6 times, most recently from dbc8b79 to 7932251 Compare June 12, 2024 01:04
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 7 times, most recently from ab41cfe to 46469ec Compare June 18, 2024 12:51
@freiheit-kuberpult-upgrader freiheit-kuberpult-upgrader force-pushed the renovate/npm branch 7 times, most recently from 7805980 to 41359fa Compare June 27, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants