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

Update All #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update All #55

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik (source) 1.11.0 -> 1.12.1 age adoption passing confidence
@builder.io/qwik-city (source) 1.11.0 -> 1.12.1 age adoption passing confidence
@​luminescent/ui 1.3.1 -> 1.4.4 age adoption passing confidence
@​luminescent/ui-qwik 1.3.1 -> 1.4.4 age adoption passing confidence
@types/eslint (source) 8.56.10 -> 8.56.12 age adoption passing confidence
eslint-plugin-qwik (source) 1.11.0 -> 1.12.1 age adoption passing confidence
pnpm (source) 9.14.4 -> 9.15.6 age adoption passing confidence
postcss (source) 8.4.49 -> 8.5.3 age adoption passing confidence
typescript (source) 5.7.2 -> 5.8.2 age adoption passing confidence
undici (source) 7.1.0 -> 7.4.0 age adoption passing confidence
uuid 11.0.3 -> 11.1.0 age adoption passing confidence
vite (source) 5.1.8 -> 5.4.14 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.2 age adoption passing confidence

Release Notes

QwikDev/qwik (@​builder.io/qwik)

v1.12.1

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • ✨ The build constants isDev, isBrowser and isServer are now exported from @builder.io/qwik directly, so they are more discoverable and easier to add. @builder.io/qwik/build still remains. (by @​wmertens in #​7138)
Patch Changes
QwikDev/qwik (@​builder.io/qwik-city)

v1.12.1

Patch Changes
  • 🐞🩹 MDX content now accepts a prop of type components that lets you use your own custom components (by @​double-thinker in #​7277)

    To add custom components to your MDX content, you can now do this:

    // routes/example/index.tsx
    import Content from './markdown.mdx';
    import MyComponent from '../../components/my-component/my-component';
    import { component$ } from '@​builder.io/qwik';
    
    export default component$(() => <Content components={{ MyComponent }} />);

    You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props

  • 🐞🩹 mdx not rendering (by @​shairez in #​7168)

  • 📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by @​srapport in #​7205)

  • 🐞🩹 some qrls weren't fetched correctly on page load (by @​shairez in #​7286)

v1.12.0

Compare Source

Patch Changes
QwikDev/qwik (eslint-plugin-qwik)

v1.12.1

Compare Source

v1.12.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3: pnpm 9.15.3

Compare Source

Patch Changes

  • Fixed the Regex used to find the package manifest during packing #​8938.
  • pnpm update --filter <pattern> --latest <pkg> should only change the specified package for the specified workspace, when dedupe-peer-dependents is set to true #​8877.
  • Exclude .DS_Store file at patch-commit #​8922.
  • Fix a bug in which pnpm patch is unable to bring back old patch without specifying @version suffix #​8919.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes
  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1: pnpm 9.15.1

Compare Source

Patch Changes
  • pnpm remove should not link dependencies from the workspace, when link-workspace-packages is set to false #​7674.
  • Installation with hoisted node_modules should not fail, when a dependency has itself in its own peer dependencies #​8854.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.15.0: pnpm 9.15

Compare Source

Minor Changes

  • Metadata directory version bumped to force fresh cache after we shipped a fix to the metadata write function. This change is backward compatible as install doesn't require a metadata cache.

Patch Changes

  • pnpm update --global should not crash if there are no any global packages installed #​7898.
  • Fix an exception when running pnpm update --interactive if catalogs are used.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
postcss/postcss (postcss)

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"
Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

nodejs/undici (undici)

v7.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v7.3.0...v7.4.0

v7.3.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.2.3...v7.3.0

v7.2.3

[Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.2.2...v7


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

Copy link

cloudflare-workers-and-pages bot commented Feb 6, 2024

Deploying burgersonfleek with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4fe97b3
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title Update dependency undici to v6.6.2 Update All Feb 7, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6ebb9d7 to fcf8c8b Compare February 13, 2024 21:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 922a0a8 to 35d56eb Compare February 21, 2024 12:55
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fbb12b7 to c54db5d Compare February 29, 2024 03:18
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 95894df to 4c2904a Compare March 6, 2024 20:10
@renovate renovate bot changed the title Update All Update All - autoclosed Mar 6, 2024
@renovate renovate bot closed this Mar 6, 2024
@renovate renovate bot deleted the renovate/all branch March 6, 2024 20:39
@renovate renovate bot changed the title Update All - autoclosed Update All Mar 8, 2024
@renovate renovate bot restored the renovate/all branch March 8, 2024 11:05
@renovate renovate bot reopened this Mar 8, 2024
@renovate renovate bot changed the title Update All Update dependency undici to v6.7.1 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8a901fc to 4534273 Compare March 11, 2024 16:41
@renovate renovate bot changed the title Update dependency undici to v6.7.1 Update All Mar 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f8c4ff9 to 779a17d Compare March 13, 2024 11:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a3c60f7 to e02273e Compare December 28, 2024 21:46
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from af07be8 to 9a12b4e Compare January 10, 2025 02:09
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b5868cd to 8014536 Compare January 20, 2025 09:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from f93c724 to 6efe283 Compare January 23, 2025 18:23
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fec38e8 to 0784faf Compare February 2, 2025 20:45
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d8bfeb2 to 23921bf Compare February 13, 2025 11:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e658377 to add2cc7 Compare February 21, 2025 03:10
Copy link

Deploying burgersonfleek with  Cloudflare Pages  Cloudflare Pages

Latest commit: add2cc7
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8a9dffc to 457472b Compare February 28, 2025 16:22
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.

0 participants