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

Update Node dependencies #1668

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Update Node dependencies #1668

merged 1 commit into from
Nov 7, 2023

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Nov 2, 2023

This PR contains the following updates:

Package Type Update Change
@excalidraw/excalidraw dependencies minor 0.15.3 -> 0.16.1
bpmn-js dependencies minor 14.0.0 -> 14.2.0
chai (source) devDependencies patch 4.3.8 -> 4.3.10
elastic-apm-node dependencies minor 3.49.1 -> 3.50.0
mermaid devDependencies minor 10.4.0 -> 10.6.1
node volta minor 18.17.1 -> 18.18.2
pino (source) dependencies minor 8.15.0 -> 8.16.1
vega-lite (source) dependencies minor 5.14.1 -> 5.16.1

Release Notes

excalidraw/excalidraw

v0.16.1

Compare Source

0.16.1 (2023-09-21)

Excalidraw Library

This section lists the updates made to the excalidraw library and will not affect the integration.

Fixes
Refactor
  • Move excalidraw-app outside src #​6987

v0.16.0

0.16.0 (2023-09-19)

Features
  • Support creating containers, linear elements, text containers, labelled arrows and arrow bindings programatically #​6546
  • Added props.validateEmbeddable to customize embeddable src url validation. #​6691
  • Add support for opts.fitToViewport and opts.viewportZoomFactor in the ExcalidrawAPI.scrollToContent API. #​6581.
  • Sidebar component now supports tabs — for more detailed description of new behavior and breaking changes, see the linked PR. #​6213
  • Exposed DefaultSidebar component to allow modifying the default sidebar, such as adding custom tabs to it. #​6213
BREAKING CHANGES
  • props.renderSidebar is removed in favor of rendering as children.
  • appState.isSidebarDocked replaced with appState.defaultSidebarDockedPreference with slightly different semantics, and relating only to the default sidebar. You need to handle docked state for your custom sidebars yourself.
  • Sidebar props.dockable is removed. To indicate dockability, supply props.onDock() alongside setting props.docked.
  • Sidebar.Header is no longer rendered by default. You need to render it yourself.
  • props.onClose replaced with props.onStateChange.
  • restore()/restoreAppState() now retains appState.openSidebar regardless of docked state.

Excalidraw Library

This section lists the updates made to the excalidraw library and will not affect the integration.

Features
  • Properly sanitize element link urls. #​6728.

  • allow avif, jfif, webp, bmp, ico image types #​6500

  • Zen-mode/go-to-plus button style tweaks #​7006

  • Holding down CMD/CTRL will disable snap to grid when grid is active #​6983

  • Update logo #​6979

  • Export changeProperty() and getFormValue(). #​6957

  • Partition main canvas vertically #​6759

  • Add support for simplePDF in Web-Embeds #​6810

  • Introducing Web-Embeds (alias iframe element)#​6691

  • Add support for val.town embeds #​6821

  • Render bold lines in grid #​6779

  • Adds support for stackblitz.com embeds #​6813

  • Cache most of element selection #​6747

  • Support customizing what parts of frames are rendered #​6752

  • Make appState.selectedElementIds more stable #​6745

  • Overwrite confirmation dialogs #​6658

  • Simple analitycs #​6683

  • Introduce frames #​6123

  • Add canvas-roundrect-polyfill package #​6675

  • Polyfill CanvasRenderingContext2D.roundRect #​6673

  • Disable collab feature when running in iframe #​6646

  • Assign random user name when not set #​6663

  • Redesigned collab cursors #​6659

  • Eye dropper #​6615

  • Redesign of Live Collaboration dialog #​6635

  • Recover scrolled position after Library re-opening #​6624

  • Clearing library cache #​6621

  • Update design of ImageExportDialog #​6614

  • Add flipping for multiple elements #​5578

  • Color picker redesign #​6216

  • Add "unlock all elements" to canvas contextMenu #​5894

  • Library sidebar design tweaks #​6582

  • Add Trans component for interpolating JSX in translations #​6534

  • Testing simple analytics and fathom analytics for better privacy of the users #​6529

  • Retain seed on shift-paste #​6509

  • Allow avif, jfif, webp, bmp, ico image types (#​6500

Fixes
  • Improperly disabling UI pointer-events on canvas interaction #​7005

  • Several eyeDropper fixes #​7002

  • IsBindableElement to affirm frames #​6900

  • Use device.isMobile for sidebar trigger label breakpoint #​6994

  • Export to plus url #​6980

  • Z-index inconsistencies during addition / deletion in frames #​6914

  • Update size-limit so react is not installed as dependency #​6964

  • Stale labeled arrow bounds cache after editing the label #​6893

  • Canvas flickering due to resetting canvas on skipped frames #​6960

  • Grid jittery after partition PR #​6935

  • Regression in indexing when adding elements to frame #​6904

  • Stabilize selectedElementIds when box selecting #​6912

  • Resetting deleted elements on duplication #​6906

  • Make canvas compos memoize appState on props they declare #​6897

  • Scope --color-selection retrieval to given instance #​6886

  • Webpack config exclude statement to system agnostic #​6857

  • Remove embeddable from generic elements #​6853

  • Resizing arrow labels #​6789

  • Eye-dropper not working with app offset correctly on non-1 dPR #​6835

  • Add self destroying service-worker.js to migrate everyone from CRA to Vite #​6833

  • Forgotten REACT_APP env variables #​6834

  • Refresh sw when browser refreshed #​6824

  • Adding to selection via shift box-select #​6815

  • Prevent binding focus NaN value #​6803

  • Use pull request in semantic workflow for better security #​6799

  • Don't show canvasBackground label when UIOptions.canvasActions.changeViewBackgroundColor is false #​6781

  • Use subdirectory for @​excalidraw/excalidraw size limit #​6787

  • Use actual dock state to not close docked library on insert #​6766

  • UI disappears when pressing the eyedropper shortcut on mobile #​6725

  • Elements in non-existing frame getting removed #​6708

  • Scrollbars renders but disable #​6706

  • Typo in chart.ts #​6696

  • Do not bind text to container using text tool when it has text already #​6694

  • Don't allow binding text to images #​6693

  • Updated link for documentation page under help section #​6654

  • Collab username style fixes #​6668

  • Bound arrows not updated when rotating multiple elements #​6662

  • Delete setCursor when resize #​6660

  • Creating text while color picker open #​6651

  • Cleanup textWysiwyg and getAdjustedDimensions #​6520

  • Eye dropper not accounting for offsets #​6640

  • Color picker input closing problem #​6599

  • Export dialog shortcut toggles console on firefox #​6620

  • Add react v17 useTransition polyfill #​6618

  • Library dropdown visibility issue for mobile #​6613

  • withInternalFallback leaking state in multi-instance scenarios #​6602

  • Language list containing duplicate en lang #​6583

  • Garbled text displayed on avatars #​6575

  • Assign the original text to text editor only during init #​6580

  • I18n: Apply Trans component to publish library dialogue #​6564

  • Fix brave error i18n string and remove unused #​6561

  • Revert add version tags to Docker build #​6540

  • Don't refresh dimensions for text containers on font load #​6523

  • Cleanup getMaxContainerHeight and getMaxContainerWidth #​6519

  • Cleanup redrawTextBoundingBox #​6518

  • Text jumps when editing on Android Chrome #​6503

Styles
Refactor
  • Factor out shape generation from renderElement.ts pt 2 #​6878

  • Add typeScript support to enforce valid translation keys #​6776

  • Simplify ImageExportDialog #​6578

Performance
  • Limiting the suggested binding to fix performance issue #​6877

  • Memoize rendering of library #​6622

  • Improve rendering performance for Library #​6587

  • Use UIAppState where possible to reduce UI rerenders #​6560

Build

bpmn-io/bpmn-js

v14.2.0

Compare Source

v14.1.3

Compare Source

v14.1.2

Compare Source

v14.1.1

Compare Source

v14.1.0

Compare Source

chaijs/chai

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

elastic/apm-agent-nodejs

v3.50.0

Compare Source

For more information, please see the changelog.

Elastic APM Node.js agent layer ARNs
Region ARN
af-south-1 arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-node-ver-3-50-0:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-west-1 arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-west-2 arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
eu-west-3 arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-node-ver-3-50-0:1
me-south-1 arn:aws:lambda:me-south-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
sa-east-1 arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
us-east-1 arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
us-east-2 arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
us-west-1 arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-node-ver-3-50-0:1
us-west-2 arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-node-ver-3-50-0:1
mermaid-js/mermaid

v10.6.1

Compare Source

What's Changed

Bugfixes

  • fix(flow): fix invalid ellipseText regex (#​5016) @​aloisklink
    • This was causing freezes in flowcharts that had a ( char in ellipse nodes

Documentation

Chores

🎉 Thanks to all contributors helping with this release! 🎉

v10.6.0

Compare Source

What's Changed

Fix

Docs

Chores

New Contributors

Full Changelog: mermaid-js/mermaid@v10.5.1...v10.6.0

v10.5.1

Compare Source

What's Changed

Full Changelog: mermaid-js/mermaid@v10.5.0...v10.5.1

v10.5.0

Compare Source

What's Changed

Features
Bugfixes
Documentation
Chores

New Contributors

Full Changelog: mermaid-js/mermaid@v10.4.0...v10.5.0

nodejs/node

v18.18.2

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in October 2023 Security Releases blog post.

Commits

v18.18.1

Compare Source

Notable Changes

This release addresses some regressions that appeared in Node.js 18.18.0:

  • (Windows) FS can not handle certain characters in file name #​48673
  • 18 and 20 node images give error - Text file busy (after re-build images) nodejs/docker-node#​1968
  • libuv update in 18.18.0 breaks webpack's thread-loader #​49911

The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.

Commits

v18.18.0

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie added the 🔗 dependencies Pull requests that update a dependency file label Nov 2, 2023
@ggrossetie ggrossetie merged commit 181b537 into main Nov 7, 2023
2 checks passed
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.

1 participant