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

chore(deps): update all non-major dependencies - autoclosed #112

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.6.0 -> 18.6.1 age adoption passing confidence
@commitlint/config-conventional (source) 18.6.0 -> 18.6.2 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.12 -> 7.6.17 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.12 -> 7.6.17 age adoption passing confidence
@storybook/addon-links (source) 7.6.12 -> 7.6.17 age adoption passing confidence
@storybook/blocks (source) 7.6.12 -> 7.6.17 age adoption passing confidence
@storybook/react (source) 7.6.12 -> 7.6.17 age adoption passing confidence
@storybook/react-webpack5 (source) 7.6.12 -> 7.6.17 age adoption passing confidence
@testing-library/jest-dom 6.4.1 -> 6.4.2 age adoption passing confidence
@types/node (source) 20.11.16 -> 20.11.19 age adoption passing confidence
@types/react (source) 18.2.51 -> 18.2.57 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.2.19 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.20.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.20.0 -> 6.21.0 age adoption passing confidence
@vitest/coverage-v8 (source) 1.2.2 -> 1.3.1 age adoption passing confidence
eslint-plugin-sort-class-members 1.19.0 -> 1.20.0 age adoption passing confidence
eslint-plugin-storybook 0.6.15 -> 0.8.0 age adoption passing confidence
eslint-plugin-unused-imports 3.0.0 -> 3.1.0 age adoption passing confidence
husky 9.0.10 -> 9.0.11 age adoption passing confidence
lint-staged 15.2.1 -> 15.2.2 age adoption passing confidence
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence
release-it 17.0.3 -> 17.1.1 age adoption passing confidence
semver 7.5.4 -> 7.6.0 age adoption passing confidence
storybook (source) 7.6.12 -> 7.6.17 age adoption passing confidence
tsup (source) 8.0.1 -> 8.0.2 age adoption passing confidence
vitest (source) 1.2.2 -> 1.3.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

storybookjs/storybook (@​storybook/addon-essentials)

v7.6.17

Compare Source

v7.6.16

Compare Source

v7.6.15

Compare Source

v7.6.14

Compare Source

v7.6.13

Compare Source

storybookjs/storybook (@​storybook/addon-interactions)

v7.6.17

Compare Source

v7.6.16

Compare Source

v7.6.15

Compare Source

This release accidentally didn't contain anything.

v7.6.14

Compare Source

v7.6.13

Compare Source

7.6.13
testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

vitest-dev/vitest (@​vitest/coverage-v8)

v1.3.1

Compare Source

v1.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub
bryanrsmith/eslint-plugin-sort-class-members (eslint-plugin-sort-class-members)

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: bryanrsmith/eslint-plugin-sort-class-members@v1.19.0...v1.20.0

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

v0.8.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

v0.7.0

Compare Source

🚀 Enhancement
Authors: 1

sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

v3.1.0

Compare Source

typicode/husky (husky)

v9.0.11

Compare Source

okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​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.
prettier/prettier (prettier)

v3.2.5

Compare Source

diff

Support Angular inline styles as single template literal (#​15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@​Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.5
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `
    h1 {
      color: blue;
    }
  `,
})
export class AppComponent {}
Unexpected embedded formatting for Angular template (#​15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.4
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{ hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.5
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}
Use "json" parser for tsconfig.json by default (#​16012 by @​sosukesuzuki)

In v2.3.0, we introduced "jsonc" parser which adds trialing comma by default.

When adding a new parser we also define how it will be used based on the linguist-languages data.

tsconfig.json is a special file used by TypeScript, it uses .json file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing .json file extension.

We decide to treat it as a JSON file for now to avoid the extra configuration step.

To keep using the "jsonc" parser for your tsconfig.json files, add the following to your .pretterrc file

{
  "overrides": [
    {
      "files": ["tsconfig.json", "jsconfig.json"],
      "options": {
        "parser": "jsonc"
      }
    }
  ]
}
release-it/release-it (release-it)

v17.1.1

Compare Source

v17.1.0

Compare Source

v17.0.5

Compare Source

  • Fix dependencies for Windows (d5a4c55)

v17.0.4

Compare Source

npm/node-semver (semver)

v7.6.0

Compare Source

Features
Chores
storybookjs/storybook (storybook)

v7.6.17

Compare Source

v7.6.16

Compare Source

v7.6.15

Compare Source

v7.6.14

Compare Source

v7.6.13

Compare Source

egoist/tsup (tsup)

v8.0.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 Mend Renovate. View repository job log here.

@TimMikeladze TimMikeladze merged commit 05d3495 into master Feb 21, 2024
1 check passed
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Feb 21, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch February 21, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant