Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

fix(deps): update npm dependencies - #82

Merged
Ekhorn merged 1 commit into
mainfrom
renovate/npm-dependencies
Jan 18, 2024
Merged

fix(deps): update npm dependencies#82
Ekhorn merged 1 commit into
mainfrom
renovate/npm-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jan 15, 2024

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.40.1 -> 1.41.0 age adoption passing confidence
@types/node (source) 20.11.0 -> 20.11.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.19.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.1 -> 6.19.0 age adoption passing confidence
prettier (source) 3.2.1 -> 3.2.2 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.41.0

Compare Source

New APIs

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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.

@renovate renovate Bot added dependencies Pull requests that update a dependency file npm labels Jan 15, 2024
@renovate renovate Bot changed the title chore(deps): update prettier from 3.2.1 to v3.2.2 fix(deps): update npm dependencies Jan 15, 2024
@renovate
renovate Bot force-pushed the renovate/npm-dependencies branch 5 times, most recently from 16f87de to c7cede2 Compare January 16, 2024 11:44
@renovate
renovate Bot force-pushed the renovate/npm-dependencies branch from c7cede2 to 4e1368f Compare January 16, 2024 19:26
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Ekhorn
Ekhorn merged commit 1024f17 into main Jan 18, 2024
@Ekhorn
Ekhorn deleted the renovate/npm-dependencies branch January 18, 2024 22:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant