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

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
Aug 17, 2023

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedJul 31, 2023
edited
Loading

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@playwright/test (source)^1.36.1 ->^1.37.0ageadoptionpassingconfidence
@types/eslint (source)^8.44.0 ->^8.44.2ageadoptionpassingconfidence
@types/nightwatch (source)^2.3.24 ->^2.3.25ageadoptionpassingconfidence
@types/node (source)^18.17.0 ->^18.17.5ageadoptionpassingconfidence
@vitejs/plugin-vue (source)^4.2.3 ->^4.3.1ageadoptionpassingconfidence
@vitejs/plugin-vue-jsx (source)^3.0.1 ->^3.0.2ageadoptionpassingconfidence
@vue/create-eslint-config^0.3.0 ->^0.3.1ageadoptionpassingconfidence
cypress^12.17.2 ->^12.17.4ageadoptionpassingconfidence
eslint-plugin-cypress^2.13.3 ->^2.14.0ageadoptionpassingconfidence
geckodriver^4.0.5 ->^4.2.0ageadoptionpassingconfidence
nightwatch (source)^3.0.1 ->^3.1.2ageadoptionpassingconfidence
pinia^2.1.4 ->^2.1.6ageadoptionpassingconfidence
prettier (source)^3.0.0 ->^3.0.2ageadoptionpassingconfidence
vite (source)^4.4.6 ->^4.4.9ageadoptionpassingconfidence
vitest^0.33.0 ->^0.34.2ageadoptionpassingconfidence
vue-tsc^1.8.6 ->^1.8.8ageadoptionpassingconfidence

Release Notes

Microsoft/playwright (@​playwright/test)

v1.37.0

Compare Source

✨ New tool to merge reports

If you run tests on multiple shards, you can now merge all reports in a single HTML report (or any other report)
using the newmerge-reports CLI tool.

Usingmerge-reports tool requires the following steps:

  1. Adding a new "blob" reporter to the config when running on CI:

    exportdefaultdefineConfig({testDir:'./tests',reporter:process.env.CI ?'blob' :'html',});

    The "blob" reporter will produce ".zip" files that contain all the information
    about the test run.

  2. Copying all "blob" reports in a single shared location and runningnpx playwright merge-reports:

    npx playwright merge-reports --reporter html ./all-blob-reports

Read more inour documentation.

📚 Debian 12 Bookworm Support

Playwright now supports Debian 12 Bookworm on both x86_64 and arm64 for Chromium, Firefox and WebKit.
Let us know if you encounter any issues!

Linux support looks like this:

Ubuntu 20.04Ubuntu 22.04Debian 11Debian 12
Chromium
WebKit
Firefox

🌈 UI Mode Updates

  • UI Mode now respects project dependencies. You can control which dependencies to respect by checking/unchecking them in a projects list.
  • Console logs from the test are now displayed in the Console tab.

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

v1.36.2: 1.36.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/24316 - [REGRESSION] Character classes are not working in globs in 1.36

Browser Versions
  • Chromium 115.0.5790.75
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.3.1

Compare Source

  • fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#​227)" (0c28448), closes#​227

v4.3.0

Compare Source

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

v3.0.2

Compare Source

vuejs/create-eslint-config (@​vue/create-eslint-config)

v0.3.1

Compare Source

cypress-io/cypress (cypress)

v12.17.4

Compare Source

Changelog:https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Compare Source

Changelog:https://docs.cypress.io/guides/references/changelog#12-17-3

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v2.14.0

Compare Source

Features
  • pencil: add option for unsafe chaining rule to check for custom cypress methods (49c6eb3)

v2.13.4

Compare Source

Bug Fixes
  • bump globals package to latest (8c9c9eb)
webdriverio-community/node-geckodriver (geckodriver)

v4.2.0: Release 4.2.0

Compare Source

v4.1.3: Release 4.1.3

Compare Source

  • don't propagate cacheDir to driver (e4ad2a9)

v4.1.2: Release 4.1.2

Compare Source

v4.1.1: Release 4.1.1

Compare Source

v4.1.0: Release 4.1.0

Compare Source

nightwatchjs/nightwatch (nightwatch)

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

We’re super excited to announce the release of Nightwatch v3. It that has been built around these three pillars:

  • Developer Experience: The entire experience from getting started, to writing and debugging tests, has been redesigned for speed, stability, and consistent non-flaky results.

  • Mobile first: Test your web or native, iOS and Android, mobile applications on simulators, real mobile devices or a cloud grid like BrowserStack.

  • One test automation framework: Run all types of tests from unit, component, and E2E to API, visual, and accessibility with a single framework.

What's Changed

New Features
Fixes
TypeScript Fixes
Dependency Updates
Cucumber
General

New Contributors

Full Changelog:nightwatchjs/nightwatch@v3.0.1...v3.1.0

vuejs/pinia (pinia)

v2.1.6

Compare Source

Please refer toCHANGELOG.md for details.

v2.1.5

Compare Source

Please refer toCHANGELOG.md for details.

prettier/prettier (prettier)

v3.0.2

Compare Source

diff

Break after= of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#​15204 by@​seiyab)
// Inputconst{ section, rubric, authors, tags}=awaitutils.upsertCommonData(mainData);// Prettier 3.0.1const{ section, rubric, authors, tags}=awaitutils.upsertCommonData(mainData,);// Prettier 3.0.2const{ section, rubric, authors, tags}=awaitutils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#​15217 by@​auvred)
/* Input*/$foo: ('property': (),// comment 1// comment 2)/* Prettier 3.0.1*/$foo: ("property": (),// comment 1// comment 2,);/* Prettier 3.0.2*/$foo: ("property": (),// comment 1// comment 2);
Printdeclare andexport keywords for nested namespace (#​15249 by@​sosukesuzuki)
// Inputdeclarenamespaceabc1.def{}exportnamespaceabc2.def{}// Prettier 3.0.1namespaceabc1.def{}namespaceabc2.def{}// Prettier 3.0.2declarenamespaceabc1.def{}exportnamespaceabc2.def{}

v3.0.1

Compare Source

diff

Fix cursor positioning for a special case (#​14812 by@​fisker)
// <|> is the cursor position/* Input */// All messages are represented in JSON.// So, the prettier.py controls a subprocess which spawns "node {this_file}".import{<|>}from"fs"/* Prettier 3.0.0 */// All messages are represented in JSON.// So, the prettier.py <|>controls a subprocess which spawns "node {this_file}".import{}from"fs"/* Prettier 3.0.1 */// All messages are represented in JSON.// So, the prettier.py controls a subprocess which spawns "node {this_file}".import{<|>}from"fs"
Fix plugins/estree.d.ts to make it a module (#​15018 by@​kingyue737)

Addexport {} inplugins/estree.d.ts to fix the "File is not a module" error

Add parenthesis around leading multiline comment in return statement (#​15037 by@​auvred)
// Inputfunctionfn(){return(/**     * @&#8203;type {...}     */expresssion)}// Prettier 3.0.0functionfn(){return/**   * @&#8203;type {...}   */expresssion;}// Prettier 3.0.1functionfn(){return(/**     * @&#8203;type {...}     */expresssion);}
Add support for Vue "Generic Components" (#​15066 by@​auvred)

https://blog.vuejs.org/posts/vue-3-3#generic-components

<!-- Input--><script setup lang="ts"generic="TextendsType1&Type2& (Type3|Type4),Uextendsstring|number|boolean"></script><!-- Prettier 3.0.0--><script  setup  lang="ts"generic="TextendsType1&Type2& (Type3|Type4),Uextendsstring|number|boolean"></script><!-- Prettier 3.0.1--><script  setup  lang="ts"generic="TextendsType1&Type2& (Type3|Type4),Uextendsstring|number|boolean"></script>
Fix comments print inIfStatement (#​15076 by@​fisker)
functiona(b){if(b)return1;// commentelsereturn2;}/* Prettier 3.0.0 */Error:Comment"comment"wasnotprinted.Pleasereportthiserror!/* Prettier 3.0.1 */functiona(b){if(b)return1;// commentelsereturn2;}
Add missing type definition forprinter.preprocess (#​15123 by@​so1ve)
export interface Printer<T = any> {  // ...+ preprocess?:+   | ((ast: T, options: ParserOptions<T>) => T | Promise<T>)+   | undefined;}
Add missinggetVisitorKeys method type definition forPrinter (#​15125 by@​auvred)
constprinter:Printer={print:()=>[],getVisitorKeys(node,nonTraversableKeys){return["body"];},};
Add typing to supportreadonly array properties of AST Node (#​15127 by@​auvred)
// InputinterfaceTestNode{readonlyArray:readonlystring[];}declareconstpath:AstPath<TestNode>;path.map(()=>"","readonlyArray");// Prettier 3.0.0interfaceTestNode{readonlyArray:readonlystring[];}declareconstpath:AstPath<TestNode>;path.map(()=>"","readonlyArray");//                  ^ Argument of type '"readonlyArray"' is not assignable to parameter of type '"regularArray"'. ts(2345)// Prettier 3.0.1interfaceTestNode{readonlyArray:readonlystring[];}declareconstpath:AstPath<TestNode>;path.map(()=>"","readonlyArray");
Add space before unary minus followed by a function call (#​15129 by@​pamelalozano)
// Inputdiv {margin:- func();}// Prettier 3.0.0div {margin:-func();}// Prettier 3.0.1div {margin:- func();}
vitejs/vite (vite)

v4.4.9

Compare Source

v4.4.8

Compare Source

v4.4.7

Compare Source

vitest-dev/vitest (vitest)

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 from14ff26a to889c492CompareAugust 7, 2023 09:57
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 9 times, most recently from278bf53 toacc9a78CompareAugust 15, 2023 08:54
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 4 times, most recently fromb955891 to87aa739CompareAugust 17, 2023 09:12
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch from87aa739 to2d908dbCompareAugust 17, 2023 12:15
@haoqunjianghaoqunjiang merged commiteb81993 intomainAug 17, 2023
@haoqunjianghaoqunjiang deleted the renovate/all-minor-patch branchAugust 17, 2023 13:56
@bteabtea mentioned this pull requestAug 17, 2023
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