2019-15
2019-15 copied to clipboard
build(deps): bump tough-cookie, fabric, react-scripts and jest in /front
Bumps tough-cookie to 4.1.3 and updates ancestor dependencies tough-cookie, fabric, react-scripts and jest. These dependencies need to be updated together.
Updates tough-cookie from 2.4.3 to 4.1.3
Release notes
Sourced from tough-cookie's releases.
4.1.3
Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the
inspectutility is affected by this change, we felt this change was important enough to be pushed into the next patch.4.1.2 -- Patch and Bugfix Release
What's Changed
- fix: allow set cookies with localhost by
@colincaseyin salesforce/tough-cookie#253Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2
4.1.1
Patch Release
What's Changed
- fix: allow special use domains by default by
@colincaseyin salesforce/tough-cookie#249- 4.1.1 Patch -- allow special use domains by default by
@awatermain salesforce/tough-cookie#250Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.0...v4.1.1
4.1.0
v4.1.0
Minor release, focused mainly on resolving reported issues and some minor feature work.
What's Changed
- Create CHANGELOG.md by
@ShivanKaulin salesforce/tough-cookie#189- Missing param validation issue145 by
@medelibero-sfdcin salesforce/tough-cookie#193- Create SECURITY.md by
@ShivanKaulin salesforce/tough-cookie#201- Create CODE_OF_CONDUCT.md by
@ShivanKaulin salesforce/tough-cookie#200- Fix for issue #195 by
@medelibero-sfdcin salesforce/tough-cookie#202- Add explanation and more special-use domains by
@ShivanKaulin salesforce/tough-cookie#203- Sync of constructor options for serialization by
@medelibero-sfdcin salesforce/tough-cookie#204- Returned null in case of empty cookie value by
@vsin12in salesforce/tough-cookie#196- 132 str trim not a function by
@awatermain salesforce/tough-cookie#209- Fix for issue #153 by
@medelibero-sfdcin salesforce/tough-cookie#210- Fix permuteDomain with trailing dot by
@ruoho-sfdcin salesforce/tough-cookie#216- Issue #213 -- added gh-actions flow for building and testing tough-co… by
@awatermain salesforce/tough-cookie#218- Issue #210 -- Updated workflow to use npm install. by
@awatermain salesforce/tough-cookie#220- @GH-215 -- Tests that document localhost behavior when set as domain. by
@awatermain salesforce/tough-cookie#221- fix: MemoryCookieStore methods should exist on the prototype, not on the class. by
@wjhsfin salesforce/tough-cookie#226- Unit test cases for
allowSpecialUseDomainoption by@colincaseyin salesforce/tough-cookie#225- [Snyk] Upgrade universalify from 0.1.2 to 0.2.0 by
@snyk-botin salesforce/tough-cookie#228- React Native Support by
@colincaseyin salesforce/tough-cookie#227- Adding Updating CODEOWNERS with ECCN as per Export Control Compliance by
@svc-scmin salesforce/tough-cookie#223- fix: domain match routine by
@colincaseyin salesforce/tough-cookie#236- Stop using the internal NodeJS punycode module by
@gboerin salesforce/tough-cookie#238- Initial documentation review by
@mcarey86in salesforce/tough-cookie#234- fix: distinguish between no samesite and samesite=none by
@colincaseyin salesforce/tough-cookie#240- Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move… by
@awatermain salesforce/tough-cookie#242- 4.1.0 release to NPM by
@awatermain salesforce/tough-cookie#245
... (truncated)
Commits
4ff4d294.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747Prevent prototype pollution in cookie memstore (#283)f06b72dFix documentation for store.findCookies, missing allowSpecialUseDomain proper...b1a8898fix: allow set cookies with localhost (#253)ec707964.1.1 Patch -- allow special use domains by default (#250)d4ac580fix: allow special use domains by default (#249)79c2f7d4.1.0 release to NPM (#245)4fafc17Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...aa4396dfix: distinguish between no samesite and samesite=none (#240)b8d7511Modernize README (#234)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by awaterma, a new releaser for tough-cookie since your current version.
Updates fabric from 3.5.1 to 5.3.0
Release notes
Sourced from fabric's releases.
Version 5.2.1
fix(): add eraser to Object state/cache props #7720
Version 5.2.0
- feat(fabric.Object): isType accepts multiple
type[#7715](https://github.com/fabricjs/fabric.js/issues/7715)- chore(): Replace deprecated String.prototype.substr() with Array.prototype.slice()
[#7696](https://github.com/fabricjs/fabric.js/issues/7696)- chore(): use Array.isArray instead of ie6+ workarounds
[#7718](https://github.com/fabricjs/fabric.js/issues/7718)- MINOR: feat(fabric.Canvas): add
getTopContextmethod to expose the internal contextTop[#7697](https://github.com/fabricjs/fabric.js/issues/7697)- fix(fabric.Object) Add cacheContext checks before trying to render on cache
[#7694](https://github.com/fabricjs/fabric.js/issues/7694)- tests(): node test suite enhancement
[#7691](https://github.com/fabricjs/fabric.js/issues/7691)- feat(Canvas#getCenter): migrate to
getCenterPoint[#7699](https://github.com/fabricjs/fabric.js/issues/7699)- updated package.json
803ce95- tests(fabric.animation): fix test reliability
4be0fb9Version 5.1.0
- build(deps): bump node-fetch from 2.6.6 to 2.6.7
[#7684](https://github.com/fabricjs/fabric.js/issues/7684)- build(deps): bump follow-redirects from 1.14.6 to 1.14.8
[#7683](https://github.com/fabricjs/fabric.js/issues/7683)- build(deps): bump simple-get from 3.1.0 to 3.1.1
[#7682](https://github.com/fabricjs/fabric.js/issues/7682)- build(deps): bump engine.io from 6.1.0 to 6.1.2
[#7681](https://github.com/fabricjs/fabric.js/issues/7681)- fix(test): Remove expect assertion
[#7678](https://github.com/fabricjs/fabric.js/issues/7678)- docs(blendimage_filter.class.js) corrected mode options
[#7672](https://github.com/fabricjs/fabric.js/issues/7672)- chore(): Update bug_report.md
[#7659](https://github.com/fabricjs/fabric.js/issues/7659)- fix(util.animation): remove extra animation cancel
[#7631](https://github.com/fabricjs/fabric.js/issues/7631)- feat(animation): Support a list of animation values for animating matrices changes
[#7633](https://github.com/fabricjs/fabric.js/issues/7633)- ci(tests): windows and linux paths resolutions
[#7635](https://github.com/fabricjs/fabric.js/issues/7635)Version 5.0.0
Detailed breaking changes available at: here
- fix(fabric.Canvas): unflag contextLost after a full re-render
[#7646](https://github.com/fabricjs/fabric.js/issues/7646)- BREAKING: remove 4.x deprecated code
[#7630](https://github.com/fabricjs/fabric.js/issues/7630)- feat(fabric.StaticCanvas, fabric.Canvas): limit breaking changes
[#7627](https://github.com/fabricjs/fabric.js/issues/7627)- feat(animation): animations registry
[#7528](https://github.com/fabricjs/fabric.js/issues/7528)- docs(): Remove not working badges
[#7623](https://github.com/fabricjs/fabric.js/issues/7623)- ci(): add auto-changelog package to quickly draft a changelog
[#7615](https://github.com/fabricjs/fabric.js/issues/7615)- feat(fabric.EraserBrush): added
eraserproperty to Object instead of attaching toclipPath, remove hackygetClipPath/setClipPath#7470, see BREAKING comments.- feat(fabric.EraserBrush): support
invertedoption to undo erasing #7470- fix(fabric.EraserBrush): fix doubling opaic objects while erasing #7445 #7470
- BREAKING: fabric.EraserBrush: The Eraser object is now a subclass of Group. This means that loading from JSON will break between versions. Use this code to transform your json payload to the new version.
- feat(fabric.Canvas): fire an extra mouse up for the original control of the initial target
[#7612](https://github.com/fabricjs/fabric.js/issues/7612)- fix(fabric.Object) bounding box display with skewY when outside group
[#7611](https://github.com/fabricjs/fabric.js/issues/7611)- fix(fabric.text) fix rtl/ltr performance issues
[#7610](https://github.com/fabricjs/fabric.js/issues/7610)- fix(event.js) Prevent dividing by 0 in for touch gestures
[#7607](https://github.com/fabricjs/fabric.js/issues/7607)- feat():
drop:beforeevent[#7442](https://github.com/fabricjs/fabric.js/issues/7442)- ci(): Add codeql analysis step
[#7588](https://github.com/fabricjs/fabric.js/issues/7588)- security(): update onchange to solve security issue
[#7591](https://github.com/fabricjs/fabric.js/issues/7591)- BREAKING: fix(): MAJOR prevent render canvas with quality less than 100%
[#7537](https://github.com/fabricjs/fabric.js/issues/7537)- docs(): fix broken link
[#7579](https://github.com/fabricjs/fabric.js/issues/7579)- BREAKING: Deps(): MAJOR update to jsdom 19 node 14
[#7587](https://github.com/fabricjs/fabric.js/issues/7587)
... (truncated)
Changelog
Sourced from fabric's changelog.
Changelog
[next]
- chore(TS): Fix ITextBehaviour enterEditing type #9075
- chore(TS): export FabricObjectProps and GroupProps #9025
- chore(TS): Replace BaseFabricObject with FabricObject #9016
- refactor(svgImport): remove the css/gradient/clipPath global definitions #9030
- fix(): tweaks to type getter #9022
- ci() Refactor GHA actions for caching and reuse #9029
- ci(): install dev deps types #9039
[6.0.0-beta10]
- chore(TS): Remove
@ts-nocheckfrom Text class. #9018- Fix(Textbox) minimum word width calculation across all lines #9004
- ci(): add Jest for the unit tests #8919
- ci(): Revert "invoke tests after changelog action (#8974)" #9013
- fix(IText): empty line selection #9019
- ci(): Added playwright testing #8616
- fix(IText):
exitEditingshould clear contextTop #9020- ci(): prettier after changelog action #9021
[6.0.0-beta9]
- fix(fabric): Fix the serialization and registry dependency from minification #9009
- chore(TS): remove troublesome
AssertKeysTS construct #9012- fix(lib): fix aligning_guideline zoom #8998
- fix(IText): support control interaction in text editing mode #8995
- fix(Textbox):
splitByGraphememeasurements infix length bug #8990- patch(Text): styles es6 minor patch #8988
[6.0.0-beta8]
- BREAKING fix(IText): detect cursor from proper offsets, remove getLocalPointer from IText class #8972
- fix(Text): styles line break #8973
- fix(): regression to itext focusing from #8939 #8970
- ci(): warn build errors in dev mode #8971
- ci(): invoke tests after changelog action #8974
- chore(TS): Export more types #8965
- BREAKING: fabric.util.makeElementSelectable / fabric.util.makeElementUnselectable are removed #8930
- refactor(): Canvas DOM delegation to utility class #8930
[6.0.0-beta7]
... (truncated)
Commits
- See full diff in compare view
Updates react-scripts from 3.2.0 to 5.0.1
Changelog
Sourced from react-scripts's changelog.
3.4.4 (2020-10-20)
v3.4.4 release bumps
resolve-url-loaderto a version for whichnpm auditdoes not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.3 to 3.4.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
yarn add --exact [email protected]3.4.3 (2020-08-12)
v3.4.3 release bumps
terser-webpack-pluginto a version for whichnpm auditdoes not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.2 to 3.4.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
yarn add --exact [email protected]3.4.2 (2020-08-11)
v3.4.2 release bumps
webpack-dev-serverto a version for whichnpm auditdoes not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.1 to 3.4.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
... (truncated)
Commits
19fa58dPublish9802941fix: webpack noise printed only if error or warning (#12245)2eef1d0Update templates to use React 18createRoot(#12220)221e511Publish5614c87Add support for Tailwind (#11717)20edab4fix(webpackDevServer): disable overlay for warnings (#11413)3afbbc0Update all dependencies (#11624)f5467d5feat(eslint-config-react-app): support ESLint 8.x (#11375)c7627ceUpdate webpack and dev server (#11646)544befeUpdate package.json (#11597)- Additional commits viewable in compare view
Updates jest from 24.9.0 to 29.6.1
Release notes
Sourced from jest's releases.
v29.6.1
Fixes
Full Changelog: https://github.com/jestjs/jest/compare/v29.6.0...v29.6.1
v29.6.0
Features
[jest-circus, jest-snapshot]Add support for snapshot matchers in concurrent tests (#14139)[jest-cli]Include type definitions to generated config files (#14078)[jest-snapshot]Support arrays as property matchers (#14025)[jest-core, jest-circus, jest-reporter, jest-runner]Added support for reporting about start individual test cases using jest-circus (#14174)Fixes
[jest-circus]Prevent false test failures caused by promise rejections handled asynchronously (#14110)[jest-config]Handle frozen config object (#14054)[jest-config]AllowcoverageDirectoryandcollectCoverageFromin project config (#14180)[jest-core]Always use workers in watch mode to avoid crashes (#14059).[jest-environment-jsdom, jest-environment-node]Fix assignment ofcustomExportConditionsviatestEnvironmentOptionswhen custom env subclass defines a default value (#13989)[jest-matcher-utils]Fix copying value of inherited getters (#14007)[jest-mock]Tweak typings to allowjest.replaceProperty()replace methods (#14008)[jest-mock]Improve user input validation and error messages ofspyOnandreplacePropertymethods (#14087)[jest-runtime]Bindjest.isolateModulesAsynctothis(#14083)[jest-runtime]ForwardwrapperLengthto theScriptconstructor ascolumnOffsetfor accurate debugging (#14148)[jest-runtime]Guard_isMockFunctionaccess within(#14188)[jest-snapshot]Fix a potential bug when not using prettier and improve performance (#14036)[@jest/transform]Do not instrument.jsonmodules (#14048)[jest-worker]Restart a shut down worker before sending it a task (#14015)Chore & Maintenance
[*]Updatesemverdependency to get vulnerability fix (#14262)[docs]Updated documentation for the--runTestsByPathCLI command (#14004)[docs]Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)[docs]Update jest statistics of use and downloads in website Index.New Contributors
@huntiemade their first contribution in jestjs/jest#13989@liammulhmade their first contribution in jestjs/jest#14001@BenceSzalaimade their first contribution in jestjs/jest#14007@Mike-Daxmade their first contribution in jestjs/jest#14056@bakasmariusmade their first contribution in jestjs/jest#14025@PeteTheHeatmade their first contribution in jestjs/jest#14015@tjenkinsonmade their first contribution in jestjs/jest#14083@soyjuanmaciasmade their first contribution in jestjs/jest#14101@bharathkalyansmade their first contribution in jestjs/jest#14154
... (truncated)
Changelog
Sourced from jest's changelog.
29.6.1
Fixes
29.6.0
Features
[jest-circus, jest-snapshot]Add support for snapshot matchers in concurrent tests (#14139)[jest-cli]Include type definitions to generated config files (#14078)[jest-snapshot]Support arrays as property matchers (#14025)[jest-core, jest-circus, jest-reporter, jest-runner]Added support for reporting about start individual test cases using jest-circus (#14174)Fixes
[jest-circus]Prevent false test failures caused by promise rejections handled asynchronously (#14110)[jest-config]Handle frozen config object (#14054)[jest-config]AllowcoverageDirectoryandcollectCoverageFromin project config (#14180)[jest-core]Always use workers in watch mode to avoid crashes (#14059).[jest-environment-jsdom, jest-environment-node]Fix assignment ofcustomExportConditionsviatestEnvironmentOptionswhen custom env subclass defines a default value (#13989)[jest-matcher-utils]Fix copying value of inherited getters (#14007)[jest-mock]Tweak typings to allowjest.replaceProperty()replace methods (#14008)[jest-mock]Improve user input validation and error messages ofspyOnandreplacePropertymethods (#14087)[jest-runtime]Bindjest.isolateModulesAsynctothis(#14083)[jest-runtime]ForwardwrapperLengthto theScriptconstructor ascolumnOffsetfor accurate debugging (#14148)[jest-runtime]Guard_isMockFunctionaccess within(#14188)[jest-snapshot]Fix a potential bug when not using prettier and improve performance (#14036)[@jest/transform]Do not instrument.jsonmodules (#14048)[jest-worker]Restart a shut down worker before sending it a task (#14015)Chore & Maintenance
[*]Updatesemverdependency to get vulnerability fix (#14262)[docs]Updated documentation for the--runTestsByPathCLI command (#14004)[docs]Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)[docs]Update jest statistics of use and downloads in website Index.29.5.0
Features
[jest-changed-files]Support Sapling (#13941)[jest-circus, @jest/cli, jest-config]Add feature to randomize order of tests via CLI flag or through the config file(#12922)[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types]AddworkerThreadsconfiguration option to allow using worker threads for parallelization (#13939)[jest-cli]ExportyargsOptions(#13970)[jest-config]AddopenHandlesTimeoutoption to configure possible open handles warning. (#13875)[@jest/create-cache-key-function]Allow passinglengthargument tocreateCacheKey()function and set its default value to16on Windows (#13827)[jest-message-util]Add support for AggregateError (#13946 & #13947)
... (truncated)
Commits
1f019afv29.6.1c1e5b8av29.6.06ffa48dchore: upgrade TypeScript to v5 (#14155)a95eeb6chore: update tsd runner (#14020)39f3bedv29.5.0a49c886v29.4.36d2632aUpdate copyrights with Meta Platforms, restore original license in Jasmine fo...f0fc92ev29.4.2bc7b20cchore: make sure to exclude .eslintcache from published module (#13832)bc84c8av29.4.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.