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 minor and patch dependency bump #3184

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@frsource/autoresize-textarea (source) 2.0.102 -> 2.0.109 age adoption passing confidence
@microsoft/api-documenter (source) 7.25.17 -> 7.25.21 age adoption passing confidence
@microsoft/api-extractor (source) 7.47.9 -> 7.47.11 age adoption passing confidence
@nuxt/kit (source) 3.13.2 -> 3.14.159 age adoption passing confidence
@nuxt/schema (source) 3.13.2 -> 3.14.159 age adoption passing confidence
@nuxtjs/color-mode 3.5.1 -> 3.5.2 age adoption passing confidence
@nuxtjs/tailwindcss 6.12.1 -> 6.12.2 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.2 -> 4.3.3 age adoption passing confidence
next (source) 14.2.15 -> 14.2.17 age adoption passing confidence
sass 1.79.5 -> 1.80.6 age adoption passing confidence
serve 14.2.3 -> 14.2.4 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.14 age adoption passing confidence
turbo (source) 2.1.3 -> 2.2.3 age adoption passing confidence
unstorage 1.12.0 -> 1.13.1 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.10 age adoption passing confidence
vue-tsc (source) 2.1.6 -> 2.1.10 age adoption passing confidence

Release Notes

FRSOURCE/autoresize-textarea (@​frsource/autoresize-textarea)

v2.0.109

Compare Source

v2.0.108

Compare Source

v2.0.107

Compare Source

v2.0.106

Compare Source

v2.0.105

Compare Source

v2.0.104

Compare Source

v2.0.103

Compare Source

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

v7.25.21

Compare Source

Thu, 24 Oct 2024 00:15:47 GMT

Version update only

v7.25.20

Compare Source

Mon, 21 Oct 2024 18:50:09 GMT

Version update only

v7.25.19

Compare Source

Thu, 17 Oct 2024 08:35:06 GMT

Version update only

v7.25.18

Compare Source

Tue, 15 Oct 2024 00:12:31 GMT

Version update only

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

v7.47.11

Compare Source

Thu, 17 Oct 2024 08:35:06 GMT

Version update only

v7.47.10

Compare Source

Tue, 15 Oct 2024 00:12:31 GMT

Patches
  • Fix a compatibility issue with usage of getModeForUsageLocation in TypeScript 5.6
nuxt/nuxt (@​nuxt/kit)

v3.14.159

Compare Source

3.14.159 is a hotfix release to address regressions in v3.14.

We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! 😆)

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Update nitropack preset directory (#​29780)
  • kit: Fall back to meta version if there's no module.json (#​29793)
  • kit: Use mlly to resolve module paths to avoid cjs fallback (#​29799)
  • webpack,rspack: Add adapter for webpack-dev-middleware (#​29806)
  • nuxt: Remove null-byte prefix for virtual files (#​29809)
  • kit: Convert module path to file url before reading meta (fb833ac64)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.14.0

Compare Source

nuxt-modules/color-mode (@​nuxtjs/color-mode)

v3.5.2

Compare Source

compare changes

📖 Documentation
🏡 Chore
❤️ Contributors
nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.12.2

Compare Source

compare changes

🩹 Fixes
  • #​883 Tab view src leading baseURL (#​885, #​883)
  • viewer: Provide workaround for nuxt2 modules:done serverMiddleware race condition (9d42549)
📖 Documentation
  • Mention tailwind intelliSense integration with IDEs pointing to tailwind docs / editor config (#​875)
🏡 Chore
  • Use klona and content configuration as object (f606398)
  • Fix test and provide toggle (60a4bba)
  • Update docs and add examples test ci (#​853)
  • Update deps (#​900)
  • Indicate compatibility with new v4 major (#​876)
  • Update test (2d051e2)
  • Remove console output testing (98296a8)
  • Fix lint (a7b886a)
❤️ Contributors
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.3

Compare Source

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
vercel/next.js (next)

v14.2.17

Compare Source

v14.2.16

Compare Source

sass/dart-sass (sass)

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.

v1.80.4

Compare Source

  • No user-visible changes.

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.
vercel/serve (serve)

v14.2.4

Compare Source

Patches
  • Bump serve-handler, vitest, and `typescript: #​812
tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)
vercel/turborepo (turbo)

v2.2.3: Turborepo v2.2.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.2...v2.2.3

v2.2.2: Turborepo v2.2.2

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.1...v2.2.2

v2.2.1

Compare Source

v2.2.0: Turborepo v2.2.0

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.3...v2.2.0

unjs/unstorage (unstorage)

v1.13.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.13.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • cloudflare-kv: Use min ttl of 60 seconds (#​496)
💅 Refactors
📖 Documentation
  • Missing values return null, not undefined (#​487)
🏡 Chore
❤️ Contributors
vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v2.1.10

Compare Source

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jun 3, 2024

⚠️ No Changeset found

Latest commit: 4c7b910

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the deps/all-patch branch 11 times, most recently from 4fc6350 to 9724169 Compare June 10, 2024 07:12
@renovate renovate bot force-pushed the deps/all-patch branch 12 times, most recently from 22905e7 to e2cf093 Compare June 16, 2024 09:17
@renovate renovate bot force-pushed the deps/all-patch branch 9 times, most recently from b2b9d96 to 84c9617 Compare October 24, 2024 01:01
@renovate renovate bot force-pushed the deps/all-patch branch 7 times, most recently from 4ce282a to 5a3625a Compare November 2, 2024 01:33
@renovate renovate bot force-pushed the deps/all-patch branch 2 times, most recently from 834621c to d1b32bd Compare November 4, 2024 07:49
@renovate renovate bot force-pushed the deps/all-patch branch 2 times, most recently from a0fe299 to 8a03811 Compare November 8, 2024 13:10
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
node:fs:1380
  const result = binding.mkdir(
                         ^

Error: ENOENT: no such file or directory, mkdir '/home/ubuntu/.cache/node/corepack/v1'
    at mkdirSync (node:fs:1380:26)
    at getTemporaryFolder (/opt/containerbase/tools/corepack/0.29.4/20.11.1/node_modules/corepack/dist/lib/corepack.cjs:21486:27)
    at download (/opt/containerbase/tools/corepack/0.29.4/20.11.1/node_modules/corepack/dist/lib/corepack.cjs:21760:21)
    at installVersion (/opt/containerbase/tools/corepack/0.29.4/20.11.1/node_modules/corepack/dist/lib/corepack.cjs:21854:61)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.29.4/20.11.1/node_modules/corepack/dist/lib/corepack.cjs:22310:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.29.4/20.11.1/node_modules/corepack/dist/lib/corepack.cjs:22410:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.29.4/20.11.1/node_modules/corepack/dist/lib/corepack.cjs:23096:5) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'mkdir',
  path: '/home/ubuntu/.cache/node/corepack/v1'
}

Node.js v20.11.1

Copy link
Contributor Author

renovate bot commented Nov 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit d2d8eef into v2-develop Nov 8, 2024
15 checks passed
@renovate renovate bot deleted the deps/all-patch branch November 8, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant