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

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.23.0 -> ^7.23.2 age adoption passing confidence
@babel/runtime (source) ^7.23.1 -> ^7.23.2 age adoption passing confidence
@​ntnyq/eslint-config 1.14.0 -> 1.17.0 age adoption passing confidence
@​ntnyq/prettier-config ^1.14.0 -> ^1.17.0 age adoption passing confidence
@nutui/nutui-taro ^4.1.6 -> ^4.2.0 age adoption passing confidence
@tarojs/cli ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/components ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/helper ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/plugin-framework-vue3 (source) ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/plugin-html ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/plugin-platform-weapp (source) ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/router ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/runtime (source) ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/shared (source) ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/taro (source) ^3.6.17 -> ^3.6.18 age adoption passing confidence
@tarojs/webpack5-runner ^3.6.17 -> ^3.6.18 age adoption passing confidence
@types/webpack-env (source) ^1.18.2 -> ^1.18.3 age adoption passing confidence
@vue/compiler-sfc (source) ^3.3.4 -> ^3.3.8 age adoption passing confidence
babel-preset-taro (source) ^3.6.17 -> ^3.6.18 age adoption passing confidence
eslint (source) ^8.51.0 -> ^8.53.0 age adoption passing confidence
pinia ^2.1.6 -> ^2.1.7 age adoption passing confidence
pnpm (source) 8.9.0 -> 8.10.2 age adoption passing confidence
pnpm (source) ^8.9.0 -> ^8.10.2 age adoption passing confidence
vue (source) ^3.3.4 -> ^3.3.8 age adoption passing confidence
vue-loader ^17.3.0 -> ^17.3.1 age adoption passing confidence
vue-tsc ^1.8.18 -> ^1.8.22 age adoption passing confidence
webpack ^5.88.2 -> ^5.89.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.2

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
jdf2e/nutui (@​nutui/nutui-taro)

v4.2.0

Compare Source

2023-10-27

New Components

Features

Bug Fixes

BREAKING CHANGES

  • !input: Taro 版组件 type 属性的 numberdigit 与小程序原生 API 对齐,支持调起数字、带小数点键盘 (#​2578) @​mikasayw

v4.1.7

Compare Source

2023-10-13

Features

Bug Fixes

NervJS/taro (@​tarojs/cli)

v3.6.18: chore(release): 3.6.18

Compare Source

特性
小程序
H5
  • onChange 事件添加 source 属性,用来判断是 touch 切换还是其他方式切换的,fix #​14653 by @​liuchuzhang
修复
小程序
  • 兼容支付宝小程序、钉钉小程序的 sjs 语法模版文件引入方式,使得能够让 webpack 分析到依赖关系,by @​journey-xt
  • 修复文本节点列表更新时提示没有 key 的问题,by @​Chen-jj
  • 修复当节点 style 中 css 属性的值为空时删除该属性,fix #​14463 by @​TheKonka
  • 修复微信小程序主包大小计算错误的问题,by @​niexq
  • 修复 comp 和 custom-wrapper 没有重新引用 wxs 文件导致的 wxs 函数失效的问题,fix #​14610 #​14599 by @​xuanzebin
H5
  • 修复 max-height 错误配置导致的普通页面高度限制问题,fix #​14592 by @​ZakaryCode
  • 修复 picker 组件当 value 超出 start 和 end 范围时报错,fix #​14042 by @​TheKonka
  • 修复当 app.config.js 设置 animation:false,路由跳转时上一个页面元素节点没有被隐藏,fix #​14674 by @​voidman2017
React-Native
  • 修复 Android 在沉浸式切换时 statusBarHeight 值获取错误,by @​moseszhou
Typings
vuejs/core (@​vue/compiler-sfc)

v3.3.8

Compare Source

Bug Fixes

v3.3.7

Compare Source

Bug Fixes

v3.3.6

Compare Source

Bug Fixes
Performance Improvements

v3.3.5

Compare Source

Bug Fixes
Performance Improvements
  • compiler-sfc: lazy require typescript (d2c3d8b)
  • custom-element: cancel MutationObserver listener when disconnected (#​8666) (24d98f0)
  • mark defineComponent as side-effects-free (#​8512) (438027c)
eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

vuejs/pinia (pinia)

v2.1.7

Compare Source

Please refer to CHANGELOG.md for details.

pnpm/pnpm (pnpm)

v8.10.2

Compare Source

Patch Changes

  • Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to supportedArchitectures. Related issue #​7268.

Our Gold Sponsors

Our Silver Sponsors

v8.10.1

Compare Source

Patch Changes

  • (Important) Tarball resolutions in pnpm-lock.yaml will no longer contain a registry field. This field has been unused for a long time. This change should not cause any issues besides backward compatible modifications to the lockfile #​7262.
  • Fix issue when trying to use pnpm dlx in the root of a Windows Drive #​7263.
  • Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied #​7046.
  • If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package [

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 force-pushed the renovate/all-minor-patch branch 7 times, most recently from becdf23 to 2f4190f Compare September 4, 2023 13:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0d2f476 to 127eb19 Compare September 11, 2023 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from dbc05a4 to 30a3301 Compare September 19, 2023 15:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f9dd81b to d691e73 Compare September 25, 2023 18:41
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to ^1.8.19 fix(deps): update all non-major dependencies Oct 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 365c4e3 to 178bea2 Compare October 11, 2023 22:16
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Oct 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f99eec5 to e1239c3 Compare October 18, 2023 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from df1bf58 to 19748c5 Compare October 26, 2023 18:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f737b8b to 53edf5c Compare November 1, 2023 19:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 429d79e to d8627c6 Compare November 6, 2023 04:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d8627c6 to 2e4663c Compare November 6, 2023 13:57
@ntnyq ntnyq merged commit 7ba14cd into main Nov 7, 2023
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 7, 2023 01:29
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