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 (major) #5069

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

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Mar 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@coveo/relay-event-types 13.1.3 -> 14.3.2 age adoption passing confidence
@octokit/graphql 7.1.1 -> 8.2.1 age adoption passing confidence
chalk 4.1.2 -> 5.4.1 age adoption passing confidence
conventional-changelog-conventionalcommits (source) 7.0.2 -> 8.0.0 age adoption passing confidence

Release Notes

coveo/analytics_schema (@​coveo/relay-event-types)

v14.3.2

Compare Source

v14.3.1

Compare Source

v14.3.0

Compare Source

v14.2.0

Compare Source

v14.1.0

Compare Source

v14.0.0

Compare Source

octokit/graphql.js (@​octokit/graphql)

v8.2.1

Compare Source

Bug Fixes

v8.2.0

Compare Source

Features
  • allow users to specify operationName in multi-operation queries (#​629) (9a1787e)

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • this package is now ESM

  • fix: add missing file extension in relative file path import

chalk/chalk (chalk)

v5.4.1

Compare Source

v5.4.0

Compare Source

  • Update CIRCLECI environments to return level 3 color support f838120

v5.3.0

Compare Source

v5.2.0

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

  • Improved the names of exports introduced in 5.1.0 (#​567) 6e0df05
    • We of course preserved the old names.

v5.1.0

Compare Source

v5.0.1

Compare Source

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

v5.0.0

Compare Source

Breaking
  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#​433) 4cf2e40
    • These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the color-convert package.
  • The tagged template literal support moved into a separate package: chalk-template (#​524) c987c61
-import chalk from 'chalk';
+import chalkTemplate from 'chalk-template';

-chalk`2 + 3 = {bold ${2 + 3}}`;
+chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
Improvements
conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#​1218)
  • cleanup presets interface (#​1215)
  • conventional-changelog-writer: rewrite to TypeScript (#​1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

🚦 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 Renovate Bot.

@renovate-coveo renovate-coveo bot requested review from a team as code owners March 13, 2025 19:36
@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Mar 13, 2025
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from db04976 to 920b473 Compare March 14, 2025 12:36
github-merge-queue bot pushed a commit that referenced this pull request Mar 17, 2025
https://coveord.atlassian.net/browse/KIT-282

Currently this [all-dependencies
renovate](#5068) PR is failing
because there some problems with newer versions of tailwind.
Also, the [major update one](#5069)
is grouping tailwind with it even though it is a patch. Don't know why.
Isolating it makes it easier.

I also updated `tailwindcss` to match `@tailwindcss/vite` &
`@tailwindcss/postcss.` With this they would all be 4.0.8.
fpbrault pushed a commit that referenced this pull request Mar 17, 2025
https://coveord.atlassian.net/browse/KIT-282

Currently this [all-dependencies
renovate](#5068) PR is failing
because there some problems with newer versions of tailwind.
Also, the [major update one](#5069)
is grouping tailwind with it even though it is a patch. Don't know why.
Isolating it makes it easier.

I also updated `tailwindcss` to match `@tailwindcss/vite` &
`@tailwindcss/postcss.` With this they would all be 4.0.8.
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from 920b473 to 38da4ef Compare March 17, 2025 16:06
@renovate-coveo renovate-coveo bot changed the title fix(deps): update all dependencies j:kit-282 (major) fix(deps): update dependency @coveo/relay-event-types to v14 j:kit-282 Mar 17, 2025
@fbeaudoincoveo
Copy link
Contributor

fbeaudoincoveo commented Mar 19, 2025

👎

Error: src/features/generated-answer/generated-answer-analytics-actions.ts(74,9): error TS2353: Object literal may only specify known properties, and 'responseId' does not exist in type 'CitationClick'.

and a bunch of similar errors when building Headless

@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from 38da4ef to 23d12a4 Compare March 19, 2025 17:37
@renovate-coveo renovate-coveo bot changed the title fix(deps): update dependency @coveo/relay-event-types to v14 j:kit-282 fix(deps): update all dependencies j:kit-282 (major) Mar 19, 2025
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