Releases: ekristen/dns-proxy
v1.0.6
Update dependency pkg to v5 @renovate (#57)
This PR contains the following updates:Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pkg | 4.4.8 -> 5.5.2 |
Release Notes
vercel/pkg
v5.5.2
Patches
- Bump to vercel/[email protected]: #1478
Credits
Huge thanks to @jesec for helping!
v5.5.1
Patches
- Bump to vercel/[email protected]:
66e7e57
v5.5.0
- Add support for node: protocol (#1405)
- ldid: explicitly mark signature as ad-hoc (#1393)
- .github: add issue templates (#1366)
- dependencies: bump (minor) (#1360)
Credits
Huge thanks to @jesec, @asdfugil, and @mallardduck for helping!
v5.4.1
Patches
- Bump to vercel/[email protected]:
628d077
v5.4.0
v5.3.3
Patches
Credits
Huge thanks to @robertsLando for helping!
v5.3.2
Patches
- Bump to vercel/[email protected]: #1308
Credits
Huge thanks to @jesec for helping!
v5.3.1
Changes
- Bump to vercel/[email protected]:
5813016
- Bump to vercel/[email protected]:
03c5e98
- Allow to fallback to "ldid" for macOS ad-hoc signing:
8cd96a1
- README: mention "ldid" utility on Linux for macOS signing:
d65eb64
v5.3.0
Changes
- Bump browserslist from 4.16.3 to 4.16.6:
760b9c4
- README: remove dead dependency badges:
9c6973d
- README: use "HEAD" instead of "master" for links, see nodejs/node@
26e318a
:010cf84
- README: update the target list:
491941b
- README: link to vercel/pkg-fetch in the "Build" section:
709d711
- README: add notes about building for different archs:
bd5f361
- README: add notes about "macos-arm64":
447b2db
- README: add notes about "linuxstatic" and native bindings:
e8a2c63
- Squashed revert "allow to compress files in virtual file system ": #1115
- Bootstrap: remove support for Node < 8:
a22fd80
- Bootstrap: use "const"/"let" instead of "var", require at top:
208e241
- Test-50-fs-runtime-layer-3: use "Buffer.from" instead of "new Buffer":
d696260
- Test: add tests for #1191 and #1192:
bcec96c
- Producer: improve readability and remove backed up native addon at the end:
80103dd
- InjectSnapshot: always use "C:\snapshot" on win: #1212
- Eslint: use airbnb-base rules for TypeScript as well:
38a9a8c
- Fixes "@typescript-eslint/naming-convention":
ff56872
- Fixes "no-nested-ternary":
30b25ab
- Remove unused "appveyor.yml":
5c82b6d
- Tsconfig: bump target to "es2017" as Node 8 is the minimum:
2070696
- Revert^2 "allow to compress files in virtual file system " (#1200): #1115
Credits
Huge thanks to @erossignon and @jesec for helping!
v5.2.1
Patches
- Prelude: create tmpFolder only when needed for decompression:
82ce625
- Bump to vercel/[email protected]:
1f3e235
v5.2.0
Changes
- Feature: allow to compress files in virtual file system: #1115
- Test-50-fs-runtime-layer-2: remove unnecessary assertion on hint:
551d07d
- Feature: allow macOS code signing by including payload in str table:
be5c2ae
- Ad-hoc sign the fabricator binary temporarily to generate bytecode on macOS:
0b55f9a
- Add support for fs.realpath.native: #1173
- Bump hosted-git-info from 2.8.8 to 2.8.9: #1177
- Add a warning about the macOS mandatory code signing requirement: #1176
- Fs.createReadStream and --compress: #1158
- Bump to vercel/[email protected]:
6fac6dc
Credits
Huge thanks to @erossignon, @Infern1, and @jesec for helping!
v5.1.0
Changes
- Test: b...
v1.0.5
- No changes
v1.0.4
- No changes
v1.0.3
- No changes
v1.0.2
Update dependency pkg to v4.4.8 @renovate (#50)
This PR contains the following updates:Package | Type | Update | Change |
---|---|---|---|
pkg | devDependencies | patch | 4.4.2 -> 4.4.8 |
Release Notes
Update dependency standard to v14 @renovate (#49)
This PR contains the following updates:Package | Type | Update | Change |
---|---|---|---|
standard (source) | devDependencies | major | 11.0.1 -> 14.3.3 |
Release Notes
standard/standard
v14.3.3
- Skip running on versions of Node.js older than 8.10.0. #1496
v14.3.2
- Update
eslint
to~6.8.0
v14.3.1
- Skip running on versions of Node.js older than 8.6.0. #1418
v14.3.0
- Update
eslint
to~6.4.0
v14.2.0
- Update
eslint
to~6.3.0
- Update
eslint-plugin-node
to~10.0.0
v14.1.0
- Support ES 2020, the latest version of the ECMAScript specification, which includes support for Dynamic Imports and
BigInt
. #1378 - Security: Upgrade
eslint
to6.2.2
to fix security issue (blog post) (security advisory) - Remove
funding
. See Recap of thefunding
experiment for thoughts and learnings.
NOTE: If you use standard
with the --parser babel-eslint
option, please ensure that you update babel-eslint
to 10.0.3
or later for compatibility with this version of standard
.
v14.0.2
- Relax rule: Don't check indentation on template literal children (work around for ESLint bug) (indent) #1385
v14.0.1
- Relax rule (temporarily, to workaround a bug): Disallow missing parentheses around multiline JSX (react/jsx-wrap-multilines) #1382
v14.0.0
We're super excited to announce standard
14!
As with every new major release, there are lots of new rules in 14.0.0 designed
to help catch bugs and make programmer intent more explicit. This release brings
support for ES 2019, the latest version of the ECMAScript specification, as well
as many quality-of-life improvements for users who use tagged template strings,
JSX, and .mjs
files for ES modules.
When you upgrade, consider running standard --fix
to automatically format your
code to match the newly added rules.
standard
keeps growing! The latest stats show that standard
and
eslint-standard-*
shareable configs are depended upon by 318,512 GitHub
repositories and 33,349 public npm packages. Thanks for spreading the
word!
We now have a Discord server. Come chat with the
maintainers, ask questions, and get help from the community!
❤️ If you enjoy StandardJS and want to support future releases, check out
Feross's GitHub Sponsors page.
GitHub is matching donations, so your dollars go twice as far! 🚀
New features
- Support ES 2019, the latest version of the ECMAScript specification. eslint-config-standard/e04e06
- Lint
*.mjs
and*.cjs
files automatically by default #1009 - Ignore patterns from
.git/info/exclude
in addition to.gitignore
. #1277 - Added
funding
, an open source funding experiment.
Changed features
- Remove
bundle.js
from the default list of ignored files #743
New rules
(Estimated % of affected standard users, based on test suite in parens)
- Require Dot Notation Whenever Possible (dot-notation) #1344 [6%]
- Require consistent line breaks inside braces (object-curly-newline) #782 [1%]
- Disallow template literals when placeholders or tagged template features are not used. (quotes) #838 eslint-config-standard/#151 [1%]
- Disallow lexical declarations in case/default clauses (no-case-declarations) #1211 eslint-config-standard/#137 [1%]
- Require the first JSX property to be placed on a new line if the JSX tag takes up multiple lines and there are multiple properties (react/jsx-first-prop-new-line) #696 [1%]
- Require linebreaks in curly braces in JSX attributes and expressions to be consistent (react/jsx-curly-newline) #1372 [1%]
- Require JSX attributes and logical expressions to be indented correctly (react/jsx-indent) #1370 [1%]
- Require JSX event handler names to follow conventions (react/jsx-handler-names) #1371 [1%]
- Disallow spaces inside of curly braces in JSX expressions in children (react/jsx-curly-spacing) #1373 [1%]
- Require JSX closing bracket to be aligned with the opening tag (react/jsx-closing-bracket-location) #1361 [1%]
- Disallow unnecessary curly braces in JSX props and children ([...
v1.0.1
Notes
- Upgrades
debug
to a non-vulnerable version
Install
SHA256 Hashes
15032d05e834d2623be650d381707e94969504cf894650acddfc527fea9623d4 dns-proxy-alpine
b0fd30002e03ef9404d2e50705b614b07cfb54a54ed5f04227a5bc2ba358336f dns-proxy-linux
874961b1b8883eadc39e611f732ab07121d45dd4fb721c82a17119d9768b2fb0 dns-proxy-macos
2f5de5666eeb2140c88187ad208ea16ce9b60b1da0b290bbeb4fd7a37826ad58 dns-proxy-win.exe
v1.0.0 - First Full Release
Notes
- Defaults to Cloudflare DNS servers (goodbye google)
- Compiled binaries, thanks to https://github.com/zeit/pkg
- Wildcard support, thanks @nick-woodward
Installation
curl -o /usr/local/bin/dns-proxy https://github.com/ekristen/dns-proxy/releases/download/v1.0.0/dns-proxy-{{ os }}
chmod +x /usr/local/bin/dns-proxy
SHA256 Hashes
84bd040fa362e9313f93c2b0fbad953fea3ced3bab4116a52168b36166dc1aa9 dns-proxy-alpine
688a41331ae617c23633cfb67701c2bde6ee730a471df1705fec9ab24c797b1b dns-proxy-linux
31e17b807f3006d4a7130e054da0ffcab3a7d38531e931697f7a9fc58ba5d870 dns-proxy-macos
a028d18a2d061b56fa022683ab16fc32e36958b81ac53d921663b8c23f51dc35 dns-proxy-win.exe