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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@badeball/cypress-cucumber-preprocessor 17.2.0 -> 17.2.1 age adoption passing confidence
@microsoft/api-documenter (source) ~7.22.0 -> ~7.23.0 age adoption passing confidence
@microsoft/api-extractor (source) ~7.35.0 -> ~7.38.0 age adoption passing confidence
@rollup/plugin-commonjs (source) 25.0.0 -> 25.0.7 age adoption passing confidence
@testing-library/jest-dom ~5.16.0 -> ~5.17.0 age adoption passing confidence
@types/glob (source) 8.0.1 -> 8.1.0 age adoption passing confidence
@types/jest (source) 27.5.0 -> 27.5.2 age adoption passing confidence
@types/node (source) ~18.16.0 -> ~18.18.0 age adoption passing confidence
@​types/testing-library__jest-dom 5.14.5 -> 5.14.9 age adoption passing confidence
@vue/devtools-api 6.5.0 -> 6.5.1 age adoption passing confidence
@vue/eslint-config-prettier 7.0.0 -> 7.1.0 age adoption passing confidence
@vue/eslint-config-typescript 11.0.0 -> 11.0.3 age adoption passing confidence
@vue/vue2-jest 27.0.0-alpha.3 -> 27.0.0 age adoption passing confidence
@vueuse/core ~10.1.0 -> ~10.5.0 age adoption passing confidence
autoprefixer 10.4.4 -> 10.4.16 age adoption passing confidence
concurrently ~8.1.0 -> ~8.2.0 age adoption passing confidence
cypress ~13.2.0 -> ~13.3.0 age adoption passing confidence
esbuild 0.17.19 -> 0.19.5 age adoption passing confidence
glob ~10.2.0 -> ~10.3.0 age adoption passing confidence
jest (source) 27.5.0 -> 27.5.1 age adoption passing confidence
jest-scss-transform 1.0.1 -> 1.0.3 age adoption passing confidence
lerna (source) 6.6.0 -> 6.6.2 age adoption passing confidence
lint-staged ~13.2.0 -> ~13.3.0 age adoption passing confidence
nanoid 3.3.0 -> 3.3.6 age adoption passing confidence
postcss (source) 8.4.12 -> 8.4.31 age adoption passing confidence
postcss-dir-pseudo-class (source) 7.0.0 -> 7.0.2 age adoption passing confidence
rollup-plugin-copy ~3.4.0 -> ~3.5.0 age adoption passing confidence
rollup-plugin-typescript2 ~0.34.1 -> ~0.36.0 age adoption passing confidence
rxjs (source) 7.8.0 -> 7.8.1 age adoption passing confidence
sass ~1.62.0 -> ~1.69.0 age adoption passing confidence
sass-loader 13.3.0 -> 13.3.2 age adoption passing confidence
start-server-and-test 2.0.0 -> 2.0.1 age adoption passing confidence
tailwindcss (source) 3.3.0 -> 3.3.3 age adoption passing confidence
ts-jest (source) 27.1.0 -> 27.1.5 age adoption passing confidence
tslib (source) ~2.5.0 -> ~2.6.0 age adoption passing confidence
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence
vite (source) ~4.3.0 -> ~4.5.0 age adoption passing confidence
vite-plugin-vue2 (source) 2.0.2 -> 2.0.3 age adoption passing confidence
vue-property-decorator 8.5.0 -> 8.5.1 age adoption passing confidence

Release Notes

badeball/cypress-cucumber-preprocessor (@​badeball/cypress-cucumber-preprocessor)

v17.2.1

Compare Source

  • Step hooks are logged using separate log groups, similar to how scenario hooks are logged.

  • Properly escape error messages in interactive mode.

  • Fix error in non-feature specs under certain conditions, fixes #​1028.

  • Allow doesFeatureMatch to be called in support files, fixes #​1025.

microsoft/rushstack (@​microsoft/api-documenter)

v7.23.9

Compare Source

v7.23.8

Compare Source

v7.23.7

Compare Source

v7.23.6

Compare Source

v7.23.5

Compare Source

v7.23.4

Compare Source

v7.23.3

Compare Source

v7.23.2

Compare Source

microsoft/rushstack (@​microsoft/api-extractor)

v7.38.0

Compare Source

v7.37.3

Compare Source

v7.37.2

Compare Source

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.7

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508
testing-library/jest-dom (@​testing-library/jest-dom)

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)

v5.16.5

Compare Source

Bug Fixes

v5.16.4

Compare Source

Bug Fixes
  • Support unenclosed inner text for details elements in to be visible (#​396) (af18453)

v5.16.3

Compare Source

Bug Fixes

v5.16.2

Compare Source

Bug Fixes

v5.16.1

Compare Source

Bug Fixes
vuejs/vue-devtools (@​vue/devtools-api)

v6.5.1

Compare Source

🚀 Enhancements
🩹 Fixes
  • New tab style (6ad6ecfc)
  • Cannot set visible of null (1b1d1d0c)
  • vue3: Optimize the priority of calculating the displayed name of the component on the devtool (#​2050)
  • Disable screenshots by default (3444bdd8)
❤️ Contributors
vuejs/eslint-config-prettier (@​vue/eslint-config-prettier)

v7.1.0

Compare Source

New Features
  • Added a skip-formatting ruleset b5933a9
vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

vuejs/vue-jest (@​vue/vue2-jest)

v27.0.0

Compare Source

We moved to v27.0.0 (the library is mostly stable; no need for a drawn out beta and release candidate process). There will always be bugs, we will fix them in patch/minor versions.

Note: I (@​lmiller1990) am not using Vue Jest either personally or professionally and cannot prioritise it as much as my other library (Vue Test Utils). If you'd like to assist with maintaining Vue Jest, please reach out.

How to install

  • yarn add @​vue/vue3-jest@27.0.0 (works with Vue 3, Jest 27) or yarn add @​vue/vue3-jest@latest for the latest one.
  • yarn add @​vue/vue2-jest@27.0.0 (works with Vue 2, Jest 27) or yarn add @​vue/vue2-jest@latest for the latest one.

Fixes

v27.0.0-alpha.4

Compare Source

How to install

  • yarn add @​vue/vue3-jest@27.0.0-alpha.4 (works with Vue 3, Jest 27) or yarn add @​vue/vue3-jest@latest for the latest one.
  • yarn add @​vue/vue2-jest@27.0.0-alpha.4 (works with Vue 2, Jest 27) or yarn add @​vue/vue2-jest@latest for the latest one.

Features

feat: support custom blocks for Vue 3 (#​364) …
feat: allow to pass compilerOptions via the Jest config for Vue 3 (#​412) …

Fixes

fix(vue3-jest): interop custom transformer require (#​391)

Chores

chore: drop node 10 and add node 16 (#​414) …
chore: drop circleci build (#​413) …
chore: update to vue v3.2.22 (#​411) …

vueuse/vueuse (@​vueuse/core)

v10.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.3.0

Compare Source

   🚀 Features

Configuration

📅 Schedule: Branch creation - "after 5pm on tuesday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 October 17, 2023 16:52
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 6aa155f to e6cf133 Compare October 24, 2023 09:07
@diegopf diegopf closed this Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant