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) #914

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.39.0 -> 1.40.0 age adoption passing confidence
@testing-library/react 14.1.0 -> 14.1.2 age adoption passing confidence
@types/lodash (source) 4.14.201 -> 4.14.202 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.9.4 age adoption passing confidence
@types/react (source) 18.2.37 -> 18.2.38 age adoption passing confidence
@types/react-dom (source) 18.2.15 -> 18.2.17 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.10.0 -> 6.12.0 age adoption passing confidence
@typescript-eslint/parser 6.10.0 -> 6.12.0 age adoption passing confidence
eslint (source) 8.53.0 -> 8.54.0 age adoption passing confidence
knip 2.41.0 -> 2.42.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence
semantic-release 22.0.7 -> 22.0.8 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.40.0

Compare Source

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

import { test, expect } from '@​playwright/test';

test('test', async ({ page }) => {
  await page.goto('https://playwright.dev/');
  await page.getByRole('link', { name: 'Get started' }).click();
  await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation');
  await expect(page.getByLabel('Search')).toBeVisible();
  await page.getByLabel('Search').click();
  await page.getByPlaceholder('Search docs').fill('locator');
  await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator');
});

New APIs

Other Changes

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119
testing-library/react-testing-library (@​testing-library/react)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

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

v6.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

eslint/eslint (eslint)

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

webpro/knip (knip)

v2.42.0

Compare Source

  • Add tests with typescript@latest (c95e060)
  • Add compat w/ typescript v5.3.2 (395c278)

v2.41.6

Compare Source

  • Update dependencies (a69fa9e)
  • Fix error message (76c5b26)
  • Add tsconfig.json to nx fixture (#​358) (622848a)
  • Use babel plugin to find dependencies from babelOptions in eslint plugin (resolves #​357) (be9a14c)

v2.41.5

Compare Source

  • Bail out for node built-ins in module resolver + don't try to sanize absolute paths (b54f44f)

v2.41.4

Compare Source

  • Fix ts files with ignored extension (fixes #​354) (59a2373)
  • Unique test titles (b3e97c0)
  • Add --import argument to node resolver (resolves #​351) (c0a9c5b)
  • Use ESM loader for .mts extension (65f699b)
  • Add some extensions to config file patterns in vitest plugin (e1ae62a)

v2.41.3

Compare Source

  • Fix up plugin resolving in graphql-codegen plugin a bit (resolves #​349) (ee83151)
  • Add config file patterns for codegen plugin (resolves #​348) (72b3add)
  • Respect coverage.disabled in vitest plugin (resolves #​347) (b1cd3da)
  • Add corepack to list of ignored binaries (d79728b)
  • Remove problematic links (4be9ec9)

v2.41.2

Compare Source

  • Distinguish jiti CJS and ESM loader, and clean up (fixes #​328) (7a537a6)
  • Simplify isTypeModule a bit (942fbc1)
  • Update vite.config extension in vite plugin (48ce2f0)

v2.41.1

Compare Source

  • Refactor vitest entry resolver (c34a3df)
  • Load .js module using native import call (fixes #​290) (aeaf70a)
  • Remove path from extend plugin:specifier in eslint plugin + simplify specs (fixes #​343) (3a9e510)
prettier/prettier (prettier)

v3.1.0

Compare Source

diff

🔗 Release Notes

semantic-release/semantic-release (semantic-release)

v22.0.8

Compare Source

Bug Fixes
Microsoft/TypeScript (typescript)

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 Mend Renovate. View repository job log here.

Copy link

vercel bot commented Nov 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
2do-txt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 23, 2023 4:54pm

@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.1.0 chore(deps): update devdependencies (non-major) Nov 13, 2023
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 78ee86d to f4e55a5 Compare November 13, 2023 13:03
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from f4e55a5 to a6aef9d Compare November 13, 2023 19:21
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from a6aef9d to d40744a Compare November 17, 2023 02:56
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d40744a to 2514434 Compare November 17, 2023 15:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2514434 to 931901e Compare November 17, 2023 19:11
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 931901e to ea2127f Compare November 17, 2023 23:09
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ea2127f to a5d9cda Compare November 18, 2023 22:12
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from a5d9cda to 0d1c89c Compare November 20, 2023 16:27
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 0d1c89c to 562a684 Compare November 20, 2023 19:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 562a684 to bda6a7e Compare November 21, 2023 03:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from bda6a7e to 458e3c2 Compare November 22, 2023 01:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 458e3c2 to 09146b9 Compare November 22, 2023 09:13
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 09146b9 to 51f1ad2 Compare November 23, 2023 13:27
@sodenn sodenn merged commit 643c4c9 into main Nov 23, 2023
10 checks passed
@sodenn sodenn deleted the renovate/devdependencies-(non-major) branch November 23, 2023 16:57
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