Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
haoqunjiang merged 1 commit intomainfromrenovate/all-minor-patch
Sep 4, 2023

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedAug 21, 2023
edited
Loading

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@playwright/test (source)^1.37.0 ->^1.37.1ageadoptionpassingconfidence
@tsconfig/node18^18.2.0 ->^18.2.1ageadoptionpassingconfidence
@types/jsdom (source)^21.1.1 ->^21.1.2ageadoptionpassingconfidence
@types/node (source)^18.17.5 ->^18.17.14ageadoptionpassingconfidence
@vitejs/plugin-vue (source)^4.3.1 ->^4.3.4ageadoptionpassingconfidence
lint-staged^14.0.0 ->^14.0.1ageadoptionpassingconfidence
nightwatch (source)^3.1.2 ->^3.1.3ageadoptionpassingconfidence
prettier (source)^3.0.2 ->^3.0.3ageadoptionpassingconfidence
vitest^0.34.2 ->^0.34.3ageadoptionpassingconfidence

Release Notes

Microsoft/playwright (@​playwright/test)

v1.37.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/26496 - [REGRESSION] webServer stdout is always getting printedhttps://github.com/microsoft/playwright/issues/264922 - [REGRESSION] test.only with project dependency is not working

Browser Versions

  • Chromium 116.0.5845.82
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 115
  • Microsoft Edge 115
tsconfig/bases (@​tsconfig/node18)

v18.2.1

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

okonet/lint-staged (lint-staged)

v14.0.1

Compare Source

Bug Fixes
nightwatchjs/nightwatch (nightwatch)

v3.1.3

Compare Source

What's Changed

New Contributors

Full Changelog:nightwatchjs/nightwatch@v3.1.2...v3.1.3

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

AddpreferUnplugged: true topackage.json (#​15169 by@​fisker and@​so1ve)

Prettier v3 uses dynamic imports, userwill need to unplug Prettier when Yarn's PnP mode is enabled, addpreferUnplugged: true topackage.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbidsrequire() (#​15233 by@​fisker)

If an external shared config package is used, and the packageexports don't haverequire ordefault export.

In Prettier 3.0.2 Prettier fails when attempt torequire() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument ofrequire() to break (#​15256 by@​fisker)
// Inputconstplugin=require(global.STANDALONE    ?path.join(__dirname,"../standalone.js")    :path.join(__dirname,".."));// Prettier 3.0.2constplugin=require(global.STANDALONE  ?path.join(__dirname,"../standalone.js")  :path.join(__dirname,".."));// Prettier 3.0.3constplugin=require(global.STANDALONE    ?path.join(__dirname,"../standalone.js")    :path.join(__dirname,".."));
Do not print trailing commas in arrow function type parameter lists ints code blocks (#​15286 by@​sosukesuzuki)
<!-- Input-->```tsconst foo= <T>()=> {}```<!-- Prettier 3.0.2-->```tsconst foo= <T,>()=> {}```<!-- Prettier 3.0.3-->```tsconst foo= <T>()=> {}```
Support TypeScript 5.2using /await using declaration (#​15321 by@​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript.using /await using declaration

{   usingfoo=newFoo();await usingbar=newBar();}
vitest-dev/vitest (vitest)

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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. Getconfig help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated byMend Renovate. View repository job loghere.

@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 9 times, most recently from0057071 tod937cbdCompareAugust 28, 2023 02:20
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 3 times, most recently fromc80aa06 to8466d15CompareSeptember 1, 2023 23:23
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch from8466d15 to06419d1CompareSeptember 2, 2023 23:31
@haoqunjianghaoqunjiang merged commit846a1f5 intomainSep 4, 2023
@haoqunjianghaoqunjiang deleted the renovate/all-minor-patch branchSeptember 4, 2023 08:52
ghost pushed a commit to stanislavmihaylov/vue-bootstrap that referenced this pull requestOct 4, 2023
* chore(deps): update dependency lint-staged to v14 (vuejs#329)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update dependency chromedriver to v115 (vuejs#324)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update all non-major dependencies (vuejs#323)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore: add npm and node badge (vuejs#330)* fix: remove `transformMode` from vitest configIt's no longer needed in vitest 0.34:> By default, tests with `jsdom` or `happy-dom` use `web` transform modehttps://github.com/vitest-dev/vitest/releases/tag/v0.34.0* chore: import both `mergeConfig` and `defineConfig` from `vitest/config`With the typing fix in Vitest 0.34, it is again possible to use`defineConfig` and `mergeConfig` from the `vitest` package.* feat: add VSCode extension recommendations (vuejs#325)* 3.7.3* chore: update snapshot* chore: add `rel="noopener"` to the link to `Cypress Component Testing` (vuejs#333)* chore(deps): update all non-major dependencies (vuejs#331)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update dependency chromedriver to v116 (vuejs#332)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update dependency cypress to v13 (vuejs#336)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update actions/checkout action to v4 (vuejs#340)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update all non-major dependencies (vuejs#339)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore: add playground directory to prettierignoreThe code is generated so it makes no sense to format it.* style: format* chore: dependency maintenance* feat: replace npm-run-all with npm-run-all2https://www.npmjs.com/package/npm-run-all2It is a maintained fork of npm-run-all, which is not maintained anymore.Both maintainers of the fork also maintain some other popular packages,so I consider it a safe replacement.Another popular alternative is [concurrently](https://www.npmjs.com/package/concurrently).But [its size](https://packagephobia.com/result?p=concurrently@8.2.1) is too big,I think it would be an overkill.Closesvuejs#306* fix(config/typescript): pass build arguments to build-only command (vuejs#338)* 3.7.4* chore: update snapshot* chore: don't ignore zx updatesNow we are in the same supported Node.js version range as zx,we can safely upgrade it.* chore: also check for typescript updates with renovate* feat: replace npm-run-all with npm-run-all2 (vuejs#343)* chore(deps): update all non-major dependencies (vuejs#344)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update dependency typescript to ~5.2.0 (vuejs#345)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* chore(deps): update dependency chromedriver to v117 (vuejs#346)Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* 3.7.5* chore: update snapshot---------Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: btea <2356281422@qq.com>Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>Co-authored-by: zhhbstudio <zhhb@zhhb.studio>Co-authored-by: 汪心禾 <wangxinhe06@gmail.com>Co-authored-by: Alex <widesehl@gmail.com>Co-authored-by: Cédric Exbrayat <cexbrayat@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@haoqunjiang

[8]ページ先頭

©2009-2025 Movatter.jp