tiny-trie
tiny-trie copied to clipboard
Bump request, fsevents and tap
Removes request. It's no longer used after updating ancestor dependencies request, fsevents and tap. These dependencies need to be updated together.
Removes request
Updates fsevents
from 1.1.3 to 1.2.13
Release notes
Sourced from fsevents's releases.
Release v1.2.13
Only build on Mac-OSX
Release v1.2.11
Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.
The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.
Intermediate Release
No release notes provided.
Release v1.2.9 - Node v12 compatibility
No release notes provided.
Release Pre-NAPI v1.2.8
No release notes provided.
Version Bump (bundle node-pre-gyp)
No release notes provided.
Prebuilt v11.x
No release notes provided.
v1.2.3
- Added node v10 for pre-built binaries
- C++ tuning to fix potential SIGILL and cyclic dependency (#204)
v1.2.2
Fixed node-pre-gyp bundling issue
v1.2.1
[unpublished because of errors during publish process]
v1.2.0
- BREAKING: End support for Node v0.12. If you are using Node v0.12 please pin your fsevents dependencies to v1.1.3. Not bumping semver major for this release was a compromise solution discussed in #199 and #201.
- Node v0.10 should continue to work with local compilation for now, but hosted pre-built binaries will no longer be provided. If this is a constraint for you, please pin to an earlier version.
- Fixed security vulnerability warnings by updating node-pre-gyp to ^0.9.0
- Compatibility updates for nan v2.9.0
Commits
844a05d
Version Bumpf393f2a
Only build fsevents on macOS (#322)6a281a7
[publish binary]acc2bce
[publish binary]f532b6e
[publish binary]4c6a1c0
Add node 13 to travis matrix.92e40aa
Release 1.2.12.909af26
Release v1.2.117074adb
Release v1.2.100a052f6
Node.js v12 support for v1.x (#274)- Additional commits viewable in compare view
Updates tap
from 2.3.4 to 16.3.4
Release notes
Sourced from tap's releases.
v16.0.0
https://node-tap.org/changelog/#160---2022-03-05
v15.0.0
15.0 - 2021-03-30
This is a major refactor of much of tap's internals, and a lot of new features.
BREAKING CHANGES
- Drop the use of the
@std/esm
module, in favor of native ES Modules.- Drop the inclusion of
typescript
by default. (Typescript still supported, but requires that you install it yourself.).jsx
files only run automatically when--jsx
config is explicitly enabled.--check-coverage
on by default.- Drop support for node
<10
.- Separate
t.has
fromt.match
, so these are distinct.- Deprecate aliases.
- Do not report on test points filtered with
only
orgrep
options.- Resolve
t.test()
promise to the child test results, rather than the parent test.- Remove
callback
argument fromt.beforeEach
andt.afterEach
. Return a promise if you wish these methods to be async.NEW FEATURES and BUG FIXES
- Restructure snapshot output folder, and change file extensions to
.cjs
.- Add
t.compareOptions
object to pass options to all the methods that usetcompare
(ie,t.has
,t.match
,t.same
, etc.)- Improved diffing and comparison output for long strings and buffers.
- Add
t.before
method.- Add
t.mock()
API for mocking calls torequire()
in modules being tested.- Inherit the
t.saveFixture
boolean option.- Create fixtures symbolic links as junctions if pointing at directories.
- Set both
FORCE_COLOR
andNO_COLOR
environment variables appropriately.- Pull initial
TS_NODE_COMPILER_OPTIONS
from test environment.- Run fixture cleanup aysnchronously on
t.teardown()
to minimize Windows folder locking issues.- Load
.taprc.yml
and.taprc.yaml
config files if present, and no.taprc
is present.DEPENDENCIES and REFACTORING
- Extract most of the internal functionality to
libtap
.- Update
nyc
to version 15.- Conditional exports to limit diving into tap's internals except via supported APIs.
Commits
e6444ce
16.3.4e0e7184
Pass node-arg options to --before/--after scriptsc14c887
chore: add copyright year to license8265b0b
update cli docb895d24
16.3.35c5e3e3
update json5 for npm audit7db71cc
update cli docb557362
16.3.24e6f390
Back out dep update that broke installation with npm v6b3fd12d
update cli doc- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.