phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

fix: upgrade packages for node-18 to run properly #433

Closed shaal closed 8 months ago

shaal commented 8 months ago

This PR is a result of running yarn upgrade yarn start

And contains all the generated files that came out of that.

Summary by CodeRabbit

changeset-bot[bot] commented 8 months ago

โš ๏ธ No Changeset found

Latest commit: e913e02bc7926e6ce2925e861a8879e744e538ec

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 8 months ago

Deploy Preview for outlinejs ready!

Name Link
Latest commit e913e02bc7926e6ce2925e861a8879e744e538ec
Latest deploy log https://app.netlify.com/sites/outlinejs/deploys/65c26669ca66d400086f0ad5
Deploy Preview https://deploy-preview-433--outlinejs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

coderabbitai[bot] commented 8 months ago

Walkthrough

The recent updates introduce a pre-commit script in .husky/pre-commit to ensure the execution of lefthook with specific configurations, enhancing the commit process. Additionally, the prepare-commit-msg hook's execution command has been streamlined. In the realm of styling, the storybook.main.css within the documentation package has undergone a tidy-up, incorporating new CSS variables for improved visual consistency and code readability, without altering the overall structure and content.

Changes

File(s) Change Summary
.husky/pre-commit Added a script to check and execute lefthook with environment-specific configurations.
.husky/prepare-commit-msg Updated the command for executing lefthook, simplifying its invocation.
.../documentation/.../config/storybook.main.css Reformatted CSS, added new variables for colors, spacing, etc., and improved consistency and readability.

Tips ### Chat There are 3 ways to chat with CodeRabbit: - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit-tests for this file.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit tests for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository from git and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit tests.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.
socket-security[bot] commented 8 months ago

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/@adobe/css-tools@4.3.3 None 0 180 kB adobe-admin
npm/@babel/code-frame@7.23.5 None +2 90.8 kB nicolo-ribaudo
npm/@babel/compat-data@7.23.5 None 0 64.6 kB nicolo-ribaudo
npm/@babel/core@7.23.9 environment, filesystem, unsafe Transitive: shell +25 9.87 MB nicolo-ribaudo
npm/@babel/eslint-parser@7.23.10 unsafe Transitive: environment, filesystem, shell +31 10.2 MB nicolo-ribaudo
npm/@babel/generator@7.23.6 Transitive: environment +4 3.15 MB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 Transitive: environment, filesystem, shell +8 2.49 MB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.23.10 Transitive: environment, filesystem, shell, unsafe +31 10.3 MB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.22.15 Transitive: environment, filesystem, shell, unsafe +36 10.2 MB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 Transitive: environment +7 4.51 MB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.23.0 Transitive: environment +3 2.55 MB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.22.20 None 0 49.1 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/highlight@7.23.4 None +1 67.5 kB nicolo-ribaudo
npm/@babel/parser@7.23.9 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-proposal-decorators@7.23.9 Transitive: environment, filesystem, shell, unsafe +34 10.4 MB nicolo-ribaudo
npm/@babel/plugin-transform-class-properties@7.23.3 Transitive: environment, filesystem, shell, unsafe +33 10.3 MB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.23.3 Transitive: environment, filesystem, shell, unsafe +27 9.92 MB nicolo-ribaudo
npm/@babel/plugin-transform-nullish-coalescing-operator@7.23.4 Transitive: environment, filesystem, shell, unsafe +28 9.89 MB nicolo-ribaudo
npm/@babel/plugin-transform-optional-chaining@7.23.4 Transitive: environment, filesystem, shell, unsafe +29 9.93 MB nicolo-ribaudo
npm/@babel/plugin-transform-private-methods@7.23.3 Transitive: environment, filesystem, shell, unsafe +33 10.3 MB nicolo-ribaudo
npm/@babel/runtime@7.23.9 None +1 277 kB nicolo-ribaudo
npm/@babel/template@7.23.9 Transitive: environment +6 4.48 MB nicolo-ribaudo
npm/@babel/traverse@7.23.9 Transitive: environment +11 5.78 MB nicolo-ribaudo
npm/@babel/types@7.23.9 environment +2 2.49 MB nicolo-ribaudo
npm/@changesets/cli@2.27.1 environment, filesystem, shell Transitive: eval, unsafe +146 21 MB changesets-release-bot
npm/@commitlint/cli@17.8.1 Transitive: environment, filesystem, shell, unsafe +78 38.1 MB escapedcat
npm/@commitlint/config-conventional@17.8.1 Transitive: filesystem +5 44.9 kB escapedcat
npm/@commitlint/ensure@17.8.1 None +6 131 kB escapedcat
npm/@commitlint/execute-rule@17.8.1 None 0 3.96 kB escapedcat
npm/@commitlint/format@17.8.1 None +1 40.3 kB escapedcat
npm/@commitlint/is-ignored@17.8.1 None +1 36.2 kB escapedcat
npm/@commitlint/lint@17.8.1 Transitive: environment, filesystem +50 1.01 MB escapedcat
npm/@commitlint/load@17.8.1 environment Transitive: filesystem, unsafe +21 37.1 MB escapedcat
npm/@commitlint/message@17.8.1 None 0 2.81 kB escapedcat
npm/@commitlint/parse@17.8.1 Transitive: environment, filesystem +39 795 kB escapedcat
npm/@commitlint/read@17.8.1 filesystem Transitive: environment, shell +34 695 kB escapedcat
npm/@commitlint/resolve-extends@17.8.1 Transitive: environment, filesystem, unsafe +8 165 kB escapedcat
npm/@commitlint/rules@17.8.1 None +9 220 kB escapedcat
npm/@commitlint/to-lines@17.8.1 None 0 2.78 kB escapedcat
npm/@commitlint/top-level@17.8.1 None 0 3.97 kB escapedcat
npm/@commitlint/types@17.8.1 None 0 27.1 kB escapedcat
npm/@jridgewell/trace-mapping@0.3.22 None 0 164 kB jridgewell
npm/@lit-labs/ssr-dom-shim@1.2.0 environment 0 35.7 kB lit-robot
npm/@lit/reactive-element@2.0.4 Transitive: environment +1 873 kB aomarks, augustjk, graynorton, ...6 more
npm/@oclif/color@1.0.13 environment 0 5.41 kB salesforce-releases
npm/@oclif/plugin-help@5.2.20 Transitive: environment, filesystem, network, unsafe +10 38 MB salesforce-releases
npm/@oclif/plugin-not-found@2.4.3 Transitive: environment, filesystem, unsafe +9 37.7 MB salesforce-releases
npm/@oclif/plugin-warn-if-update-available@2.1.1 Transitive: environment, eval, filesystem, unsafe +12 37.7 MB salesforce-releases
npm/@oclif/test@2.5.6 Transitive: environment, filesystem, unsafe +15 38.9 MB salesforce-releases
npm/@open-wc/testing@3.2.2 Transitive: environment, eval, filesystem, network, shell, unsafe +129 14.8 MB modern-web
npm/@rollup/plugin-image@3.0.3 filesystem +4 153 kB shellscape
npm/@rollup/plugin-json@6.1.0 None 0 10.7 kB shellscape
npm/@rollup/plugin-multi-entry@6.0.1 Transitive: filesystem +2 34.6 kB shellscape
npm/@rollup/plugin-replace@5.0.5 None +1 473 kB shellscape
npm/@rollup/plugin-terser@0.4.4 eval, unsafe Transitive: environment, filesystem, shell +7 2.78 MB lukastaegert
npm/@sideway/address@4.1.5 None +1 107 kB marsup
npm/@storybook/addon-actions@7.6.12 environment, eval +9 3.68 MB shilman
npm/@storybook/addon-docs@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +276 457 MB shilman
npm/@storybook/addon-essentials@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +287 458 MB shilman
npm/@storybook/addon-links@7.6.12 environment, eval +6 920 kB shilman
npm/@storybook/web-components-vite@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +263 497 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@storybook/web-components@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +152 431 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@tailwindcss/typography@0.5.10 Transitive: environment, filesystem, shell, unsafe +48 45.3 MB thecrypticace
npm/@types/babel__core@7.20.5 Transitive: environment +7 4.51 MB types
npm/@types/babel__traverse@7.20.5 Transitive: environment +3 2.57 MB types
npm/@types/chai@4.3.11 None 0 76.8 kB types
npm/@types/express@4.17.21 None +10 3.94 MB types
npm/@types/graceful-fs@4.1.9 None +1 3.83 MB types
npm/@types/inquirer@9.0.7 None +2 3.91 MB types
npm/@types/istanbul-lib-coverage@2.0.6 None 0 5.45 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/koa@2.14.0 None +17 4 MB types
npm/@types/lodash@4.14.202 None 0 862 kB types
npm/@types/mime@1.3.5 None 0 3.78 kB types
npm/@types/node@20.5.1 None 0 3.83 MB types
npm/@types/qs@6.9.11 None 0 6.39 kB types
npm/@types/react@18.2.55 None +3 1.68 MB types
npm/@types/semver@7.5.6 None 0 23.2 kB types
npm/@types/unist@2.0.10 None 0 8.56 kB types
npm/@types/vinyl@2.0.11 None +1 3.84 MB types
npm/array-buffer-byte-length@1.0.1 Transitive: eval +9 209 kB ljharb
npm/array-includes@3.1.7 Transitive: eval +53 3.2 MB ljharb
npm/array.prototype.flat@1.3.2 Transitive: eval +54 3.21 MB ljharb
npm/array.prototype.flatmap@1.3.2 Transitive: eval +54 3.21 MB ljharb
npm/assert@2.1.0 Transitive: eval +17 509 kB ljharb
npm/async-retry@1.3.3 None +1 24.1 kB leerobinson
npm/available-typed-arrays@1.0.6 None 0 20.4 kB ljharb
npm/aws-sdk@2.1551.0 environment, filesystem, network, shell Transitive: eval +13 97 MB aws-sdk-bot
npm/binaryextensions@4.19.0 None 0 30.5 kB bevryme
npm/browserslist@4.22.3 environment, filesystem Transitive: shell +5 2.36 MB ai
npm/call-bind@1.0.6 Transitive: eval +7 177 kB ljharb
npm/caniuse-lite@1.0.30001584 None 0 1.96 MB caniuse-lite
npm/chai@4.4.1 None +3 836 kB keithamus
npm/chromatic@6.24.1 None 0 4.11 MB thafryer
npm/ci-info@3.9.0 environment 0 26.1 kB sibiraj-s
npm/core-js-compat@3.35.1 Transitive: environment, filesystem, shell +6 3.06 MB zloirock
npm/cosmiconfig@8.3.6 filesystem +4 32.2 MB d-fischer
npm/define-data-property@1.1.2 Transitive: eval +5 137 kB ljharb
npm/define-properties@1.2.1 Transitive: eval +7 177 kB ljharb
npm/es-abstract@1.22.3 Transitive: eval +52 3.18 MB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-shim-unscopables@1.0.2 None +2 53.3 kB ljharb
npm/eslint-plugin-import@2.29.1 filesystem, unsafe Transitive: environment, eval +79 5.51 MB ljharb
npm/fast-glob@3.3.2 filesystem +1 139 kB mrmlnc
npm/filesize@10.1.0 None 0 53.2 kB avoidwork
npm/fraction.js@4.3.7 None 0 86.2 kB infusion
npm/function-bind@1.1.2 None 0 31.4 kB ljharb
npm/function.prototype.name@1.1.6 Transitive: eval +52 3.18 MB ljharb
npm/get-func-name@2.0.2 None 0 8.68 kB keithamus
npm/get-intrinsic@1.2.4 eval +3 96.2 kB ljharb
npm/glob@10.3.10 Transitive: environment +2 1.17 MB isaacs
npm/has-property-descriptors@1.0.1 Transitive: eval +4 107 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/is-array-buffer@3.0.4 Transitive: eval +8 195 kB ljharb
npm/is-core-module@2.13.1 None +2 72.5 kB ljharb
npm/is-descriptor@1.0.3 None +3 83.2 kB ljharb
npm/is-typed-array@1.1.13 Transitive: eval +11 280 kB ljharb
npm/istanbul-lib-coverage@3.2.2 None 0 34.4 kB oss-bot
npm/jiti@1.21.0 environment, filesystem, unsafe 0 1.91 MB pi0
npm/joi@17.12.1 None +5 669 kB marsup
npm/jsonc-parser@3.2.1 None 0 210 kB vscode-bot
npm/just-extend@6.2.0 None 0 8.73 kB angus-c
npm/keyv@4.5.4 None 0 27.8 kB jaredwray
npm/lefthook@1.6.1 environment, shell +8 54.8 MB mrexox
npm/lit-element@4.0.4 Transitive: environment +4 2.68 MB aomarks, augustjk, azakus, ...11 more
npm/lit@3.1.2 Transitive: environment +5 2.79 MB aomarks, augustjk, graynorton, ...6 more
npm/magic-string@0.30.7 None 0 447 kB antfu
npm/nise@5.1.9 Transitive: eval +5 1.77 MB cjohansen, fatso83, mantoni, ...1 more
npm/node-fetch@2.7.0 network 0 162 kB node-fetch-bot
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/object.fromentries@2.0.7 Transitive: eval +53 3.2 MB ljharb
npm/object.values@1.1.7 Transitive: eval +53 3.21 MB ljharb
npm/oclif@3.17.2 Transitive: environment, eval, filesystem, network, shell, unsafe +65 141 MB salesforce-releases
npm/pathe@1.1.2 None 0 30.8 kB pi0
npm/postcss-loader@7.3.4 eval, unsafe Transitive: environment, filesystem +8 34.4 MB evilebottnawi
npm/postcss-selector-parser@6.0.15 None +1 203 kB evilebottnawi
npm/preferred-pm@3.1.2 None 0 4.86 kB zkochan
npm/punycode@2.3.1 None 0 33.5 kB google-wombot
npm/regexp.prototype.flags@1.5.1 Transitive: eval +12 283 kB ljharb
npm/resolve@1.22.8 environment, filesystem +3 218 kB ljharb
npm/set-function-name@2.0.1 Transitive: eval +7 164 kB ljharb
npm/storybook@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +446 477 MB shilman
npm/style-dictionary@3.9.2 filesystem Transitive: environment +6 5.78 MB dbanksdesign
npm/sucrase@3.35.0 Transitive: environment, filesystem, shell, unsafe +7 2.64 MB alangpierce
npm/tar@6.2.0 environment, filesystem 0 166 kB isaacs
npm/terser@5.27.0 environment, eval Transitive: filesystem, shell +4 2.67 MB fabiosantoscode
npm/ts-node@10.9.2 environment, filesystem, unsafe +3 36.7 MB blakeembrey
npm/turbo@1.12.2 None +6 118 MB jaredpalmer, turbobot, vercel-release-bot
npm/typescript@5.3.3 None 0 32 MB typescript-bot
npm/vite@4.5.2 environment, eval, filesystem, network, shell, unsafe +30 217 MB vitebot
npm/which-typed-array@1.1.14 Transitive: eval +10 257 kB ljharb
npm/ws@8.16.0 environment, network 0 141 kB lpinca

๐Ÿšฎ Removed packages: npm/@adobe/css-tools@4.3.1, npm/@babel/helper-create-class-features-plugin@7.22.10, npm/@babel/helper-create-regexp-features-plugin@7.22.9, npm/@babel/helper-remap-async-to-generator@7.22.9, npm/@babel/helper-replace-supers@7.22.9, npm/@babel/plugin-proposal-decorators@7.22.10, npm/@babel/plugin-transform-modules-commonjs@7.22.5, npm/@babel/plugin-transform-optional-chaining@7.22.10, npm/@changesets/cli@2.26.2, npm/@commitlint/cli@17.7.1, npm/@commitlint/config-conventional@17.7.0, npm/@commitlint/ensure@17.6.7, npm/@commitlint/execute-rule@17.4.0, npm/@commitlint/format@17.4.4, npm/@commitlint/is-ignored@17.7.0, npm/@commitlint/lint@17.7.0, npm/@commitlint/load@17.7.1, npm/@commitlint/message@17.4.2, npm/@commitlint/parse@17.7.0, npm/@commitlint/read@17.5.1, npm/@commitlint/resolve-extends@17.6.7, npm/@commitlint/rules@17.7.0, npm/@commitlint/to-lines@17.4.0, npm/@commitlint/top-level@17.4.0, npm/@commitlint/types@17.4.4, npm/@open-wc/testing@3.2.0, npm/@rollup/plugin-image@3.0.2, npm/@rollup/plugin-json@6.0.0, npm/@rollup/plugin-multi-entry@6.0.0, npm/@rollup/plugin-replace@5.0.2, npm/@rollup/plugin-terser@0.4.3, npm/@sideway/address@4.1.4, npm/@storybook/addon-actions@7.4.6, npm/@storybook/addon-docs@7.4.6, npm/@storybook/addon-essentials@7.4.6, npm/@storybook/addon-links@7.4.6, npm/@storybook/web-components-vite@7.4.6, npm/@storybook/web-components@7.4.6, npm/@tailwindcss/typography@0.5.9, npm/@types/babel__core@7.20.1, npm/@types/babel__traverse@7.20.1, npm/@types/express@4.17.17, npm/@types/graceful-fs@4.1.6, npm/@types/istanbul-lib-coverage@2.0.4, npm/@types/koa@2.13.8, npm/@types/mime@1.3.2, npm/@types/node@20.4.7, npm/@types/qs@6.9.7, npm/@types/react@18.2.20, npm/@types/unist@2.0.7, npm/array.prototype.flat@1.3.1, npm/aws-sdk@2.1441.0, npm/cosmiconfig@8.2.0, npm/define-properties@1.2.0, npm/es-abstract@1.22.1, npm/filesize@10.0.12, npm/fraction.js@4.2.1, npm/internal-slot@1.0.5, npm/is-array-buffer@3.0.2, npm/is-descriptor@1.0.2, npm/istanbul-lib-coverage@3.2.0, npm/joi@17.9.2, npm/just-extend@4.2.1, npm/lefthook@1.5.2, npm/nanoid@3.3.6, npm/nise@5.1.4, npm/object-inspect@1.12.3, npm/postcss-loader@7.3.3, npm/postcss-selector-parser@6.0.13, npm/regexp.prototype.flags@1.5.0, npm/rollup@3.28.1, npm/storybook@7.4.6, npm/style-dictionary@3.8.0, npm/sucrase@3.34.0, npm/terser@5.19.2, npm/turbo@1.10.12, npm/typescript@5.1.6, npm/ws@8.13.0

View full reportโ†—๏ธŽ