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

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular ^18.0.6 -> ^18.1.0 age adoption passing confidence devDependencies minor
@angular/cli ~18.0.6 -> ~18.1.0 age adoption passing confidence devDependencies minor
@angular/compiler-cli (source) ^18.0.5 -> ^18.1.0 age adoption passing confidence devDependencies minor
@angular/core (source) ^18.0.5 -> ^18.1.0 age adoption passing confidence devDependencies minor
@builder.io/qwik (source) 1.6.0 -> 1.7.1 age adoption passing confidence devDependencies minor
@netlify/plugin-nextjs 5.4.0 -> 5.5.1 age adoption passing confidence devDependencies minor
@playwright/test (source) ^1.45.0 -> ^1.45.1 age adoption passing confidence devDependencies patch
@preact/signals (source) ^1.2.3 -> ^1.3.0 age adoption passing confidence dependencies minor
@testing-library/dom ^10.2.0 -> ^10.3.1 age adoption passing confidence devDependencies minor
@types/node (source) ^20.14.9 -> ^20.14.10 age adoption passing confidence devDependencies patch
@types/node (source) ^20.14.9 -> ^20.14.10 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) 7.15.0 -> 7.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^7.15.0 -> ^7.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.15.0 -> 7.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.15.0 -> ^7.16.0 age adoption passing confidence devDependencies minor
astro (source) ^4.11.3 -> ^4.11.5 age adoption passing confidence devDependencies patch
astro (source) ^4.11.3 -> ^4.11.5 age adoption passing confidence dependencies patch
esbuild ^0.22.0 -> ^0.23.0 age adoption passing confidence devDependencies minor
eslint-plugin-qwik (source) ^1.6.0 -> ^1.7.1 age adoption passing confidence devDependencies minor
next (source) ^14.2.4 -> ^14.2.5 age adoption passing confidence devDependencies patch
ng-packagr ^18.0.0 -> ^18.1.0 age adoption passing confidence devDependencies minor
node (source) 20.15.0 -> 20.15.1 age adoption passing confidence patch
npm-run-all2 ^6.2.0 -> ^6.2.2 age adoption passing confidence devDependencies patch
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence devDependencies patch
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence devDependencies minor
vite (source) ^5.3.2 -> ^5.3.3 age adoption passing confidence devDependencies patch
vite (source) 5.3.2 -> 5.3.3 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.0.24 -> ^2.0.26 age adoption passing confidence devDependencies patch

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v18.1.0

Compare Source

@​angular/cli
Commit Type Description
6c0f60d1b fix make ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
Commit Type Description
1eb36e593 fix reduce the number of max workers to available CPUs minus one
c6fc0203e fix rollback terser to 5.29.2
@​angular/build
Commit Type Description
628d87a94 feat support WASM/ES Module integration proposal
fb8e3c39a fix allow top-level await in zoneless applications
5ec724338 fix correctly name entry points to match budgets
cd97134a6 fix normalize paths during module resolution in Vite
27bd67083 fix redirect to path with trailing slash for asset directories
e8a6d6bc4 fix reduce the number of max workers to available CPUs minus one
3091956f5 fix support import attributes in JavaScript transformer

v18.0.7

Compare Source

@​angular/cli
Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2
@​angular/build
Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one
angular/angular (@​angular/compiler-cli)

v18.1.0

Compare Source

common
Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#​56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#​56817)
compiler
Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#​56295)
341a116d61 fix allow more characters in let declaration name (#​56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#​56752)
compiler-cli
Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#​56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#​56752)
9e21582456 fix Show template syntax errors in local compilation modified (#​55855)
5996502921 fix type check let declarations nested inside nodes (#​56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#​56843)
core
Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#​55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#​56447)
0a48d584f2 feat add support for let syntax (#​56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#​56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#​55648)
e5a6f91722 feat support TypeScript 5.5 (#​56096)
38effcc63e fix Add back phase flag option as a deprecated API (#​55648)
86bcfd3e49 fix improve docs on afterRender hooks (#​56522)
b2445a0953 fix link errors to ADEV (#​55554) (#​56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#​56524)
4d87b9e899 fix rename the equality function option in toSignal (#​56769) (#​56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#​56903)
forms
Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#​55720)
http
Commit Type Description
cc21989132 fix Make Content-Type header case insensitive (#​56541)
language-service
Commit Type Description
b400e2e4d4 feat autocompletion for the component not imported (#​55595)
67b2c336bc fix import the default exported component correctly (#​56432)
router
Commit Type Description
a13f5da773 feat Allow UrlTree as an input to routerLink (#​56265)
1d3a7529b4 feat Set a different browser URL from the one for route matching (#​53318)

v18.0.7

Compare Source

compiler
Commit Type Description
85f77b5cda fix fix CSS animation rule scope (#​56800)
http
Commit Type Description
95d7076d1a perf execute fetch outside of Angular zone (#​56820)
migrations
Commit Type Description
d6fff45e73 fix Fix cf migration let condition semicolon order (#​56913)

v18.0.6

Compare Source

common
Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#​56213)
core
Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#​56763)
fec5b80aaf fix support injection of object with null constructor. (#​56553)
router
Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#​56798)
QwikDev/qwik (@​builder.io/qwik)

v1.7.1

Compare Source

What's Changed

There are very important bugfixes around build and development in this release and we recommend upgrading.

PRs

Full Changelog: QwikDev/qwik@v1.7.0...v1.7.1

v1.7.0

Compare Source

Notable changes

  • Form errors when using dot notation have a slightly different type
  • Changes to search parameters in the URL will cause routeloaders to re-run now
  • Fixed several issues in dev mode

PRs merged

New Contributors

Full Changelog: QwikDev/qwik@v1.6.0...v1.7.0

netlify/next-runtime (@​netlify/plugin-nextjs)

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features
microsoft/playwright (@​playwright/test)

v1.45.1

Compare Source

preactjs/signals (@​preact/signals)

v1.3.0

Compare Source

Minor Changes
Patch Changes
testing-library/dom-testing-library (@​testing-library/dom)

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

withastro/astro (astro)

v4.11.5

Compare Source

Patch Changes

v4.11.4

Compare Source

Patch Changes
evanw/esbuild (esbuild)

v0.23.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.22.0 or ~0.22.0. See npm's documentation about semver for more information.

  • Revert the recent change to avoid bundling dependencies for node (#​3819)

    This release reverts the recent change in version 0.22.0 that made --packages=external the default behavior with --platform=node. The default is now back to --packages=bundle.

    I've just been made aware that Amazon doesn't pin their dependencies in their "AWS CDK" product, which means that whenever esbuild publishes a new release, many people (potentially everyone?) using their SDK around the world instantly starts using it without Amazon checking that it works first. This change in version 0.22.0 happened to break their SDK. I'm amazed that things haven't broken before this point. This revert attempts to avoid these problems for Amazon's customers. Hopefully Amazon will pin their dependencies in the future.

    In addition, this is probably a sign that esbuild is used widely enough that it now needs to switch to a more complicated release model. I may have esbuild use a beta channel model for further development.

  • Fix preserving collapsed JSX whitespace (#​3818)

    When transformed, certain whitespace inside JSX elements is ignored completely if it collapses to an empty string. However, the whitespace should only be ignored if the JSX is being transformed, not if it's being preserved. This release fixes a bug where esbuild was previously incorrectly ignoring collapsed whitespace with --jsx=preserve. Here is an example:

    // Original code
    <Foo>
      <Bar />
    </Foo>
    
    // Old output (with --jsx=preserve)
    <Foo><Bar /></Foo>;
    
    // New output (with --jsx=preserve)
    <Foo>
      <Bar />
    </Foo>;
vercel/next.js (next)

v14.2.5

Compare Source

ng-packagr/ng-packagr (ng-packagr)

v18.1.0

Compare Source

Features
  • add support for TypeScript 5.5 (ae2a698)
nodejs/node (node)

v20.15.1

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138
prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@&#8203;(foo`tagged template`)
class X {}

// Prettier 3.3.2
@&#8203;foo`tagged template`
class X {}

// Prettier 3.3.3
@&#8203;(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@&#8203;let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

Microsoft/TypeScript (typescript)

[v5.5.3](ht


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) July 5, 2024 02:05
Copy link

netlify bot commented Jul 5, 2024

Deploy Preview for unpic-next ready!

Name Link
🔨 Latest commit c6558cd
🔍 Latest deploy log https://app.netlify.com/sites/unpic-next/deploys/6692932898564500080cea9a
😎 Deploy Preview https://deploy-preview-665--unpic-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jul 5, 2024

Deploy Preview for unpic-angular ready!

Name Link
🔨 Latest commit c6558cd
🔍 Latest deploy log https://app.netlify.com/sites/unpic-angular/deploys/66929328f290f00008a20b2f
😎 Deploy Preview https://deploy-preview-665--unpic-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jul 5, 2024

Deploy Preview for unpic-docs ready!

Name Link
🔨 Latest commit c6558cd
🔍 Latest deploy log https://app.netlify.com/sites/unpic-docs/deploys/6692932886db70000888f506
😎 Deploy Preview https://deploy-preview-665.preview.unpic.pics
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1f463f2 to 76e37bf Compare July 11, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 76e37bf to c6558cd Compare July 13, 2024 14:45
@renovate renovate bot merged commit 9038313 into main Jul 13, 2024
23 of 24 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 13, 2024 14:48
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

0 participants