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

fix(deps): update all dependencies j:kit-282 #4881

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/standalone (source) 7.26.4 -> 7.26.6 age adoption passing confidence dependencies patch
@coveo/relay-event-types 13.0.0 -> 13.0.3 age adoption passing confidence devDependencies patch 13.1.0 (+1)
@coveo/relay-event-types 13.0.0 -> 13.0.3 age adoption passing confidence dependencies patch 13.1.0 (+1)
@cspell/eslint-plugin (source) 8.17.1 -> 8.17.2 age adoption passing confidence devDependencies patch
@microsoft/api-extractor (source) 7.48.1 -> 7.49.1 age adoption passing confidence devDependencies minor
@microsoft/api-extractor-model (source) 7.30.1 -> 7.30.2 age adoption passing confidence devDependencies patch
@microsoft/api-extractor-model (source) 7.30.1 -> 7.30.2 age adoption passing confidence dependencies patch
@nx/vite (source) 20.3.0 -> 20.3.1 age adoption passing confidence devDependencies patch 20.3.2
@nx/web (source) 20.3.0 -> 20.3.1 age adoption passing confidence devDependencies patch 20.3.2
@octokit/auth-app 7.1.3 -> 7.1.4 age adoption passing confidence dependencies patch
@octokit/rest 21.0.2 -> 21.1.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.5 -> 22.10.6 age adoption passing confidence devDependencies patch 22.10.7
@types/node (source) 22.10.5 -> 22.10.6 age adoption passing confidence dependencies patch 22.10.7
coveo.analytics 2.30.42 -> 2.30.43 age adoption passing confidence dependencies patch
cspell (source) 8.17.1 -> 8.17.2 age adoption passing confidence devDependencies patch
glob 11.0.0 -> 11.0.1 age adoption passing confidence devDependencies patch
nx (source) 20.3.0 -> 20.3.1 age adoption passing confidence devDependencies patch 20.3.2
octokit 4.0.3 -> 4.1.0 age adoption passing confidence dependencies minor
publint (source) 0.3.0 -> 0.3.2 age adoption passing confidence devDependencies patch
step-security/harden-runner v2.10.2 -> v2.10.3 age adoption passing confidence action patch v2.10.4
wait-on 8.0.1 -> 8.0.2 age adoption passing confidence devDependencies patch
zone.js (source, changelog) 0.14.10 -> 0.15.0 age adoption passing confidence dependencies minor

Release Notes

babel/babel (@​babel/standalone)

v7.26.6

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🔬 Output optimization
coveo/analytics_schema (@​coveo/relay-event-types)

v13.0.3

Compare Source

v13.0.2

Compare Source

streetsidesoftware/cspell (@​cspell/eslint-plugin)

v8.17.2

Compare Source

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

v7.49.1

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Version update only

v7.49.0

Compare Source

Tue, 07 Jan 2025 22:17:32 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.7.2
microsoft/rushstack (@​microsoft/api-extractor-model)

v7.30.2

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Version update only

nrwl/nx (@​nx/vite)

v20.3.1

Compare Source

20.3.1 (2025-01-07)
🚀 Features
  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)
🩹 Fixes
  • core: daemon spinner should show text (#​29448)
  • js: not generate tsconfig if already exists (#​29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#​28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#​29531)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
❤️ Thank You
octokit/auth-app.js (@​octokit/auth-app)

v7.1.4

Compare Source

Bug Fixes
octokit/rest.js (@​octokit/rest)

v21.1.0

Compare Source

Features
coveo/coveo.analytics.js (coveo.analytics)

v2.30.43

Compare Source

streetsidesoftware/cspell (cspell)

v8.17.2

Compare Source

isaacs/node-glob (glob)

v11.0.1

Compare Source

octokit/octokit.js (octokit)

v4.1.0

Compare Source

Features
  • deps: bump Octokit deps to fix Deno compatibility, new endpoints via @octokit/plugin-rest-endpoint-methods (#​2788) (2107d79)
publint/publint (publint)

v0.3.2

Compare Source

Patch Changes
  • (Potentially breaking) Disable running lifecycle scripts, such as prepare, prepack, and postpack, when running the pack command internally. This returns to the behavior in v0.2. (Note that this change does not apply to yarn as it does not support ignoring lifecycle scripts for local projects) (#​128)

    This change is made as running lifecycle scripts was an unintentional behavior during the v0.3 breaking change, which could cause the linting process to take longer than expected, or even cause infinite loops if publint is used in a lifecycle script.

  • Update repository and bugs URLs to point to the new publint organization (1eda033)

  • Updated dependencies [1eda033, 10e3891]:

v0.3.1

Compare Source

Patch Changes
  • Correctly process the pack option (#​124)
step-security/harden-runner (step-security/harden-runner)

v2.10.3

Compare Source

What's Changed

Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.

Full Changelog: step-security/harden-runner@v2...v2.10.3

jeffbski/wait-on (wait-on)

v8.0.2

Compare Source

Dependency updates:

  • axios@1.7.9
  • eslint-plugin-import@2.31.0
  • cross-spawn - npm audit fix
angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, 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 has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot requested a review from a team as a code owner January 21, 2025 05:07
@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@renovate-coveo renovate-coveo bot requested a review from a team as a code owner January 21, 2025 05:07
Copy link

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 243.9 243.9 0
commerce 355.1 355.1 0
search 415 415 0
insight 406.3 406.3 0
recommendation 256.2 256.2 0
ssr 408.9 408.9 0
ssr-commerce 372.9 372.9 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@alexprudhomme alexprudhomme added this pull request to the merge queue Jan 21, 2025
Merged via the queue into master with commit 9cac893 Jan 21, 2025
125 checks passed
@alexprudhomme alexprudhomme deleted the renovate/all-safe branch January 21, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant