[DPEDE-1784](deps): Bump the all-dependencies group across 1 directory with 17 updates#2083
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-2083/1/. ❌ |
412e74e to
86726f6
Compare
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-2083/2/. ❌ |
86726f6 to
37a6f30
Compare
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-2083/3/. ❌ |
37a6f30 to
e3dc411
Compare
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-2083/4/. ❌ |
…y with 17 updates Bumps the all-dependencies group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.29.2` | `8.0.1` | | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.14.7` | `4.0.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `25.9.3` | | [chokidar](https://github.com/paulmillr/chokidar) | `4.0.3` | `5.0.0` | | [commander](https://github.com/tj/commander.js) | `13.1.0` | `15.0.0` | | [cross-env](https://github.com/kentcdodds/cross-env) | `7.0.3` | `10.1.0` | | [cssnano](https://github.com/cssnano/cssnano) | `7.1.7` | `8.0.2` | | [cypress](https://github.com/cypress-io/cypress) | `15.14.1` | `15.17.0` | | [dayjs](https://github.com/iamkun/dayjs) | `1.11.20` | `1.11.21` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.5.1` | `8.5.2` | | [nyc](https://github.com/istanbuljs/nyc) | `17.1.0` | `18.0.0` | | [ora](https://github.com/sindresorhus/ora) | `8.2.0` | `9.4.0` | | [sass](https://github.com/sass/dart-sass) | `1.99.0` | `1.101.0` | | [ssri](https://github.com/npm/ssri) | `12.0.0` | `14.0.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.4` | | [vite-plugin-istanbul](https://github.com/iFaxity/vite-plugin-istanbul) | `7.2.1` | `9.0.1` | | [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.60.2` | `4.62.0` | Updates `@babel/preset-env` from 7.29.2 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-env) Updates `@cypress/code-coverage` from 3.14.7 to 4.0.3 - [Release notes](https://github.com/cypress-io/code-coverage/releases) - [Commits](cypress-io/code-coverage@v3.14.7...v4.0.3) Updates `@types/node` from 24.12.2 to 25.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `chokidar` from 4.0.3 to 5.0.0 - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](paulmillr/chokidar@4.0.3...5.0.0) Updates `commander` from 13.1.0 to 15.0.0 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v13.1.0...v15.0.0) Updates `cross-env` from 7.0.3 to 10.1.0 - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v7.0.3...v10.1.0) Updates `cssnano` from 7.1.7 to 8.0.2 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.1.7...cssnano@8.0.2) Updates `cypress` from 15.14.1 to 15.17.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v15.14.1...v15.17.0) Updates `dayjs` from 1.11.20 to 1.11.21 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.20...v1.11.21) Updates `express-rate-limit` from 7.5.1 to 8.5.2 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v7.5.1...v8.5.2) Updates `nyc` from 17.1.0 to 18.0.0 - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](istanbuljs/nyc@nyc-v17.1.0...nyc-v18.0.0) Updates `ora` from 8.2.0 to 9.4.0 - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](sindresorhus/ora@v8.2.0...v9.4.0) Updates `sass` from 1.99.0 to 1.101.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.99.0...1.101.0) Updates `ssri` from 12.0.0 to 14.0.0 - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/main/CHANGELOG.md) - [Commits](npm/ssri@v12.0.0...v14.0.0) Updates `tsx` from 4.21.0 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.22.4) Updates `vite-plugin-istanbul` from 7.2.1 to 9.0.1 - [Release notes](https://github.com/iFaxity/vite-plugin-istanbul/releases) - [Changelog](https://github.com/iFaxity/vite-plugin-istanbul/blob/next/release.config.mjs) - [Commits](iFaxity/vite-plugin-istanbul@v7.2.1...v9.0.1) Updates `@rollup/rollup-linux-x64-gnu` from 4.60.2 to 4.62.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.60.2...v4.62.0) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@cypress/code-coverage" dependency-version: 4.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: chokidar dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: cross-env dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: cssnano dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: cypress dependency-version: 15.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: dayjs dependency-version: 1.11.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: express-rate-limit dependency-version: 8.5.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: nyc dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ora dependency-version: 9.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: sass dependency-version: 1.100.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ssri dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: vite-plugin-istanbul dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
e3dc411 to
69568c8
Compare
|
The CI pipeline did not run successfully in https://jenkinsprod.corp.intranet:8443/job/UX-CHI/job/Productive/job/Chi/job/PR-2083/5/. ❌ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 17 updates in the / directory:
7.29.28.0.13.14.74.0.324.12.225.9.34.0.35.0.013.1.015.0.07.0.310.1.07.1.78.0.215.14.115.17.01.11.201.11.217.5.18.5.217.1.018.0.08.2.09.4.01.99.01.101.012.0.014.0.04.21.04.22.47.2.19.0.14.60.24.62.0Updates
@babel/preset-envfrom 7.29.2 to 8.0.1Release notes
Sourced from @babel/preset-env's releases.
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
... (truncated)
Commits
b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)dc91f90v8.0.0-rc.5f297c42Add testing for plugin options (#17957)b34c4e7Bump typescript-eslint to 8.59.2 (#17984)Updates
@cypress/code-coveragefrom 3.14.7 to 4.0.3Release notes
Sourced from @cypress/code-coverage's releases.
Commits
995b23achore(deps): update dependency@types/debugto v4.1.13 (#989)985dbddfix(deps): update dependency debug to v4.4.3 (#990)72e4299chore(deps): update dependency serve to v14.2.6 (#987)0540776fix(deps): update dependency dayjs to v1.11.20 (#988)fbe9918chore(deps): update dependency@types/lodashto v4.17.24 (#984)649cf9dchore(deps): update nyc, babel-plugin-istanbul, rimraf, and semantic-release ...a9a10f4fix(deps): update dependency dayjs to v1.11.19 (#983)067c87cchore(deps): update dependency win to v5.1.1 (#982)67df880chore(deps): update dependency lodash to v4.17.23 (#980)fd56f59chore(deps): update dependency serve to v14.2.5 (#981)Updates
@types/nodefrom 24.12.2 to 25.9.3Commits
Updates
chokidarfrom 4.0.3 to 5.0.0Release notes
Sourced from chokidar's releases.
Commits
c0c8d20Release 5.0.0.b211cecRemove src from npm8742246Upgrade dev deps, jsbt, ci files. Upgrade readdirp to v5.de5a34cMerge pull request #1442 from paulmillr/flaky-bunsc08a6c4fix: throttle based on dir + target0c55ab3test: wait for explicit calls in directory testce81be5perf: re-use double slash regex (#1435)7d9c1edMerge pull request #1433 from paulmillr/super-matrices3915541Merge pull request #1430 from paulmillr/esm-only9308bedchore: use Nodejs 24 in CI (#1432)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for chokidar since your current version.
Updates
commanderfrom 13.1.0 to 15.0.0Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
... (truncated)
Commits
ba6d13dFix release dates in changelog (#2523)a752ed9Pin GitHub actions with hash (#2521)74d5dfeDrop EOL node 20 from test matrix, and add node 26 (#2520)6df9b68Update details for 15.0.0 release (#2519)01ce5d0Remove jest esm examples (#2517)d785d8bUpdate dependencies (#2518)9098b48Update dependencies (#2506)373f660Use node:util stripVTControlCharacters instead of own code (#2486)987f289Use simple match in test (to avoid warning about expensive regex) (#2485)0ea3bb3Update dependecies and lint (#2489)Updates
cross-envfrom 7.0.3 to 10.1.0Release notes
Sourced from cross-env's releases.
Commits
152ae6afeat: add support ofr default value syntaxbd70d1achore: upgrade zshy8e0b190chore(ci): get coverage8635e80fix(release): manually release a major version3a58f22chore: fix npmrc registryb70bfffchore(ci): add names to steps and workflowscc5759dfix(release): manually release a major version080a859chore: remove publish script31e5bc7chore(ci): restore built files81e9c34chore(ci): add back semantic-releaseUpdates
cssnanofrom 7.1.7 to 8.0.2Release notes
Sourced from cssnano's releases.
Commits
185e1c7Publish cssnano 8.0.22ce8c2dchore: update the postcs peer dependency99bd9c1docs: update website dependencies2ca8d4achore: update development depsb245a0bfix: update caniuse-api3bf3f4dchore: update postcss-selector-parser7343c87fix: preserve apostrophes in svg data uris (#1819)964b9dbchore(util): add benchmark + cpuprofile tooling (#1812)54a8db2Include postcss-discard-overridden types in packagee0e39aeperf(postcss-merge-longhand): skip processors with no relevant declsUpdates
cypressfrom 15.14.1 to 15.17.0Release notes
Sourced from cypress's releases.
Commits
b22780achore: Update Chrome (stable) to 149.0.7827.102 and Chrome for Testing (stabl...ada42a7chore: send standard identity headers on cy-prompt/studio session requests (#...6017154perf(server): release pending automation requests after response (#34037)6be559achore: don't redeclare inherited observable Session.name (#34034)437a08echore: update need help link for auto provision project slug error modal (#34...04dd296refactor(proxy): request/response interception adapters and wire middleware (...482cd41chore: reporter support for test replay embedding (#34031)f3de1b2chore: reorder changelog entries for release by popularity of issue (#34032)b60b68fmisc: warn when a --spec pattern matches no spec files (#34023)e0fe6e0perf: Fix Command Log performance regression on hover (#34029)Updates
dayjsfrom 1.11.20 to 1.11.21Release notes
Sourced from dayjs's releases.
Changelog
Sourced from dayjs's changelog.
Commits
a25f01echore(release): 1.11.21 [skip ci]ee75cc2Merge pull request #3113 from iamkun/dev1a8bf27chore: update doc51ef048chore: support window os test execution using cross-env (#3064)7bb06f8chore: add download chart (#3045)f6d72cedocs: fix documentation (#3044)dcae6d7chore: update docb84592fchore: update docea2929dchore: update doc523007dchore: update docUpdates
express-rate-limitfrom 7.5.1 to 8.5.2Release notes
Sourced from express-rate-limit's releases.
Commits
97746938.5.20e94cc0v8.5.2 changelog9a583c5feat: simplify IPv6 key generation (#633)4f4b3fbchore(deps-dev): bump lint-staged from 16.4.0 to 17.0.4 (#632)3c1d6c5chore(deps-dev): bump the development-dependencies group with 7 updates (#631)18884b6chore(deps): bump basic-ftp from 5.2.0 to 5.3.1 (#630)dacc980chore(deps): bump handlebars from 4.7.8 to 4.7.9 (#629)486d0c6chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#627)50cc3f68.5.192c8e3echore: bump ip-address library to latest (#626)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for express-rate-limit since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
nycfrom 17.1.0 to 18.0.0Release notes
Sourced from nyc's releases.
Changelog
Sourced from nyc's changelog.
Commits
3ce6d97chore(main): release nyc 18.0.0 (#1613)b9f6781build: publication is now manual again due to changes in tokens0707729fix(deps)!: update dependencies pulling in old glob (#1612)Updates
orafrom 8.2.0 to 9.4.0Release notes
Sourced from ora's releases.
Commits
46a67039.4.03d2e0a9AddsuccessSymbolandfailSymboloptions tooraPromisef70f613Test tweaks7cf29a7Validate some options better44963629.3.02ab4f76Reduce flicker in rendering8d17b13Add FAQ item4cf47fcAdd more tests fordiscardStdin9763e60Document Ctrl+C behavior for discardStdin5408a1e9.2.0Updates
sassfrom 1.99.0 to 1.101.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.