Git Product home page Git Product logo

types's Introduction

@rxts/types

GitHub Actions Codacy Grade type-coverage GitHub release David Dev

Conventional Commits Renovate enabled JavaScript Style Guide Code Style: Prettier changesets

TypeScript Type Definitions same as DefinitelyTyped.

Install

# yarn
yarn add -D @d-ts/core

# npm
npm i -D @d-ts/core

Usage

Link to @types Automatically

# yarn
yarn add -D @d-ts/bin

# npm
npm i -D @d-ts/bin
// package.json
{
  "scripts": {
    "postinstall": "t"
  }
}

Prefer Configuring Manually

// tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "typeRoots": ["./node_modules/@types", "./node_modules/@d-ts"]
  }
}

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me

types'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

Watchers

 avatar  avatar  avatar

types's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: package.json
Error type: The renovate configuration file contains some invalid settings
Message: Invalid configuration option: author, Invalid configuration option: commitlint, Invalid configuration option: license, Invalid configuration option: name, Invalid configuration option: packageRules[0].@1stg/lib-config, Invalid configuration option: packageRules[0].@1stg/tslint-config, Invalid configuration option: packageRules[0].@types/node, Invalid configuration option: packageRules[0].dtslint, Invalid configuration option: packageRules[0].lerna, Invalid configuration option: packageRules[0].npm-run-all, Invalid configuration option: packageRules[0].svelte, Invalid configuration option: packageRules[0].ts-node, Invalid configuration option: packageRules[0].tslint, Invalid configuration option: packageRules[0].type-coverage, Invalid configuration option: packageRules[0].typescript, Invalid configuration option: packageRules[0].vue, Invalid configuration option: packageRules[0].webpack, Invalid configuration option: packageRules[0].yarn-deduplicate, Invalid configuration option: prettier, Invalid configuration option: private, Invalid configuration option: renovate, Invalid configuration option: resolutions, Invalid configuration option: scripts, Invalid configuration option: typeCoverage, Invalid configuration option: version, Invalid configuration option: workspaces

Dependency Dashboard

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

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency react-router-dom to ^6.22.3
  • chore(deps): update react monorepo (@types/react, @types/react-dom)
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @1stg/app-config to v10
  • chore(deps): update dependency @1stg/lib-config to v13
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency patch-package to v8
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency svelte to v4
  • chore(deps): update dependency typescript to v5

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/ci.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/release.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @1stg/app-config ^4.1.3
  • @1stg/lib-config ^6.1.3
  • @changesets/changelog-github ^0.5.0
  • @changesets/cli ^2.27.1
  • @pkgr/webpack ^3.4.0
  • @pkgr/webpack-mdx ^2.2.0
  • @pkgr/webpack-react ^2.1.1
  • @types/node ^17.0.45
  • @types/react ^18.0.28
  • @types/react-dom ^18.0.11
  • github-markdown-css ^5.5.1
  • html-webpack-harddisk-plugin ^2.0.0
  • patch-package ^6.5.1
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-dom ^6.22.2
  • sirv-cli ^2.0.2
  • svelte ^3.59.2
  • ts-node ^10.9.2
  • type-coverage ^2.27.1
  • typescript ^4.9.5
  • vue ^3.4.21
  • prettier ^2.8.8
packages/bin/package.json
  • node *
packages/core/package.json
packages/rollup-plugins/package.json
  • rollup *
packages/svelte/package.json
  • svelte >=3.59.2
packages/vue/package.json
  • vue >=3.4.21
packages/webpack-plugins/package.json
  • webpack >=5.90.3

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

`jsox` typings issue

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch @d-ts/[email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/@d-ts/core/shim.d.ts b/node_modules/@d-ts/core/shim.d.ts
index 185d88e..611c5a2 100644
--- a/node_modules/@d-ts/core/shim.d.ts
+++ b/node_modules/@d-ts/core/shim.d.ts
@@ -1,3 +1,3 @@
 declare module 'jsox' {
-  export = JSON
+  export const JSONX: typeof JSON
 }

This issue body was partially generated by patch-package.

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.