Tags · browserify/resolve · GitHub
Skip to content

Tags: browserify/resolve

Tags

v2.0.0-next.7

Toggle v2.0.0-next.7's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v2.0.0-next.7

 - [New] add `moduleSystem` option to select `import` or `require` conditions for `exports` resolution
 - [New] add type declarations
 - [Fix] fix a bizarre issue in old v8
 - [Fix] `defaultPaths`: handle null homedir gracefully
 - [Fix] `homedir`: fix operator precedence bug with HOMEDRIVE/HOMEPATH concatenation
 - [Fix] `loadpkg`: add missing `return` after error callback to prevent double-callback
 - [meta] do not publish .gitmodules
 - [meta] avoid eccheck error
 - [meta] update security policy to use GitHub PVR instead of Tidelift
 - [meta] fix editorconfig
 - [Deps] update `is-core-module`
 - [Dev Deps] update `@ljharb/eslint-config`, `@types/node`, `eslint`
 - [Tests] add `nyc`; increase coverage

v1.22.12

Toggle v1.22.12's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.12

 - [Fix] `defaultPaths`: handle null homedir gracefully
 - [Fix] `homedir`: fix operator precedence bug with HOMEDRIVE/HOMEPATH concatenation
 - [Fix] `loadpkg`: add missing `return` after error callback to prevent double-callback
 - [Performance] avoid an unnecessary slice
 - [Robustness] use `es-errors`
 - [Refactor] use non-hoisted declarations instead of expressions
 - [readme] replace runkit CI badge with shields.io check-runs badge
 - [readme] add CII Best Practices badge
 - [meta] update security policy to use GitHub PVR instead of Tidelift
 - [meta] add CONTRIBUTING.md
 - [Test] add test from v2 branch
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `mkdirp`
 - [Dev Deps] update `@ljharb/eslint-config`, `eslint`, `npmignore`
 - [actions] fix workflow permissions

v2.0.0-next.6

Toggle v2.0.0-next.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v2.0.0-next.6

Changes since v2.0.0-next.5:

 - [New] add `exports` support via `engines` and `exportsCategory` options
 - [Robustness] use `es-errors`
 - [Performance] avoid an unnecessary slice
 - [Refactor] use non-hoisted declarations instead of expressions
 - [Refactor] hoist regex expressions for efficiency
 - [Deps] update `is-core-module`
 - [readme] replace runkit CI badge with shields.io check-runs badge
 - [readme] add CII Best Practices badge
 - [meta] add DCO, CONTRIBUTING.md, IRP, threat model
 - [meta] Fix broken repository URL in package.json
 - [meta] sort package.json, add missing `engines.node`
 - [meta] ensure list-export fixtures are not published
 - [actions] add codeQL, fix workflow permissions, split out node versions
 - [eslint] add eslint optional peer dep
 - [Dev Deps] update `@ljharb/eslint-config`, `eslint`, `npmignore`, `tape`, `array.prototype.map`, `mkdirp`, `aud`
 - [Tests] fix posttest script on Windows, replace `aud` with `npm audit`, account for `vlt i`

Including all changes in v1.22.9 - v1.22.11

v1.22.11
 - [actions] set proper permissions

v1.22.10
 - [meta] ensure list-export fixtures are not published
 - [meta] add missing `engines.node`
 - [meta] sort package.json
 - [actions] re-add finishers

v1.22.9
 - [Deps] update `is-core-module`
 - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.map`, `npmignore`, `tape`
 - [actions] split out node 10-20, and 20+
 - [Tests] replace `aud` with `npm audit`
 - [Tests] account for `vlt i`
 - [meta] update funding-manifest-urls

v1.22.11

Toggle v1.22.11's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.11

 - [Refactor] hoist regex expressions for efficiency (#336)
 - [meta] Fix broken repository URL in package.json (#334)
 - [meta] add threat model
 - [meta] gitignore coverage output
 - [meta] add IRP
 - [Deps] update `is-core-module`
 - [actions] set proper permissions
 - [Tests] install npm 5 before npm 6 in node 7 on windows
 - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.map`

v1.22.10

Toggle v1.22.10's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.10

 - [meta] ensure list-export fixtures are not published
 - [meta] add missing `engines.node`

v1.22.9

Toggle v1.22.9's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.9

 - [Deps] update `is-core-module`
 - [Dev Deps] update `@ljharb/eslint-config`, `array.prototype.map`, `npmignore`, `tape`
 - [actions] split out node 10-20, and 20+
 - [Tests] replace `aud` with `npm audit`

v2.0.0-next.5

Toggle v2.0.0-next.5's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v2.0.0-next.5

Changes since v2.0.0-next.4:

 - [Fix] fix `npx resolve` by handling symlinks (#315)
 - [Fix] allow `npx resolve` to work (#316)
 - [Tests] rename innocent test project to avoid flawed security scanners
 - [Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners

Including all changes in v1.20.2 - v1.22.8

v1.22.8
 - [Tests] rename innocent test project to avoid flawed security scanners

v1.22.7

 - [Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners

v1.22.6

 - [Fix] allow `npx resolve` to work (#316)
 - [actions] use reusable rebase action

v1.22.5

 - [Fix] fix `npx resolve` by handling symlinks (#315)
 - [Dev Deps] update `array.prototype.map`

v1.22.4

 - Revert "[Refactor] deprecated `lib/core.js` now uses data from `is-core-module` also"
 - [Deps] update `is-core-module`
 - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `semver`, `tape`
 - [meta] commit published core.json data

v1.22.3

 - [Refactor] deprecated `lib/core.js` now uses data from `is-core-module` also
 - [Deps] update `is-core-module`

v1.22.2

 - [Refactor] deprecated `lib/core.js` now uses `is-core-module`
 - [meta] cp core.json on prepack instead of prepublishOnly
 - [Deps] update `is-core-module`
 - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape`, `array.prototype.map`

v1.22.8

Toggle v1.22.8's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.8

 - [Tests] rename innocent test project to avoid flawed security scanners
 - [Tests] skip some tests for a broken `require.resolve` in node v8.9, v9.0-v9.2

v1.22.7

Toggle v1.22.7's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.7

 - [Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners

v1.22.6

Toggle v1.22.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ljharb Jordan Harband
v1.22.6

 - [Fix] allow `npx resolve` to work (#316)
 - [actions] use reusable rebase action