Code Monkey home page Code Monkey logo

core's People

Contributors

akarachen avatar allcontributors[bot] avatar innei avatar renovate[bot] avatar wibus-wee avatar

Stargazers

 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

core's Issues

Dependency Dashboard

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

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency @types/node to v18.11.19
  • chore(deps): update dependency esbuild to v0.17.19
  • chore(deps): update dependency husky to v8.0.3
  • chore(deps): update dependency lint-staged to v13.1.4
  • chore(deps): update dependency prettier to v2.8.8
  • chore(deps): update dependency reflect-metadata to v0.1.14
  • chore(deps): update dependency rimraf to v4.0.7
  • chore(deps): update dependency rollup to v3.7.5
  • chore(deps): update dependency typescript to v4.9.5
  • fix(deps): update dependency csstype to v3.1.3
  • chore(deps): update dependency @types/node to v18.19.26
  • chore(deps): update dependency eslint to v8.57.0
  • chore(deps): update dependency lint-staged to v13.3.0
  • chore(deps): update dependency reflect-metadata to v0.2.1
  • chore(deps): update dependency rimraf to v4.4.1
  • chore(deps): update dependency rollup to v3.29.4
  • chore(deps): update dependency tslib to v2.6.2
  • chore(deps): update actions/cache action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency husky to v9
  • chore(deps): update dependency rollup-plugin-esbuild to v6
  • chore(deps): update pnpm/action-setup action to v3
  • 🔐 Create all rate-limited PRs at once 🔐

Open

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

Detected dependencies

github-actions
.github/workflows/release.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
  • pnpm/action-setup v2.2.4
npm
demo/package.json
  • vite ^4.0.1
package.json
  • @types/node ^18.11.17
  • @typescript-eslint/eslint-plugin ^5.46.1
  • @typescript-eslint/parser ^5.46.1
  • @wibus/bump-monorepo 1.0.0-alpha.2
  • eslint ^8.29.0
  • eslint-config-prettier ^8.5.0
  • eslint-plugin-prettier ^4.2.1
  • husky ^8.0.2
  • lint-staged ^13.1.0
  • pnpm ^7.18.2
  • prettier ^2.8.1
  • rimraf ^4.0.0
  • tslib ^2.4.1
  • typescript ^4.9.4
packages/core/package.json
  • @rollup/plugin-node-resolve ^15.0.1
  • esbuild ^0.17.0
  • rollup ^3.7.4
  • rollup-plugin-esbuild ^5.0.0
  • vite ^4.0.1
  • reflect-metadata ^0.1.13
  • rollup-plugin-ts ^3.0.2
packages/reactively/package.json
packages/runtime/package.json
packages/shared/package.json
  • csstype ^3.1.1

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

Element's style becomes Object when converted to style

Code

<div class="js-comment-field-error invalid-feedback d-block" style={{ display: "none" }} />
<textarea class="form-control input-contrast comment-form-textarea js-comment-field js-size-to-fit js-task-list-field js-saved-reply-field js-quick-submit js-task-list-field-enabled"
	name="comment[body]"
	aria-label="Comment body"
	placeholder="Leave a comment"
	aria-describedby="issue-comment-field-error"
	aria-invalid="false"
	rows={1}
	style={{ width: "72px", resize: "none", overflow: "hidden", height: "20px" }}/>

Screenshot

image

Redundant and incorrect attributes

Description

<button onClick={() => {this.count++;}}>
  count is {String(this.count)}
</button>

在 DOM 上显示则为:

<button on-click="() => {this.count++;}">count is 1</button>

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.