invariant-packages icon indicating copy to clipboard operation
invariant-packages copied to clipboard

Packages for working with invariant(condition, message) assertions

Results 12 invariant-packages issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 Renovate will begin keeping your dependencies up-to-date only once...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 2.72.0 to 3.29.3. Release notes Sourced from rollup's releases. v3.29.3 3.29.3 2023-09-24 Bug Fixes Fix a bug where code was wrongly tree-shaken after mutating function parameters (#5153)...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.31 to 20.6.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.31&new-version=20.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 4.0.0 to 7.3.0. Release notes Sourced from lerna's releases. v7.3.0 7.3.0 (2023-09-13) Bug Fixes core: skip unnecessary cycles when running tasks (#3834) (d477529) init: generate pnpm workspace...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 5.2.2. Release notes Sourced from typescript's releases. TypeScript 5.2 RC For release notes, check out the release announcement. For the complete list of fixed issues,...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.0.0 to 10.2.0 Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945:...

dependencies

This might be a better issue for Nextjs, but I'm gonna leave it here if its of any interest. Feel free to close the issue if its irrelevant. I get...

this package appears to conflict with a seemingly standard polyfill in webpack5: ``` cfg.resolve.alias = { ...cfg.resolve.alias, process: 'process/browser', } ``` ``` cfg.plugins = [ ...cfg.plugins, new webpack.ProvidePlugin({ Buffer: ['buffer',...

i'm getting the error `Assertions require every name in the call target to be declared with an explicit type annotation.`. i'm using typescript 4.7.3 with module: 'nodenext' ``` const {...

Hi, after adding browserslist to package.json I started getting `Unexpected token` error when building the bundle, do you might have an idea why? When there is no browserslist on the...