Skip to content

chore(deps): update quantic-only dependencies j:kit-282#7422

Open
renovate-coveo[bot] wants to merge 2 commits intomainfrom
renovate/quantic-deps
Open

chore(deps): update quantic-only dependencies j:kit-282#7422
renovate-coveo[bot] wants to merge 2 commits intomainfrom
renovate/quantic-deps

Conversation

@renovate-coveo
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.28.37.28.6 age adoption passing confidence
@babel/plugin-transform-async-to-generator (source) 7.27.17.28.6 age adoption passing confidence
@salesforce/sfdx-lwc-jest 6.0.06.0.3 age adoption passing confidence
@typescript-eslint/parser (source) 8.51.08.58.0 age adoption passing confidence
dotenv 17.2.317.4.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/cli)

v7.28.6

Compare Source

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix
  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx
💅 Polish
  • babel-core, babel-standalone
🏠 Internal
  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex
🏃‍♀️ Performance
Committers: 7
salesforce/sfdx-lwc-jest (@​salesforce/sfdx-lwc-jest)

v6.0.3

Compare Source

What's Changed

Full Changelog: salesforce/sfdx-lwc-jest@v6.0.2...v6.0.3

v6.0.2

Compare Source

What's Changed

Full Changelog: salesforce/sfdx-lwc-jest@v6.0.1...v6.0.2

v6.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: salesforce/sfdx-lwc-jest@v5.1.0...v6.0.1

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

v8.58.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.57.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.57.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.56.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.54.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.53.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.53.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.52.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

motdotla/dotenv (dotenv)

v17.4.1

Compare Source

Changed
  • Change text injecting to injected (#​1005)

v17.4.0

Compare Source

Added
  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)
Changed
  • Tighten up logs: ◇ injecting env (14) from .env (#​1003)

v17.3.1

Compare Source

Changed
  • Fix as2 example command in README and update spanish README

v17.3.0

Compare Source

Added
  • Add a new README section on dotenv’s approach to the agentic future.
Changed
  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

v17.2.4

Compare Source

Changed
  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#​915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

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 added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@renovate-coveo renovate-coveo Bot requested review from a team and Copilot April 14, 2026 04:07
@renovate-coveo renovate-coveo Bot added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 14, 2026

⚠️ No Changeset found

Latest commit: 6697f84

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@svcsnykcoveo
Copy link
Copy Markdown

svcsnykcoveo commented Apr 14, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@chromatic-com
Copy link
Copy Markdown

chromatic-com Bot commented Apr 14, 2026

Important

Testing in progress…

🟢 UI Tests: 355 tests unchanged
UI Review: Comparing 355 stories…
Storybook icon Storybook Publish: 355 stories published

@chromatic-com
Copy link
Copy Markdown

chromatic-com Bot commented Apr 14, 2026

Tip

All tests passed and all changes approved!

🟢 UI Tests: 355 tests unchanged
🟢 UI Review: 355 stories published -- no changes
Storybook icon Storybook Publish: 355 stories published

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 14, 2026

Open in StackBlitz

@coveo/atomic

npm i https://pkg.pr.new/@coveo/atomic@7422

@coveo/atomic-hosted-page

npm i https://pkg.pr.new/@coveo/atomic-hosted-page@7422

@coveo/atomic-legacy

npm i https://pkg.pr.new/@coveo/atomic-legacy@7422

@coveo/atomic-react

npm i https://pkg.pr.new/@coveo/atomic-react@7422

@coveo/auth

npm i https://pkg.pr.new/@coveo/auth@7422

@coveo/bueno

npm i https://pkg.pr.new/@coveo/bueno@7422

@coveo/create-atomic

npm i https://pkg.pr.new/@coveo/create-atomic@7422

@coveo/create-atomic-component

npm i https://pkg.pr.new/@coveo/create-atomic-component@7422

@coveo/create-atomic-component-project

npm i https://pkg.pr.new/@coveo/create-atomic-component-project@7422

@coveo/create-atomic-result-component

npm i https://pkg.pr.new/@coveo/create-atomic-result-component@7422

@coveo/create-atomic-rollup-plugin

npm i https://pkg.pr.new/@coveo/create-atomic-rollup-plugin@7422

@coveo/headless

npm i https://pkg.pr.new/@coveo/headless@7422

@coveo/headless-react

npm i https://pkg.pr.new/@coveo/headless-react@7422

@coveo/shopify

npm i https://pkg.pr.new/@coveo/shopify@7422

commit: 6697f84

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 14, 2026

🔗 Scratch Orgs ready to test this PR:

@alexprudhomme alexprudhomme added this pull request to the merge queue Apr 14, 2026
@alexprudhomme alexprudhomme removed this pull request from the merge queue due to a manual request Apr 14, 2026
@alexprudhomme alexprudhomme added this pull request to the merge queue Apr 14, 2026
Copilot AI review requested due to automatic review settings April 14, 2026 14:08
@alexprudhomme alexprudhomme removed this pull request from the merge queue due to a manual request Apr 14, 2026
@alexprudhomme alexprudhomme enabled auto-merge April 14, 2026 14:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Quantic’s (packages/quantic) dev tooling dependencies to newer patch/minor releases and refreshes the pnpm lockfile to reflect the new dependency graph.

Changes:

  • Bump Quantic devDependencies: @babel/cli, @babel/plugin-transform-async-to-generator, @salesforce/sfdx-lwc-jest, @typescript-eslint/parser, and dotenv.
  • Regenerate pnpm-lock.yaml, pulling updated transitive dependencies (notably LWC/jest-related packages and Node typings resolution changes).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/quantic/package.json Updates Quantic’s devDependencies to the Renovate-proposed versions.
pnpm-lock.yaml Lockfile refresh to capture the updated direct + transitive dependency resolutions.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment on lines 56 to +67
"devDependencies": {
"@babel/cli": "7.28.3",
"@babel/plugin-transform-async-to-generator": "7.27.1",
"@babel/cli": "7.28.6",
"@babel/plugin-transform-async-to-generator": "7.28.6",
"@coveo/relay-event-types": "catalog:",
"@octokit/graphql": "9.0.3",
"@octokit/graphql-schema": "15.26.1",
"@playwright/test": "catalog:",
"@salesforce/eslint-config-lwc": "3.7.2",
"@salesforce/sfdx-lwc-jest": "6.0.0",
"@salesforce/sfdx-lwc-jest": "6.0.3",
"@types/wait-on": "5.3.4",
"@typescript-eslint/parser": "8.51.0",
"dotenv": "17.2.3",
"@typescript-eslint/parser": "8.58.0",
"dotenv": "17.4.1",
Comment thread pnpm-lock.yaml
Comment on lines 9180 to 9182
eslint-visitor-keys@5.0.1:
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
@renovate-coveo
Copy link
Copy Markdown
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants