-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Upgrade jest from 26.6.0 to 26.6.3 #6
Conversation
Snyk has created this PR to upgrade jest from 26.6.0 to 26.6.3. See this package in npm: https://www.npmjs.com/package/jest See this project in Snyk: https://app.snyk.io/org/turkdevops/project/c2b93b3c-fdbb-43da-9972-0bae79eb43ff?utm_source=github&utm_medium=upgrade-pr
Thanks for your submission. It appears that you've created a pull request using one of our repository's branches. Since this is Thanks again! |
*Ruff* 🐶 I wasn't able to find any Docker Compose files in your repository at any of the given paths in the Files checked:
What is this?Pull Dog is a GitHub app that makes test environments for your pull requests using Docker, from a Visit our website to learn more. Commands
TroubleshootingNeed help? Don't hesitate to file an issue in our repository Configuration {
"isLazy": false,
"dockerComposeYmlFilePaths": [
"docker-compose.yml"
],
"expiry": "00:00:00",
"conversationMode": "singleComment"
} Trace ID |
Hard-Coded Secrets (12)
https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle.mjs#L62 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle.mjs#L8103 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle.mjs#L15667 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle.mjs#L39583 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle.mjs.map#L1 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle_u.mjs#L62 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle_u.mjs#L8239 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle_u.mjs#L15827 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle_u.mjs#L39709 https://github.com/turkdevops/create-react-app/blob/bdb4f74f6991f9c3709923eb64dbf5047e030218/packages/react-error-overlay/fixtures/bundle_u.mjs.map#L1 More info on how to fix Hard-Coded Secrets in General. Insecure Use of Dangerous Function (31)
Line 13 in bdb4f74
create-react-app/tasks/screencast.js Line 41 in bdb4f74
More info on how to fix Insecure Use of Dangerous Function in Javascript. Insecure File Management (111)
create-react-app/packages/react-scripts/fixtures/kitchensink/template/integration/initDOM.js Line 21 in bdb4f74
Line 64 in bdb4f74
Line 67 in bdb4f74
Line 73 in bdb4f74
Line 91 in bdb4f74
create-react-app/tasks/screencast.js Line 47 in bdb4f74
More info on how to fix Insecure File Management in Javascript. Insecure Use of Regular Expressions (16)
More info on how to fix Insecure Use of Regular Expressions in Javascript. Insecure Use of Language/Framework API (1)
More info on how to fix Insecure Use of Language/Framework API in Javascript. Information Disclosure (1)More info on how to fix Information Disclosure in Javascript. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
Snyk has created this PR to upgrade jest from 26.6.0 to 26.6.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: jest
Fixes
[jest-resolve-dependencies]
Continue dependency resolution if mock dependency can't be found (#10779)Features
[jest-core]
AddfindRelatedTests
andnonFlagArgs
in allowed config options forupdateConfigAndRun
in watch plugins (#10659)Fixes
[babel-plugin-jest-hoist]
Preserve order of hoisted mock nodes within containing block (#10536)[babel-plugin-jest-hoist]
Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)[babel-preset-jest]
Updatebabel-preset-current-node-syntax
to support top level await (#10747)[expect]
Revert "FixobjectContaining
to work recursively into sub-objects (#10508)" (#10766)[jest-circus, jest-jasmine2]
fix: don't assumestack
is always a string (#10697)[jest-config]
Fix bug introduced in watch mode by PR #10678 (#10692)[jest-config]
Throw correct error for missing preset modules (#10737)[jest-resolve-dependencies]
Resolve mocks as dependencies (#10713)[jest-runtime]
Handle file URLs in dynamic imports (#10744)[jest-runtime, babel-jest]
Pass more ESM options to@ jest/transform
(#10752)[jest-runtime]
Properly injectextraGlobals
into the runtime (#10758)[jest-transform]
Link to ESM docs on syntax errors (#10748)Chore & Maintenance
[docs]
Add docs for using mocks in TypeScript (#10415)[eslint-config-fb-strict]
Move package from this repo tofbjs
repo (#10739)[examples]
Update TypeScript example to show use of newer Jest types (#10399)[jest-cli]
chore: standardize files and folder names (#10698)Features
[jest-runtime]
Support named exports from CommonJS as named ES Module imports (#10673)[jest-validate]
Add support forrecursiveDenylist
option as an alternative torecursiveBlacklist
(#10236)Fixes
[expect]
FixobjectContaining
to work recursively into sub-objects (#10508)[jest-cli, jest-core, jest-config, jest-types]
Fix--onlyFailures
flag to work in non-watch mode (#10678)[jest-config]
Fix for thejest.config.ts
compiler to not interfere withtsconfig.json
files (#10675)[jest-message-util]
Update to work properly with Node 15 (#10660)[jest-mock]
Allow to mock methods in getters (TypeScript 3.9 export) (#10156)Features
[jest-cli, jest-config]
Add support for thejest.config.ts
configuration file (#10564)Fixes
[jest-config]
Simplify transform RegExp (#10207)[jest-fake-timers]
Lazily instantiate mock timers (#10551)[jest-runtime]
require.main
is no longerundefined
when usingjest.resetModules
(#10626)[@ jest/types]
Add missing values fortimers
(#10632)Chore & Maintenance
[docs]
Add step for fetchingbackers.json
file in website setup docs (#10631)[docs]
Add page detailing environment variables set by Jest (#10630)[jest-circus]
RefactorcallAsyncCircusFn
parameters (#10629)Commit messages
Package name: jest
http-proxy-middleware
as dev dependency facebook/create-react-app#10767)createProxyMiddleware
function facebook/create-react-app#10766)defer
attribute. facebook/create-react-app#10752)Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs