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 devdependencies (non-major) #2971

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

triple-bot
Copy link
Contributor

@triple-bot triple-bot commented Oct 31, 2023

This PR contains the following updates:

Package Type Update Change
@testing-library/jest-dom devDependencies minor ^6.1.4 -> ^6.4.2
@testing-library/react devDependencies minor ^14.0.0 -> ^14.3.1
@testing-library/user-event devDependencies patch ^14.5.1 -> ^14.5.2
@types/haversine (source) devDependencies patch ^1.1.7 -> ^1.1.8
@types/humps (source) devDependencies patch ^2.0.5 -> ^2.0.6
@types/node (source) devDependencies minor ^18.18.7 -> ^18.19.31
@types/node-fetch (source) devDependencies patch ^2.6.7 -> ^2.6.11
@types/qs (source) devDependencies patch ^6.9.9 -> ^6.9.15
@types/react-transition-group (source) devDependencies patch ^4.4.6 -> ^4.4.10
@types/scroll-to-element (source) devDependencies patch ^2.0.4 -> ^2.0.5
@types/semver (source) devDependencies patch ^7.5.3 -> ^7.5.8
@types/set-cookie-parser (source) devDependencies patch ^2.4.6 -> ^2.4.7
@types/styled-components (source) devDependencies patch ^5.1.29 -> ^5.1.34
@types/ua-parser-js (source) devDependencies patch ^0.7.37 -> ^0.7.39
csstype devDependencies patch ^3.1.2 -> ^3.1.3
eslint (source) devDependencies minor ^8.52.0 -> ^8.57.0
eslint-plugin-jest devDependencies minor ^27.6.0 -> ^27.9.0
eslint-plugin-jest-dom devDependencies minor ^5.1.0 -> ^5.4.0
eslint-plugin-mdx (source) devDependencies minor ^2.2.0 -> ^2.3.4
eslint-plugin-storybook devDependencies minor ^0.6.15 -> ^0.8.0
eslint-plugin-testing-library devDependencies minor ^6.1.0 -> ^6.2.2
i18next (source) devDependencies minor 23.7.6 -> 23.11.2
msw (source) devDependencies patch ^1.3.2 -> ^1.3.3
prettier (source) devDependencies minor ^3.0.3 -> ^3.2.5
react-i18next devDependencies patch ^14.1.0 -> ^14.1.1
storybook-mock-date-decorator devDependencies patch ^1.0.1 -> ^1.0.2
ts-jest (source) devDependencies patch ^29.1.1 -> ^29.1.2
typescript (source) devDependencies minor 5.2.2 -> 5.4.5
utility-types devDependencies minor ^3.10.0 -> ^3.11.0

Release Notes

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)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes
testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)
frenic/csstype (csstype)

v3.1.3

Compare Source

eslint/eslint (eslint)

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

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts

v27.6.1

Compare Source

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)
testing-library/eslint-plugin-jest-dom (eslint-plugin-jest-dom)

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features
Reverts

v5.2.0

Compare Source

Features

v5.1.1

Compare Source

Bug Fixes
  • prefer-to-have-style: handle toHaveProperty with variable property name (#​347) (622c191)
mdx-js/eslint-mdx (eslint-plugin-mdx)

v2.3.4

Compare Source

Patch Changes

v2.3.3

Compare Source

Patch Changes

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

v2.3.0

Compare Source

Minor Changes
  • f3d4ff4 Thanks @​JounQin! - feat: only enable prettier/prettier rule for eslint-plugin-prettier <5.1.2
Patch Changes

v2.2.1

Compare Source

2.2.1

Patch Changes

Full Changelog: mdx-js/eslint-mdx@v2.2.0...v2.2.1

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

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v6.2.2

Compare Source

Bug Fixes
  • await-async-events: false positives for userEvent.setup() returned (#​895) (fb32c5c)

v6.2.1

Compare Source

Bug Fixes
  • await-async-events: false positive reports on awaited expressions evaluating to promise (#​890) (767f1be)

v6.2.0

Compare Source

Features
  • prefer-presence-queries: support react-native matcher toBeOnTheScreen (#​844) (b9fef59)

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes
i18next/i18next (i18next)

v23.11.2

Compare Source

  • allow defaultValue in nested translation 2174

v23.11.1

Compare Source

  • types: remove const from ParseKeys Context type parameter and disable skipLibCheck 2169

v23.11.0

Compare Source

  • Fix typing performance regression 2166

v23.10.1

Compare Source

v23.10.0

Compare Source

  • Add 'isInitializing' property so we're able to detect init() was already called 2141

v23.9.0

Compare Source

  • types: support nested keys in InterpolationMap 2140 fixes 2014

v23.8.3

Compare Source

  • prevent resource mutation when using addResourceBundle 2081

v23.8.2

Compare Source

  • optimize addResources to address 2130

v23.8.1

Compare Source

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

v23.8.0

Compare Source

  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

Compare Source

  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

v23.7.19

Compare Source

  • fix: consistent _zero special handling also for defaultValue_zero 2124

v23.7.18

Compare Source

  • types: support readonly defaultNS 2123

v23.7.17

Compare Source

  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122

v23.7.16

Compare Source

  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

v23.7.15

Compare Source

  • types: simplifies types for array access and fixes 2103

v23.7.14

Compare Source

  • types: fix types for array access

v23.7.13

Compare Source

  • types: optimise ParseTReturn 2095

v23.7.12

Compare Source

  • types: fix for older ts version (context validation only for TS 5)

v23.7.11

Compare Source

  • types: fix for older ts versions 2090

v23.7.10

Compare Source

  • types: initializedStoreOnce and initializedLanguageOnce 2089

v23.7.9

Compare Source

  • types: fix FormatFunction should allow any value inside options parameter

v23.7.8

Compare Source

  • prevent cosmetic SyntaxError because of non catched error variable

v23.7.7

Compare Source

  • optimize TypeScript V4 export
mswjs/msw (msw)

v1.3.3

Compare Source

v1.3.3 (2024-03-15)

Bug Fixes
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
@&#8203;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 v3.2.0, we introduced `"js


Configuration

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

🚦 Automerge: Enabled.

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.

@triple-bot triple-bot requested a review from a team as a code owner October 31, 2023 00:30
@triple-bot triple-bot requested review from inbeom and sohnjunior and removed request for a team October 31, 2023 00:30
@triple-bot triple-bot enabled auto-merge (rebase) October 31, 2023 00:30
@triple-bot triple-bot requested a review from seulgiyoon October 31, 2023 00:30
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 11.95%. Comparing base (4d8acb9) to head (b118242).

Files Patch % Lines
packages/tds-ui/src/components/text/text.tsx 0.00% 3 Missing ⚠️
packages/tds-widget/src/chat/bubble/bubble-ui.tsx 0.00% 2 Missing ⚠️
packages/tds-widget/src/chat/messages.tsx 0.00% 2 Missing ⚠️
packages/tds-widget/src/replies/list/reply.tsx 0.00% 2 Missing ⚠️
packages/tds-widget/src/scrap/use-scrap.ts 0.00% 2 Missing ⚠️
packages/meta-tags/src/utils.ts 0.00% 1 Missing ⚠️
packages/tds-ui/src/components/rating/rating.tsx 0.00% 1 Missing ⚠️
packages/tds-widget/src/chat/bubble/image.tsx 0.00% 1 Missing ⚠️
...rc/poi-list-elements/extended-poi-list-element.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2971   +/-   ##
=======================================
  Coverage   11.95%   11.95%           
=======================================
  Files         716      716           
  Lines       31440    31440           
  Branches     8483     8483           
=======================================
  Hits         3758     3758           
  Misses      27678    27678           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@triple-bot triple-bot changed the title chore(deps): update dependency @types/node-fetch to ^2.6.8 chore(deps): update devdependencies (non-major) Nov 1, 2023
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 3 times, most recently from d5b5ca9 to 2b060c6 Compare November 7, 2023 07:39
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 5 times, most recently from bb4ff50 to dcf415c Compare November 13, 2023 03:37
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 8 times, most recently from f7e8f91 to b3c4988 Compare November 24, 2023 00:30
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 6 times, most recently from d5116c0 to bbe3cbe Compare December 4, 2023 00:37
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 4 times, most recently from df79e06 to 4b35fa2 Compare March 20, 2024 00:38
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 2 times, most recently from 2f2b861 to a839444 Compare March 22, 2024 00:33
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 2 times, most recently from 75af1c4 to dd8f482 Compare April 3, 2024 00:33
@triple-bot triple-bot changed the title Update devDependencies (non-major) chore(deps): update devdependencies (non-major) Apr 3, 2024
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch from dd8f482 to 94f8a4f Compare April 4, 2024 02:04
@triple-bot triple-bot changed the title chore(deps): update devdependencies (non-major) Update devDependencies (non-major) Apr 4, 2024
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 6 times, most recently from 36242a7 to 1038e3b Compare April 12, 2024 00:25
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch 4 times, most recently from f505f52 to 6ae21f6 Compare April 22, 2024 00:22
@triple-bot triple-bot force-pushed the renovate/dev-dependencies-non-major branch from 6ae21f6 to 774034e Compare April 24, 2024 05:56
@triple-bot triple-bot changed the title Update devDependencies (non-major) chore(deps): update devdependencies (non-major) Apr 24, 2024
@drakang4 drakang4 force-pushed the renovate/dev-dependencies-non-major branch from 774034e to b118242 Compare April 24, 2024 07:25
@drakang4 drakang4 added this to the v14 milestone Apr 24, 2024
@drakang4 drakang4 disabled auto-merge April 24, 2024 07:40
@drakang4 drakang4 merged commit b37e6ad into main Apr 24, 2024
11 checks passed
@drakang4 drakang4 deleted the renovate/dev-dependencies-non-major branch April 24, 2024 07:41
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.

2 participants