Git Product home page Git Product logo

plasma's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plasma's Issues

An in-range update of coveo-styleguide is breaking the build 🚨

Version 1.11.1 of coveo-styleguide just got published.

Branch Build failing 🚨
Dependency coveo-styleguide
Current Version 1.11.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As coveo-styleguide is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • bitHound - Code Details

  • bitHound - Dependencies Details

  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of coveo-styleguide is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.6.1 of coveo-styleguide was just published.

Branch Build failing 🚨
Dependency coveo-styleguide
Current Version 2.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

coveo-styleguide is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Errors are not shown if it happens on initial load

I am wondering why no errors are shown when no initial data is provided.

With this line:

this.isInitialLoad = props.initialTableData == DEFAULT_TABLE_DATA;

(https://github.com/coveo/react-vapor/blob/master/src/components/tables/Table.tsx#L123)

coupled with this condition:

const tableBodyNode: React.ReactNode = tableData.displayedIds.length || this.props.tableCompositeState.isLoading || this.isInitialLoad
            ? this.getTableBody()
            : <TableChildBlankSlate {...this.props} />;

(https://github.com/coveo/react-vapor/blob/master/src/components/tables/Table.tsx#L173)

The state of table can be isLoading: false and isInError: true, but the this.isInitialLoad condition prevents the error from being shown, thus the UI is shown in "loading" mode, even though there is an error.

I wonder if this "initialLoad" is required. Can we put the isLoading state to true by default instead?

Or we could explicitely handle the "isInError" state in the condition:

!this.props.tableCompositeState.isInError && (tableData.displayedIds.length || this.props.tableCompositeState.isLoading || this.isInitialLoad)

Thoughts?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/actions/cleanup-demo/action.yml
  • aws-actions/configure-aws-credentials v4
.github/actions/comment-on-pr/action.yml
  • actions/github-script v7
.github/actions/deploy/action.yml
  • aws-actions/configure-aws-credentials v4
.github/actions/publish/action.yml
  • actions/github-script v7
.github/actions/setup/action.yml
  • actions/setup-node v4@60edb5dd545a775178f52524783378180af0d1f8
  • actions/cache v4
  • actions/cache v4
.github/workflows/cd.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
.github/workflows/ci.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
.github/workflows/codeql.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/demo-cleaner.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
.github/workflows/dependency-review.yml
npm
helpers/eslint-config-plasma/package.json
  • @typescript-eslint/eslint-plugin 7.13.1
  • @typescript-eslint/parser 7.13.1
  • eslint 8.57.0
  • eslint-config-prettier 9.1.0
  • eslint-plugin-import 2.29.1
  • eslint-plugin-jsdoc 48.2.12
  • eslint-plugin-prefer-arrow 1.2.3
  • eslint-plugin-react 7.34.3
  • eslint-plugin-react-hooks 4.6.2
  • eslint-plugin-unused-imports 3.2.0
  • typescript 5.5.2
package.json
  • @commitlint/cli 19.3.0
  • @commitlint/config-conventional 19.2.2
  • @coveo/semantic-monorepo-tools 2.4.37
  • @sindresorhus/slugify 2.2.1
  • @types/node 20.14.7
  • aws-sdk 2.1646.0
  • chokidar 3.6.0
  • commitizen 4.3.0
  • conventional-changelog-angular 8.0.0
  • cz-conventional-changelog 3.3.0
  • eslint 8.57.0
  • eslint-plugin-prettier 5.1.3
  • husky 9.0.11
  • lint-staged 15.2.7
  • mime-types 2.1.35
  • postcss 8.4.38
  • prettier 3.3.2
  • sort-package-json 2.10.0
  • stylelint 16.6.1
  • stylelint-config-standard-scss 13.1.0
  • turbo 2.0.4
  • typescript 5.5.2
  • underscore 1.13.6
  • walkdir 0.4.1
  • pnpm 9.4.0
  • @babel/traverse ^7.23.2
  • nwsapi 2.2.10
packages/components-props-analyzer/package.json
  • @swc/cli 0.3.12
  • @swc/core 1.6.3
  • @types/fs-extra 11.0.4
  • @types/node 20.14.7
  • @types/react 18.3.3
  • @types/react-dom 18.3.0
  • @typescript/twoslash 3.2.7
  • @typescript/vfs 1.5.3
  • cross-fetch 4.0.0
  • fs-extra 11.2.0
  • nodemon 3.1.4
  • react 18.3.1
  • react-dom 18.3.1
  • rimraf 5.0.7
  • ts-node 10.9.2
  • tslib 2.6.3
  • typescript 5.5.2
packages/mantine/package.json
  • @dnd-kit/core 6.1.0
  • @dnd-kit/modifiers 7.0.0
  • @dnd-kit/sortable 8.0.0
  • @dnd-kit/utilities 3.2.2
  • @mantine/utils 6.0.21
  • @monaco-editor/react 4.6.0
  • @swc/helpers 0.5.11
  • @tanstack/react-table 8.17.3
  • @tanstack/table-core 8.17.3
  • clsx 2.1.1
  • dayjs 1.11.11
  • fast-deep-equal 3.1.3
  • lodash.debounce 4.0.8
  • lodash.defaultsdeep 4.6.1
  • monaco-editor 0.50.0
  • @mantine/carousel 7.10.2
  • @mantine/code-highlight 7.10.2
  • @mantine/core 7.10.2
  • @mantine/dates 7.10.2
  • @mantine/form 7.10.2
  • @mantine/hooks 7.10.2
  • @mantine/modals 7.10.2
  • @mantine/notifications 7.10.2
  • @swc/cli 0.3.12
  • @swc/core 1.6.3
  • @testing-library/dom 10.1.0
  • @testing-library/jest-dom 6.4.6
  • @testing-library/react 16.0.0
  • @testing-library/user-event 14.5.2
  • @types/lodash.debounce 4.0.9
  • @types/lodash.defaultsdeep 4.6.9
  • @types/react 18.3.3
  • @types/react-dom 18.3.0
  • embla-carousel-react 7.1.0
  • eslint-plugin-testing-library 6.2.2
  • eslint-plugin-vitest 0.5.4
  • eslint-plugin-vitest-globals 1.5.0
  • identity-obj-proxy 3.0.0
  • jsdom 24.1.0
  • postcss 8.4.38
  • postcss-preset-mantine ^1.11.0
  • postcss-simple-vars ^7.0.1
  • publint 0.2.8
  • react 18.3.1
  • react-dom 18.3.1
  • rimraf 5.0.7
  • sass 1.77.6
  • tslib 2.6.3
  • typescript 5.5.2
  • vitest 1.6.0
  • @mantine/carousel ^7.6.1
  • @mantine/code-highlight ^7.6.1
  • @mantine/core ^7.6.1
  • @mantine/dates ^7.6.1
  • @mantine/form ^7.6.1
  • @mantine/hooks ^7.6.1
  • @mantine/modals ^7.6.1
  • @mantine/notifications ^7.6.1
  • embla-carousel-react ^7.0.4
  • react >= 18.0.0
  • react-dom >= 18.0.0
packages/react-icons/package.json
  • @swc/helpers 0.5.11
  • @babel/types 7.24.7
  • @svgr/core 8.1.0
  • @svgr/plugin-jsx 8.1.0
  • @swc/cli 0.3.12
  • @swc/core 1.6.3
  • @types/react 18.3.3
  • @types/react-dom 18.3.0
  • fs-extra 11.2.0
  • glob 10.4.2
  • lodash.groupby 4.6.0
  • lodash.upperfirst 4.3.1
  • publint 0.2.8
  • react 18.3.1
  • react-dom 18.3.1
  • rimraf 5.0.7
  • tslib 2.6.3
  • typescript 5.5.2
  • react >= 18.0
  • react-dom >= 18.0
packages/tokens/package.json
  • @swc/helpers 0.5.11
  • @swc/cli 0.3.12
  • @swc/core 1.6.3
  • @types/chroma-js 2.4.4
  • @types/fs-extra 11.0.4
  • @types/lodash 4.17.5
  • @types/node 20.14.7
  • chroma-js 2.4.2
  • commander 12.1.0
  • dotenv 16.4.5
  • dotenv-safe 9.1.0
  • figma-js 1.16.0
  • fs-extra 11.2.0
  • lint-staged 15.2.7
  • lodash 4.17.21
  • prettier 3.3.2
  • publint 0.2.8
  • rimraf 5.0.7
  • sass 1.77.6
  • svgo 3.3.2
  • ts-node 10.9.2
  • tslib 2.6.3
  • typescript 5.5.2
packages/website/package.json
  • @coveo/atomic-react 2.10.3
  • @coveo/headless 2.67.0
  • @faker-js/faker 8.4.1
  • @mantine/code-highlight 7.10.2
  • @mantine/core 7.10.2
  • @mantine/dates 7.10.2
  • @mantine/form 7.10.2
  • @mantine/hooks 7.10.2
  • @mantine/modals 7.10.2
  • @mantine/notifications 7.10.2
  • @mantinex/dev-icons 1.0.2
  • @swc/helpers 0.5.11
  • @tabler/icons-react 3.6.0
  • @tanstack/match-sorter-utils 8.15.1
  • @tanstack/react-query 5.45.1
  • clsx 2.1.1
  • codesandbox-import-utils 2.2.3
  • dayjs 1.11.11
  • encoding 0.1.13
  • lodash.kebabcase 4.1.1
  • pino-pretty 11.2.1
  • react 18.3.1
  • react-dom 18.3.1
  • react-hook-form 7.52.0
  • react-imask 7.6.1
  • react-markdown 9.0.1
  • react-router-dom 6.23.1
  • redux 5.0.1
  • remark-gfm 4.0.0
  • @types/fs-extra 11.0.4
  • @types/klaw-sync 6.0.5
  • @types/lodash.kebabcase 4.1.9
  • @types/node 20.14.7
  • @types/react 18.3.3
  • @types/react-dom 18.3.0
  • @typescript-eslint/eslint-plugin 7.13.1
  • @typescript-eslint/parser 7.13.1
  • @vitejs/plugin-react-swc 3.7.0
  • autoprefixer 10.4.19
  • eslint 8.57.0
  • eslint-plugin-react-hooks 4.6.2
  • eslint-plugin-react-refresh 0.4.7
  • fs-extra 11.2.0
  • klaw-sync 6.0.0
  • postcss 8.4.38
  • postcss-preset-mantine 1.15.0
  • simple-git 3.25.0
  • ts-node 10.9.2
  • tslib 2.6.3
  • typescript 5.5.2
  • vite 5.3.1

  • Check this box to trigger a request for Renovate to run again on this repository

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react-dom is breaking the build 🚨

Version 15.5.3 of react-dom just got published.

Branch Build failing 🚨
Dependency react-dom
Current Version 15.5.2
Type peerDependency

This version is covered by your current version range and after updating it in your project the build failed.

As react-dom is “only” a peerDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • bitHound - Dependencies 1 failing dependency. Details

  • bitHound - Code No failing files. Details

  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Reporting a vulnerability

Hello!

I hope you are doing well!

We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has a feature called Private vulnerability reporting, which enables security research to privately disclose a vulnerability. Unfortunately, it is not enabled for this repository.

Can you enable it, so that we can report it?

Thanks in advance!

PS: you can read about how to enable private vulnerability reporting here: https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository

MomentJs should be external dependency

Problem when referencing .d.ts: one of the class referenced an unknown type "Moment". The issue is caused when generating .d.ts: everything that originates from node_modules is stripped out, leaving an unexisting type in the definition.

An in-range update of coveo-styleguide is breaking the build 🚨

The devDependency coveo-styleguide was updated from 3.9.15 to 3.9.16.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

coveo-styleguide is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 8 commits.

  • b332fd3 Release v3.9.16.
  • e55f31e Merge pull request #666 from coveo/feature-coveo-child-mod-new-color
  • 01cae0b Feature add mod-pure-white on coveo-child
  • 196ad89 Update .gitignore
  • 44c2fbf Fix gulpfile and enable incremental build
  • 06a1841 Merge pull request #664 from coveo/UX-1396-fix-popover-border
  • 0b80fd7 Update scss/components/popover.scss
  • 647e91e Fixed the border and also the favicon

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of coveo-styleguide is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.13.15 of coveo-styleguide was just published.

Branch Build failing 🚨
Dependency coveo-styleguide
Current Version 2.13.14
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

coveo-styleguide is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits.

  • 636aa4f Merge pull request #482 from francoislg/fix-nested-table-styling
  • 4c51d96 Fix nested table-collapsible styling issue

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of coveo-styleguide is breaking the build 🚨

Version 2.18.9 of coveo-styleguide was just published.

Branch Build failing 🚨
Dependency coveo-styleguide
Current Version 2.18.8
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

coveo-styleguide is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 3 commits.

  • 3de2e10 Release v2.18.9.
  • e81df96 Merge pull request #517 from coveo/fix-select-dropdown-style
  • 600f4e5 ! Fix dropdown style

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react is breaking the build 🚨

Version 15.6.0 of react just got published.

Branch Build failing 🚨
Dependency react
Current Version 15.5.4
Type peerDependency

This version is covered by your current version range and after updating it in your project the build failed.

As react is “only” a peerDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v15.6.0

15.6.0 (June 13, 2017)

React

  • Downgrade deprecation warnings to use console.warn instead of console.error. (@flarnie in #9753)
  • Add a deprecation warning for React.createClass. Points users to create-react-class instead. (@flarnie in #9771)
  • Add deprecation warnings and separate module for React.DOM factory helpers. (@nhunzaker in #8356)
  • Warn for deprecation of React.createMixin helper, which was never used. (@aweary in #8853)

React DOM

  • Add support for CSS variables in style attribute. (@aweary in #9302)
  • Add support for CSS Grid style properties. (@ericsakmar in #9185)
  • Fix bug where inputs mutated value on type conversion. (@nhunzaker in #9806)
  • Fix issues with onChange not firing properly for some inputs. (@jquense in #8575)
  • Fix bug where controlled number input mistakenly allowed period. (@nhunzaker in #9584)
  • Fix bug where performance entries were being cleared. (@chrisui in #9451)

React Addons

  • Fix AMD support for addons depending on react. (@flarnie in #9919)
  • Fix isMounted() to return true in componentWillUnmount. (@mridgway in #9638)
  • Fix react-addons-update to not depend on native Object.assign. (@gaearon in #9937)
  • Remove broken Google Closure Compiler annotation from create-react-class. (@gaearon in #9933)
  • Remove unnecessary dependency from react-linked-input. (@gaearon in #9766)
  • Point react-addons-(css-)transition-group to the new package. (@gaearon in #9937)
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.