atlas-bi / Library

🤔📈 Atlas | The unified report library.
https://atlas.bi
GNU General Public License v3.0
15 stars 4 forks source link

chore(deps) Update all non-major dependencies #371

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-commonjs (source) 23.0.3 -> 23.0.4 age adoption passing confidence devDependencies patch
BrowserStackLocal 2.1.0 -> 2.2.0 age adoption passing confidence nuget minor
SonarAnalyzer.CSharp (source) 8.49.0.57237 -> 8.50.0.58025 age adoption passing confidence nuget minor
commitizen 4.2.5 -> 4.2.6 age adoption passing confidence devDependencies patch
lint-staged 13.0.4 -> 13.1.0 age adoption passing confidence devDependencies minor
prettier (source) 2.8.0 -> 2.8.1 age adoption passing confidence devDependencies patch
sass 1.56.1 -> 1.56.2 age adoption passing confidence devDependencies patch

Release Notes

rollup/plugins ### [`v23.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2304) [Compare Source](https://togithub.com/rollup/plugins/compare/2114cf7c1ce269100c692cb06377d90cecd73fdb...2fa3c8f135424ac8fa674c94d801831f07b6bfd2) *2022-12-07* ##### Bugfixes - fix: declaration tag [@​default](https://togithub.com/default) for ignoreTryCatch + fix some typos [#​1370](https://togithub.com/rollup/plugins/pull/1370)
commitizen/cz-cli ### [`v4.2.6`](https://togithub.com/commitizen/cz-cli/releases/tag/v4.2.6) [Compare Source](https://togithub.com/commitizen/cz-cli/compare/v4.2.5...v4.2.6) ##### [4.2.6](https://togithub.com/commitizen/cz-cli/compare/v4.2.5...v4.2.6) (2022-12-06) ##### Bug Fixes - **sec:** upgrade semantic-release to 19.0.3 ([#​953](https://togithub.com/commitizen/cz-cli/issues/953)) ([815c69d](https://togithub.com/commitizen/cz-cli/commit/815c69d9dc33a49dcae397f9a18374d59f0340f6))
okonet/lint-staged ### [`v13.1.0`](https://togithub.com/okonet/lint-staged/releases/tag/v13.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v13.0.4...v13.1.0) ##### Features - expose cli entrance from "lint-staged/bin" ([#​1237](https://togithub.com/okonet/lint-staged/issues/1237)) ([eabf1d2](https://togithub.com/okonet/lint-staged/commit/eabf1d217d8bd2559b1087c92b5ec9b15b8ffa7e))
prettier/prettier ### [`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​281) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) [diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) ##### Fix SCSS map in arguments ([#​9184](https://togithub.com/prettier/prettier/pull/9184) by [@​agamkrbit](https://togithub.com/agamkrbit)) ```scss // Input $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints ); // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); ``` ##### Support auto accessors syntax ([#​13919](https://togithub.com/prettier/prettier/pull/13919) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Support for [Auto Accessors Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes) landed in TypeScript 4.9. (Doesn't work well with `babel-ts` parser) ```tsx class Foo { accessor foo: number = 3; } ```
sass/dart-sass ### [`v1.56.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1562) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.56.1...1.56.2) ##### Embedded Sass - The embedded compiler now supports version 1.2.0 of [the embedded protocol](https://togithub.com/sass/embedded-protocol).

Configuration

📅 Schedule: Branch creation - "before 8am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

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

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

christopherpickering commented 1 year ago

:tada: This PR is included in version 3.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: