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 #2942

Merged
merged 4 commits into from
Jun 15, 2024
Merged

chore(deps): update devdependencies #2942

merged 4 commits into from
Jun 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.12.12 -> 20.14.2 age adoption passing confidence
@vueuse/core (source) 10.9.0 -> 10.11.0 age adoption passing confidence
cypress (source) 13.10.0 -> 13.11.0 age adoption passing confidence
tsup (source) 8.0.2 -> 8.1.0 age adoption passing confidence
tsx 4.11.0 -> 4.15.2 age adoption passing confidence
vite (source) 5.2.11 -> 5.2.13 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v10.11.0

Compare Source

v10.10.1

Compare Source

v10.10.0

Compare Source

cypress-io/cypress (cypress)

v13.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

egoist/tsup (tsup)

v8.1.0

Compare Source

Features
privatenumber/tsx (tsx)

v4.15.2

Compare Source

Bug Fixes
  • esm: resolve implicit extension in package subpath (7e1fe22)

This release is also available on:

v4.15.1

Compare Source

v4.15.0

Compare Source

Features

This release is also available on:

v4.14.1

Compare Source

Bug Fixes
  • cjs: only hide transformers when namespaced (9e647a5)

This release is also available on:

v4.14.0

Compare Source

Features
  • resolve .js → .ts in package.json exports & main (4503421)

This release is also available on:

v4.13.3

Compare Source

Bug Fixes
  • cjs: resolve directory import relative to parent (#​42) (02d3856)
  • esm: cjs interop to support decorators (807f467)
  • esm: resolve .ts extension in imports map (89621bf)

This release is also available on:

v4.13.2

Compare Source

Bug Fixes
  • esm: ignore transforming .js files with CJS syntax (#​40) (87a7683)

This release is also available on:

v4.13.1

Compare Source

Bug Fixes
  • esm/api: tsImport() to parse CJS exports (0a78bfd)

This release is also available on:

v4.13.0

Compare Source

Features
  • cjs/api: register() to support namespace (#​35) (c703300)
  • esm/api: tsImport() to support loading CommonJS files (0eb4e91)

This release is also available on:

v4.12.1

Compare Source

Bug Fixes
  • esm: resolve implicit ts paths in packages (de900a1)

This release is also available on:

v4.12.0

Compare Source

Bug Fixes
Features
Performance Improvements
  • esm: only try extensions if file path (72d0896)

This release is also available on:

v4.11.2

Compare Source

Bug Fixes

This release is also available on:

v4.11.1

Compare Source

Bug Fixes
  • cjs/api: resolve correct module and types when imported (#​566) (5e70105)

This release is also available on:

vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 requested a review from a team as a code owner June 10, 2024 00:34
@renovate renovate bot added c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent labels Jun 10, 2024
@renovate renovate bot added this to the vAnytime milestone Jun 10, 2024
Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit 8459de6
🔍 Latest deploy log https://app.netlify.com/sites/fakerjs/deploys/666c5138d3e8900008a1119a
😎 Deploy Preview https://deploy-preview-2942.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.96%. Comparing base (5f77d38) to head (8459de6).

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #2942   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files        2987     2987           
  Lines      216052   216052           
  Branches      602      603    +1     
=======================================
+ Hits       215968   215972    +4     
+ Misses         84       80    -4     

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 9118a99 to ca8ef48 Compare June 10, 2024 11:49
@ST-DDT
Copy link
Member

ST-DDT commented Jun 10, 2024

I'm unable to reproduce the CI error locally.

@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 69cf80b to 04e4528 Compare June 12, 2024 12:03
@renovate renovate bot force-pushed the renovate/devdependencies branch from 04e4528 to 04a40f7 Compare June 12, 2024 13:42
Copy link
Contributor Author

renovate bot commented Jun 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ST-DDT
Copy link
Member

ST-DDT commented Jun 12, 2024

Updating the e2e test to node 22 seems to fix the issue. 🤔

@ST-DDT ST-DDT self-assigned this Jun 12, 2024
@ST-DDT ST-DDT requested review from a team June 12, 2024 13:56
@ST-DDT
Copy link
Member

ST-DDT commented Jun 12, 2024

Has someone a node 20 installation on linux who can check this isn't some actual linux/node20/tsx error?

pnpm install
pnpm run docs:build:ci
pnpm run docs:test:e2e:run

@ST-DDT
Copy link
Member

ST-DDT commented Jun 14, 2024

Is anybody able to reproduce the original error?

@xDivisionByZerox
Copy link
Member

Is anybody able to reproduce the original error?

Sorry, I thought that I replied to the previous message. I did try to reproduce it, would ran into errors when I tried to setup the workspace my linux vm. I'll get onto it again.

@xDivisionByZerox

This comment was marked as off-topic.

@ST-DDT

This comment was marked as off-topic.

@xDivisionByZerox

This comment was marked as off-topic.

@xDivisionByZerox
Copy link
Member

I was not able to reproduce any error.

Tested on: Linux 5.15 Debian - Node 20.14.0
System:
  OS: Linux 5.15 Debian GNU/Linux 12 (bookworm) 12 (bookworm)
  CPU: (4) x64 Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
  Memory: 2.56 GB / 3.83 GB
  Container: Yes
  Shell: 5.2.15 - /bin/bash
Binaries:
  Node: 20.14.0 - /usr/local/bin/node
  Yarn: 1.22.22 - /usr/local/bin/yarn
  npm: 10.7.0 - /usr/local/bin/npm
npmPackages:
  @actions/github: 6.0.0 => 6.0.0
  @algolia/client-search: 4.23.3 => 4.23.3
  @eslint-types/deprecation: 2.0.0-1 => 2.0.0-1
  @eslint-types/jsdoc: 48.2.2 => 48.2.2
  @eslint-types/prettier: 5.1.3 => 5.1.3
  @eslint-types/typescript-eslint: 7.5.0 => 7.5.0
  @eslint-types/unicorn: 52.0.0 => 52.0.0
  @types/node: 20.14.2 => 20.14.2
  @types/sanitize-html: 2.11.0 => 2.11.0
  @types/semver: 7.5.8 => 7.5.8
  @types/validator: 13.11.10 => 13.11.10
  @typescript-eslint/eslint-plugin: 7.8.0 => 7.8.0
  @typescript-eslint/parser: 7.8.0 => 7.8.0
  @vitest/coverage-v8: 1.6.0 => 1.6.0
  @vitest/ui: 1.6.0 => 1.6.0
  @vueuse/core: 10.11.0 => 10.11.0
  commit-and-tag-version: 12.4.1 => 12.4.1
  cypress: 13.11.0 => 13.11.0
  eslint: 8.57.0 => 8.57.0
  eslint-config-prettier: 9.1.0 => 9.1.0
  eslint-define-config: 2.1.0 => 2.1.0
  eslint-gitignore: 0.1.0 => 0.1.0
  eslint-plugin-deprecation: 2.0.0 => 2.0.0
  eslint-plugin-jsdoc: 48.2.3 => 48.2.3
  eslint-plugin-prettier: 5.1.3 => 5.1.3
  eslint-plugin-unicorn: 52.0.0 => 52.0.0
  eslint-plugin-vitest: 0.4.1 => 0.4.1
  npm-run-all2: 6.2.0 => 6.2.0
  prettier: 3.3.1 => 3.3.1
  prettier-plugin-organize-imports: 3.2.4 => 3.2.4
  rimraf: 5.0.7 => 5.0.7
  sanitize-html: 2.13.0 => 2.13.0
  semver: 7.6.2 => 7.6.2
  ts-morph: 22.0.0 => 22.0.0
  tsup: 8.1.0 => 8.1.0
  tsx: 4.15.2 => 4.15.2
  typescript: 5.4.5 => 5.4.5
  validator: 13.12.0 => 13.12.0
  vite: 5.2.13 => 5.2.13
  vitepress: 1.2.3 => 1.2.3
  vitest: 1.6.0 => 1.6.0
  vue: 3.4.27 => 3.4.27

@ST-DDT ST-DDT merged commit b4e7d21 into next Jun 15, 2024
23 checks passed
@ST-DDT ST-DDT deleted the renovate/devdependencies branch June 15, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants