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 all non-major dependencies #339

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.17.14 -> ^18.17.15 age adoption passing confidence
geckodriver ^4.2.0 -> ^4.2.1 age adoption passing confidence
vitest ^0.34.3 -> ^0.34.4 age adoption passing confidence
vue-tsc ^1.8.8 -> ^1.8.10 age adoption passing confidence

Release Notes

webdriverio-community/node-geckodriver (geckodriver)

v4.2.1: Release 4.2.1

Compare Source

vitest-dev/vitest (vitest)

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v1.8.10

Compare Source

  • feat: added Portuguese integration documentation (#​3535)
  • feat: exposed configFileName for createParsedCommandLineByJson() function (#​3456) - thanks @​qmhc
  • feat: support nested plugins (#​3530) - thanks @​so1ve
  • feat(vscode): add vue.server.runtime setting and support for Bun runtime
  • feat(vscode): add vue.server.path setting for customize server module path
  • fix: correctly hyphen-case props (#​3424) - thanks @​so1ve
  • fix: generic components should respect strictTemplates (#​3487) - thanks @​so1ve
  • fix(vue-component-type-helpers): correctly handle generic components when using ComponentExposed (#​3536) - thanks @​so1ve
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

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.

@haoqunjiang haoqunjiang merged commit b5afdfa into main Sep 12, 2023
101 checks passed
@haoqunjiang haoqunjiang deleted the renovate/all-minor-patch branch September 12, 2023 07:41
ghost pushed a commit to stanislavmihaylov/vue-bootstrap that referenced this pull request Oct 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 config

It's no longer needed in vitest 0.34:

> By default, tests with `jsdom` or `happy-dom` use `web` transform mode

https://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 prettierignore

The code is generated so it makes no sense to format it.

* style: format

* chore: dependency maintenance

* feat: replace npm-run-all with npm-run-all2

https://www.npmjs.com/package/npm-run-all2

It 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/[email protected]) is too big,
I think it would be an overkill.

Closes vuejs#306

* fix(config/typescript): pass build arguments to build-only command (vuejs#338)

* 3.7.4

* chore: update snapshot

* chore: don't ignore zx updates

Now 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 <[email protected]>
Co-authored-by: Haoqun Jiang <[email protected]>
Co-authored-by: zhhbstudio <[email protected]>
Co-authored-by: 汪心禾 <[email protected]>
Co-authored-by: Alex <[email protected]>
Co-authored-by: Cédric Exbrayat <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant