Re: [PR] chore(deps-dev): update jest requirement from ^30.2.0 to ^30.3.0 in /superset-frontend/packages/generator-superset [superset]
dependabot[bot] commented on PR #38543: URL: https://github.com/apache/superset/pull/38543#issuecomment-4029337555 Looks like jest is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] chore(deps-dev): update jest requirement from ^30.2.0 to ^30.3.0 in /superset-frontend/packages/generator-superset [superset]
dependabot[bot] closed pull request #38543: chore(deps-dev): update jest requirement from ^30.2.0 to ^30.3.0 in /superset-frontend/packages/generator-superset URL: https://github.com/apache/superset/pull/38543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] chore(deps-dev): update jest requirement from ^30.2.0 to ^30.3.0 in /superset-frontend/packages/generator-superset [superset]
bito-code-review[bot] commented on PR #38543: URL: https://github.com/apache/superset/pull/38543#issuecomment-4029178892 AI Code Review is in progress (usually takes 3 to 15 minutes unless it's a very large PR). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[PR] chore(deps-dev): update jest requirement from ^30.2.0 to ^30.3.0 in /superset-frontend/packages/generator-superset [superset]
dependabot[bot] opened a new pull request, #38543: URL: https://github.com/apache/superset/pull/38543 Updates the requirements on [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) to permit the latest version. Release notes Sourced from https://github.com/jestjs/jest/releases";>jest's releases. v30.3.0 Features [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (https://redirect.github.com/jestjs/jest/pull/15844";>#15844) [jest-fake-timers] Add setTimerTickMode to configure how timers advance [*] Reduce token usage when run through LLMs (https://github.com/jestjs/jest/commit/3f17932061c0203999451e5852664093de876709";>3f17932) Fixes [jest-config] Keep CLI coverage output when using --json with --outputFile (https://redirect.github.com/jestjs/jest/pull/15918";>#15918) [jest-mock] Use Symbol from test environment (https://redirect.github.com/jestjs/jest/pull/15858";>#15858) [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (https://redirect.github.com/jestjs/jest/pull/15864";>#15864) [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (https://redirect.github.com/jestjs/jest/pull/15842";>#15842) [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (https://redirect.github.com/jestjs/jest/pull/15851";>#15851) [jest-util] Make sure process.features.require_module is false (https://redirect.github.com/jestjs/jest/pull/15867";>#15867) Chore & Maintenance [*] Replace remaining micromatch uses with picomatch [deps] Update to sinon/fake-timers v15 [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (https://redirect.github.com/jestjs/jest/pull/15849";>#15849) Updated Twitter icon to match the latest brand guidelines (https://redirect.github.com/jestjs/jest/pull/15869";>#15869) Changelog Sourced from https://github.com/jestjs/jest/blob/main/CHANGELOG.md";>jest's changelog. 30.3.0 Features [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (https://redirect.github.com/jestjs/jest/pull/15844";>#15844) [jest-fake-timers] Add setTimerTickMode to configure how timers advance [*] Reduce token usage when run through LLMs (https://github.com/jestjs/jest/commit/3f17932061c0203999451e5852664093de876709";>3f17932) Fixes [jest-config] Keep CLI coverage output when using --json with --outputFile (https://redirect.github.com/jestjs/jest/pull/15918";>#15918) [jest-mock] Use Symbol from test environment (https://redirect.github.com/jestjs/jest/pull/15858";>#15858) [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (https://redirect.github.com/jestjs/jest/pull/15864";>#15864) [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (https://redirect.github.com/jestjs/jest/pull/15842";>#15842) [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (https://redirect.github.com/jestjs/jest/pull/15851";>#15851) [jest-util] Make sure process.features.require_module is false (https://redirect.github.com/jestjs/jest/pull/15867";>#15867) Chore & Maintenance [*] Replace remaining micromatch uses with picomatch [deps] Update to sinon/fake-timers v15 [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (https://redirect.github.com/jestjs/jest/pull/15849";>#15849) Updated Twitter icon to match the latest brand guidelines (https://redirect.github.com/jestjs/jest/pull/15869";>#15869) 30.2.0 Chore & Maintenance [*] Update example repo for testing React Native projects (https://redirect.github.com/jestjs/jest/pull/15832";>#15832) [*] Update jest-watch-typeahead to v3 (https://redirect.github.com/jestjs/jest/pull/15830";>#15830) Features [jest-environment-jsdom-abstract] Add support for JSDOM v27 (https://redirect.github.com/jestjs/jest/pull/15834";>#15834) Fixes [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (https://redirect.github.com/jestjs/jest/pull/15831";>#15831) [babel-jest] Export the TransformerConfig interface (https://redirect.github.com/jestjs/jest/pull/15820";>#15820) [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (https://redirect.github.com/jestjs/jest/pull/15839";>#15839) 30.1.3 Fixes Fix unstable_mockModule with node: prefixed core modules. 30.1.2 Fixes ... (truncated)
