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 (main) #23063

Merged
merged 4 commits into from Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@actions/core (source) 1.10.0 -> 1.10.1 age adoption passing confidence devDependencies patch
@jest/globals 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
@types/node (source) 18.17.14 -> 18.17.15 age adoption passing confidence devDependencies patch
@unhead/dom (source) ^1.5.3 -> ^1.6.2 age adoption passing confidence dependencies minor
@unhead/schema (source) 1.5.3 -> 1.6.2 age adoption passing confidence devDependencies minor
@unhead/ssr (source) ^1.5.3 -> ^1.6.2 age adoption passing confidence dependencies minor
@unhead/vue (source) ^1.5.3 -> ^1.6.2 age adoption passing confidence dependencies minor
actions/cache v3.3.1 -> v3.3.2 age adoption passing confidence action patch
actions/dependency-review-action v3.0.8 -> v3.1.0 age adoption passing confidence action minor
eslint (source) 8.48.0 -> 8.49.0 age adoption passing confidence devDependencies minor
happy-dom 11.0.1 -> 11.0.2 age adoption passing confidence devDependencies patch
jiti ^1.19.3 -> ^1.20.0 age adoption passing confidence dependencies minor
jiti 1.19.3 -> 1.20.0 age adoption passing confidence devDependencies minor
nitropack 2.6.2 -> 2.6.3 age adoption passing confidence devDependencies patch
nitropack ^2.6.2 -> ^2.6.3 age adoption passing confidence dependencies patch
nuxi ^3.7.3 -> ^3.8.3 age adoption passing confidence dependencies minor
nuxi 3.7.3 -> 3.8.3 age adoption passing confidence devDependencies minor
nypm ^0.3.2 -> ^0.3.3 age adoption passing confidence dependencies patch
pnpm (source) 8.7.4 -> 8.7.5 age adoption passing confidence packageManager patch
ultrahtml ^1.4.0 -> ^1.5.2 age adoption passing confidence dependencies minor

Release Notes

actions/toolkit (@​actions/core)

v1.10.1

  • Fix error message reference in oidc utils #​1511
jestjs/jest (@​jest/globals)

v29.7.0

Compare Source

Features
  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)
Fixes
  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)
Performance
  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)
Chore & Maintenance
  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)
unjs/unhead (@​unhead/dom)

v1.6.2

Compare Source

Bug Fixes
  • opt-in only to process innerHTML template params (c4b87ad)
  • simplified tag prop normalisation (26c9f9e)

v1.6.1

Compare Source

Bug Fixes
  • vue2: broken vue import (ece35c9)
Performance Improvements
  • dirty flag to avoid redundant head updates (de34c67)
  • resolve tags after dom:beforeRender (7bb1064)

v1.6.0

Compare Source

Bug Fixes
  • addons: InferSeoMetaPlugin adding og:title to body (e1a60c2)
  • unhead: increase all tagPriority weights by 10x (03a5c28)
Features
  • unhead: new useSeoMeta logic with new opengraph tags (#​220) (8da9d86)
  • vue: new Vue 2, Options Mixin install (3d422d6)

v1.5.5

Compare Source

Bug Fixes

v1.5.4

Compare Source

Bug Fixes
  • infer-seo-meta-plugin: correct twitter card detection (#​215) (5c175b2)
actions/cache (actions/cache)

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

actions/dependency-review-action (actions/dependency-review-action)

v3.1.0: 3.1.0

Compare Source

What's New

Added support for dependencies submitted through the dependency submission API. This includes two new configuration parameters: retry-on-snapshot-warnings and retry-on-snapshot-warnings-timeout.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v3...v3.1.0

eslint/eslint (eslint)

v8.49.0

Compare Source

Features
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)
Documentation
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
Chores
capricorn86/happy-dom (happy-dom)

v11.0.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes documentation for packages in README.md. (#​1047)
unjs/jiti (jiti)

v1.20.0

Compare Source

compare changes

🚀 Enhancements
  • Experimental native bun support (#​156)
💅 Refactors
  • Replace proposal babel plugins with ecmascript transforms (1fb4d8c)
❤️ Contributors
unjs/nitro (nitropack)

v2.6.3

Compare Source

compare changes

🩹 Fixes
  • firebase: Apply region for gen2 deployments (#​1657)
  • cloudflare-pages: Autodetect static preset (#​1659)
  • Resolve output dirs relative to rootDir (#​1666)
  • prerender: Allow disabling html sub-folders (#​1676)
  • firebase: Use correct key when importing firebase httpsOptions (#​1663)
  • Await on send() calls (#​1701)
  • Bun dev compatibility (#​1702)
  • aws-lambda,netlify-lambda: Binary body v2 and cookies v1 (#​1683)
  • iis: Merge web.config (#​1658)
📖 Documentation
  • render-com: Add note about node version (#​1693)
  • Add instructions for using nuxt edge release channel (#​1688)
  • Add instructions for bun (#​1672)
🏡 Chore
✅ Tests
  • Update test for bun headers (#​1684)
❤️ Contributors
nuxt/cli (nuxi)

v3.8.3

Compare Source

compare changes

🩹 Fixes
  • Allow overriding internal dev server error via _PORT (#​165)
❤️ Contributors

v3.8.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v3.8.1

Compare Source

compare changes

🩹 Fixes
  • dev: Add polyfill for writeTypes (#​158)
🏡 Chore
❤️ Contributors

v3.8.0

Compare Source

compare changes

🚀 Enhancements
  • Add --sourcemap support to build-module (#​129)
🩹 Fixes
  • Update listhen (86cfa41)
  • dev: Enable https by default when devServer.https options is set (#​146)
  • dev: Handle hard restart (#​147)
  • dev: Provide cli entry for programmatic usage (#​148)
  • dev: Disable forked mode by default for bun and test (#​154)
💅 Refactors
  • Import package.json with json assertion (#​151)
  • dev: Rewrite dev to support --no-fork and improve stability (#​153)
🏡 Chore
❤️ Contributors
unjs/nypm (nypm)

v0.3.3

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Fallback to local package manager when corepack not installed (#​94)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v8.7.5

Compare Source

Patch Changes

  • Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #​7069.
  • Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser #​7062.

Our Gold Sponsors

Our Silver Sponsors

natemoo-re/ultrahtml (ultrahtml)

v1.5.2

Compare Source

Patch Changes
  • 244be0a: Update parsel-js to latest

v1.5.1

Compare Source

Patch Changes
  • a989b5a: Bundle type definitions in .d.ts files

v1.5.0

Compare Source

Minor Changes
  • 7c93190: Add support for static media queries to ultrahtml/transformers/inline.

    You may now pass an env value to the transformer, for example:

    import { transform } from "ultrahtml";
    import inline from "ultrahtml/transformers/inline";
    
    const output = await transform(input, [
      // Acts as if the screen is 960px wide and 1280px tall
      inline({ env: { width: 960, height: 1280 } })
    ]);

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@stackblitz
Copy link

stackblitz bot commented Sep 7, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 9 times, most recently from 2a34a94 to 1a980fa Compare September 11, 2023 11:03
@pi0 pi0 changed the title chore(deps): update all non-major dependencies (main) rebase! chore(deps): update all non-major dependencies (main) Sep 11, 2023
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 1a980fa to ad22e6a Compare September 11, 2023 11:47
@renovate renovate bot changed the title rebase! chore(deps): update all non-major dependencies (main) chore(deps): update all non-major dependencies (main) Sep 11, 2023
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 99a12d4 to d8b1c92 Compare September 11, 2023 12:40
@danielroe
Copy link
Member

Looks like this is consistently failing on Windows dev tests with latest nuxt/cli. cc: @pi0

@danielroe danielroe mentioned this pull request Sep 12, 2023
8 tasks
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 42512f5 to c5a6cd3 Compare September 12, 2023 09:29
@renovate
Copy link
Contributor Author

renovate bot commented Sep 12, 2023

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.

@danielroe danielroe merged commit 7f122cc into main Sep 12, 2023
27 checks passed
@danielroe danielroe deleted the renovate/main-all-minor-patch branch September 12, 2023 10:02
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.

None yet

1 participant