Skip to content
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

chore(deps): bump tar and @nrwl/nx-cloud #160

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps tar to 6.2.1 and updates ancestor dependency @nrwl/nx-cloud. These dependencies need to be updated together.

Updates tar from 6.1.11 to 6.2.1

Release notes

Sourced from tar's releases.

v6.1.13

6.1.13 (2022-12-07)

Dependencies

v6.1.12

6.1.12 (2022-10-31)

Bug Fixes

Documentation

Changelog

Sourced from tar's changelog.

Changelog

7.0

  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

6.0

  • Drop support for node 6 and 8
  • fix symlinks and hardlinks on windows being packed with \-style path targets

5.0

  • Address unpack race conditions using path reservations
  • Change large-numbers errors from TypeError to Error
  • Add TAR_* error codes
  • Raise TAR_BAD_ARCHIVE warning/error when there are no valid entries found in an archive
  • do not treat ignored entries as an invalid archive
  • drop support for node v4
  • unpack: conditionally use a file mapping to write files on Windows
  • Set more portable 'mode' value in portable mode
  • Set portable gzip option in portable mode

... (truncated)

Commits

Updates @nrwl/nx-cloud from 15.0.2 to 18.0.0

Release notes

Sourced from @​nrwl/nx-cloud's releases.

18.0.0 (2024-02-03)

Nx 18 introduces Project Crystal 💎, a significant shift towards making Nx more transparent and easy to understand! Learn more here!. This is now enabled by default where avaialble and is the reason why we decided to mark it as a major version.

Note: Though this is a major version, there are no removals of previous deprecations. Any deprecations which were previously scheduled for Nx 18 are now scheduled for Nx 19 which will still be coming out around April 2024.

🚀 Features

  • angular: add generator to convert targets to use the esbuild-based application executor (#21333)
  • core: don't clear NX_BASE or NX_HEAD (#20125)
  • core: log to guide users to show details after project generation (#21350)
  • core: improve nx connect success message (#21295)
  • core: add support for loading .ts files using ESM (#21268)
  • core: support --use-agents and --no-agents (#21472)
  • core: enable project crystal by default (#21403)
  • core: move distribution to beginning of generated ci workflows (#21483)
  • core: add migration to disable adding plugins automatically in existing workspaces (#21508)
  • core: add log lines grouping for GH Actions (#21357)
  • core: add fallback flow to nx init when no plugins are detected (#21538)
  • core: improve the commented dte message on ci-workflows (#21524)
  • core: add e2e to ci workflows (#21487)
  • devkit: improving error handeling read target options (#20336)
  • devkit: add loadConfigFile function for plugins to use (#21511)
  • linter: add error and warning statistics (#18313)
  • linter: add option for @​nx/dependency-checks to update workspace dependencies using local file paths (#20157)
  • nextjs: upgrade Next.js 14.0.3 (#20334)
  • nx-dev: more logos & announcement banner (#21444)
  • react-native: add useTransformReactJSX babel config to generators (#19170)
  • react-native: upgrade react native to 0.73 (#20896)
  • vite: allow passing path to custom tsconfig file when skipTypeCheck is false (#19784)

🩹 Fixes

  • nestjs lib generator pass skipPackageJson flag to js lib generator (#20442)
  • angular: fix dev-server validation for esbuildMiddleware (#21413)
  • angular: should not log invalid extension includedScripts (#21441)
  • angular: handle indexHtmlTransformer option in dev-server correctly (#21520)
  • bundling: consider index/folder imports in manual file resolution (#19030)
  • core: remove misleading message at front of error (#21443)
  • core: new generator not skipping package installation (#17927)
  • core: include typescript package when calculating project hashes (#21285)
  • core: do not append node_module paths in run-script executor (#21445)
  • core: update axios to address CVE-2023-45857 (#20493)
  • core: Add missing migration from playwright (#21448)
  • core: always remove cursor reset in terminal output for Windows (#21467)
  • core: do not run pty in run-script when we're not TTY (#21496)
  • core: target defaults should be able to apply to multiple targets with the same executor (#21438)
  • core: nx build --graph file.json should work in subdirectories (#19858)
  • core: Update Nx Welcome to include nx show project (#21509)
  • core: handle negative patterns better when specified in pnpm-workspaces (#19983)

... (truncated)

Commits
  • 26a815c chore(core): add one off exception for next.js (#21572)
  • 7623471 fix(core): handle spaces when launching nxFork (#21571)
  • f309b25 feat(core): add e2e to ci workflows (#21487)
  • 197e670 cleanup(testing): fix cypress e2e tests (#21551)
  • d9b4cb2 chore(misc): fix e2es for cache and run (#21561)
  • bc6e58f fix(core): fix missing nxCloud error message on ci workflows (#21564)
  • 90d0453 fix(expo): set port for e2e (#21559)
  • cb3da6c chore(misc): disable rollup tests (#21563)
  • ce82723 chore(misc): re-enable convert-to-monorepo test to test without Nx plugins fo...
  • 5a818e3 feat(core): improve the commented dte message on ci-workflows (#21524)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-a6112dbc87 branch from a17fe77 to 6d38e29 Compare April 22, 2024 04:07
Bumps [tar](https://github.com/isaacs/node-tar) to 6.2.1 and updates ancestor dependency [@nrwl/nx-cloud](https://github.com/nrwl/nx). These dependencies need to be updated together.


Updates `tar` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.11...v6.2.1)

Updates `@nrwl/nx-cloud` from 15.0.2 to 18.0.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@15.0.2...18.0.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: "@nrwl/nx-cloud"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #163.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-a6112dbc87 branch May 3, 2024 04:10
niloofar-deriv pushed a commit that referenced this pull request Jul 26, 2024
… buttons (binary-com#16032)

* chore: init branch

* Maryia/DTRA-1421/feat: add temporary Trade types selector (chips) & Assets dropdown (#137)

* feat: add trade types selector (chips)

* feat: add assets (dropdown)

* chore: use Dropdown for assets

* DTRA / Kate / DTRA-1422: Create initial layout for chart, trade params & purchase buttons (#136)

* feat: init layout

* refactor: make purchase button sticky

* feat: add dynamic chart height calculation

* refactor: css

* refactor: extract purchase button with trade params to a separate files

---------

Co-authored-by: Maryia <103177211+maryia-deriv@users.noreply.github.com>

* chore: fix: conflicts

* Maryia/DTRA-1423/feat: add config for all Trade types params + display components for Rise/Fall (#140)

* feat: add display components for Rise/Fall based on real data + config for trade params

* refactor: isolate trade params logic

* DTRA-1422/ Kate / Add scrolling bahaviour for trade params (#139)

* feat: add animation on scrolling

* refactor: improve animation

* refactor: pass trade params as children

* feat: add barrier trade param (#141)

* DTRA-1425 / Kate / Feat: add trade params for Accumulators contract (#142)

* feat: create take profit and growth rate trade params

* feat: add accumulators information trade param

* DTRA-1436 / Kate / Feat: add trade params for multipliers (#143)

* feat: add trade params for multipliers

* chore: change order to alhabetical one

* Maryia/DTRA-1427/feat: TradeTypeTabs and Strike display components (#144)

* feat: trade-type-tabs

* feat: Strike

* feat: PayoutPerPoint + refactoring (#146)

* fix: trade params config for Even/Odd

* DTRA-1424 / Kate / Enable purchase functionality (#145)

* refactor: customize amount of buttons and it name

* feat: add basis text and amount for button based on contract type

* refactor: purchase button

* feat: eanble purchase functionality

* feat: add sell functionality for acc button

* chore: add caption text from quill

* fix: add store init to bottomnav

* DTRA-1455 / Kate / Create state management for purchase button (#148)

* feat: create state management for purchase button

* chore: refactor comments

* Maryia/DTRA-1441/feat: add chart + display current spot for digit trade types (#149)

* feat: CurrentSpot init version

* fix: trade types & chart styles

* fix: trade page performance

* fix: use small localize for TextField labels to avoid app crash due to duplicate [object Object] ids

* chore: add skeleton while current spot is still updating

* fix: payout per point skeleton + refactor trade params list

* build: use version 1.13.16

* build: downgrade to quill-ui v1.13.13

* Maryia/DTRA-1441/feat: add last digit selector and expand displayed spot feature for digits (#150)

* feat: Last digit selector using bottomWidgets data from chart

* chore: digits params layout + refactoring

* feat: current spot display for ongoing contracts

* refactor: onScroll

* refactor: current-spot

* chore: wrap onScroll with useCallback

* DTRA-1487 / Kate / Add tests for new files (#151)

* feat: add tests for purchase buttom content file

* refactor: add tests for purchase button file

* refactor: change content for multipliers description

* refactor: add tests for trade type tabs file

* refactor: add tests for trade parameters container file

* refactor: add tests for trade parameters file

* chore: add more test cases

* chore: add mockcontractinfo function usage

* build: use master version of quill-ui

* DTRA-1469 / Kate / Implement Allow equals trade param and Carousel functionality (#153)

* feat: add allow equals main content and functionality

* feat: add carousel

* refactor: extracted carpusel into a separate component

* refactor: replace localize function with the component

* refactor: add variables for css

* refactor: add tests for carousel

* refactor: add test for allow equals

* chore: make id numbers

* DTRA / Kate / Refactoring: resetting style (#154)

* refactor: trading and contract details

* fix: reset button style in definition

* DTRA-1489 / Kate / Add tests (#155)

* refactor: add tests for trade

* refactor: add tests for trade param utils

* Maryia/DTRA-1491/feat: finalize LastDigitPrediction param + Current spot price animation (#152)

* feat: LastDigitPrediction stats mode

* chore: highlight min & max stats

* feat: Action sheet for LastDigitPrediction + border highlight for current spot

* fix: profit for cards in Closed tab

* feat: current spot animation for contract purchase + multiple contract purchase

* chore: improve animation + refactoring

* feat: finalize current spot animation

* refactor: address comments

* refactor: update quill ui and refactor carousel component (#156)

* DTRA-1354 / Kate / Refactor before submitting (#158)

* refactor: rename carousel prop

* refactor: add skeleton loader for video fargmenst

* DTRA-1354/ Kate / Tests for isDigitContractWinning function  (#160)

* refactor: add tests for util function

* fix: test case

* Maryia/DTRA-1491/test: last digit selector & current spot (#157)

* test: packages/trader/src/AppV2/Components/CurrentSpot/current-spot.tsx

* test: CurrentSpotDisplay

* refactor: tests

* refactor: address review comments

* test: LastDigitPrediction

* refactor: remove unused import

* test: LastDigitSelector

* test: Digit

* test: setDigitStats & setDigitTick in trade-store

* refactor: current-spot

* fix: cannot find name_plural of undefined

* chore: apply suggestions

* chore: address review comments

* fix: bottom layout

* refactor: add button type function

* chore: improve animation + apply suggestion for prev_contract

* feat: integrate v2 assets component

* test: fix tests that failed after assets v2 integration

* fix: console error

* fix: console error for trade params label

* refactor: update quill ui lib

* refactor: add dvh (#161)

* fix: video loading style

* feat: make active_symbols API call based on the selected contract_type + quill-ui components fixes

* refactor: active_symbols_v2 to has_symbols_for_v2

---------

Co-authored-by: kate-deriv <121025168+kate-deriv@users.noreply.github.com>
Co-authored-by: kate-deriv <kate@regentmarkets.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants