Update dependency @ampproject/toolbox-optimizer #1057
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.14
->2.7.1
7.12.9
->7.12.10
0.22.22
->0.22.23
4.9.0
->4.10.0
4.9.0
->4.10.0
6.2.0
->6.2.1
2.6.9
->4.3.1
2.4.3
->2.4.4
3.2.0
->3.3.0
4.16.4
->4.17.1
4.0.6
->4.1.1
5.0.1
->6.0.0
1.6.3
->1.8.0
4.3.4
->4.3.6
11.0.1
->12.0.3
1.9.1
->1.10.0
3.1.18
->3.1.20
7.0.35
->8.2.1
2.34.2
->2.35.1
4.1.2
->4.1.3
Release Notes
ampproject/amp-toolbox
v2.7.1
Compare Source
v2.6.0
Compare Source
🚀 Enhancement
optimizer
🐛 Bug Fix
optimizer
📝 Documentation
optimizer
🏠 Internal
optimizer
Committers: 2
babel/babel
v7.12.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-generator
babel-types
t.isReferenced()
for named re-exports (@nicolo-ribaudo)babel-traverse
path.context
unpush/unshiftContainer
(@nicolo-ribaudo)💅 Polish
babel-preset-env
📝 Documentation
babel-parser
🏠 Internal
babel-cli
,babel-node
,babel-plugin-transform-runtime
,babel-register
babel-helper-builder-react-jsx-experimental
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-preset-react
babel-helper-fixtures
,babel-types
babel-core
,babel-helper-transform-fixture-test-runner
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
require.resolve
instead of theresolve
package (@nicolo-ribaudo)babel-parser
typescript-eslint/typescript-eslint
v4.10.0
Compare Source
Bug Fixes
method
andproperty
meta selectors (#2856) (9a6c362)Features
non-nullable-type-assertion-style
(#2624) (7eee44f)4.9.1 (2020-12-07)
Bug Fixes
v4.9.1
Compare Source
Bug Fixes
tj/commander.js
v6.2.1
Compare Source
Fixed
visionmedia/debug
v4.3.1
Compare Source
Patch release 4.3.1
v4.3.0
Compare Source
Minor release
debugInstance.destroy()
. Future major versions will not have this method; please remove it from your codebases as it currently does nothing.v4.2.0
Compare Source
Minor Release
console.debug
in the browser only when it is available (#600)"engines"
key to package.jsonselectColor
(#747)supports-color
as an optional peer dependencyv4.1.1
Compare Source
This backport fixes a bug in coveralls configuration as well as the
.extend()
function.Patches
d0e498f
)57ef085
)v4.1.0
Compare Source
Minor Changes
4236585
)7ef8b41
)Massive thank you to @mblarsen and @outsideris for knocking out two long-awaited changes.
v4.0.1
Compare Source
This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.
Patches
99c95e3
v4.0.0
Compare Source
A long-awaited release to
debug
is available now:4.0.0
.Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.
This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule.
Major Changes
ba8a424
05b0ceb
Minor Changes
853853f
207a6a2
e43e5fe
02b9ea9
Patches
3ca2331
9f4f8f5
623c08e
57cde56
62822f1
833b6f8
2d2509e
7e1d5d9
1ad1e4a
chrome.storage
(or make the storage backend pluggable):71d2aa7
225c66f
22f9932
a5ca7a2
supports-color@5
:285dfe1
enable()
(#517):ab5083f
7116906
da51af8
b3f8f8e
Credits
Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!
v3.2.7
Compare Source
v3.2.6
Compare Source
This backport fixes a 4x performance regression when debug is disabled.
Patches
f312a89
) (#625)v3.2.5
Compare Source
This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.
It is a backport of the
4.0.1
release.Patches
cc5f146
v3.2.4
Compare Source
This released fixed the missing
files
entry inpackage.json
, mitigating the faulty3.2.3
release.v3.2.3
Compare Source
This release mitigated the breaking changes introduced in
3.2.0
where./node.js
was removed, breaking a very select few users on older releases ofbabel-core
, as well as users that used an undocumentedrequire('debug/node')
../node.js
was temporarily added to the repository at this time; however, this release failed to includenode.js
in thefiles
key inpackage.json
and thus didn't fix the issue.3.2.4
rectified this issue.v3.2.2
Compare Source
This release mitigated the breaking changes introduced in
3.2.0
where ES6 features were being used on users of Node 4, causing crashes upon inclusion.It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in
4.0.0
).v3.2.1
Compare Source
This release, along with
3.2.0
, were subsequently released together as4.0.0
(a major bump). You can review the complete changes in that release's details.A quick hotfix to address Browser builds -
debug
is now compiled down to IE8-compatible code via Babel upon release.CDNs that honor the
"browser":
key inpackage.json
should now reflect these changes (previously, they would serve the non-bundled ES6 version).Patches
b3f8f8e
v3.2.0
Compare Source
This release was intended to be the next release of Debug but introduced breaking changes that were overlooked at the time of release. As such it has been deprecated on npm and should not be used.
This release, along with
3.2.1
, were subsequently released together as4.0.0
(a major bump). You can review the included changes in that release's details.v3.1.0
Compare Source
Minor Changes
e7e568a
component.json
:47747f3
bdb7e01
DEBUG_HIDE_DATE
env var: #486Patches
daf1a7c
7cd9e53
fdfa0f5
%o
formatter: #504Credits
Huge thanks to @amejiarosario and @zhuangya for their help!
v3.0.1
Compare Source
v3.0.0
Compare Source
Featuring pretty new colors!
##### Major ChangesDEBUG_FD
: #406Date#toISOString()
instead toDate#toUTCString()
when output is not a TTY: #418enabled()
updates existing debug instances: #440Minor Changes
destroy()
function: #440enabled
flag: #465826fd94
87880f6
31f3343
25eb545
8b5c438
f178d86
Patches
d2dd80a
Credits
Huge thanks to @gtjoseph, @timruffles and @FantasticFiasco for their help!
fb55/domutils
v2.4.4
Compare Source
8eb4c56
prettier/eslint-plugin-prettier
v3.3.0
Compare Source
expressjs/express
v4.17.1
Compare Source
===================
null
/undefined
tores.status
"v4.17.0
Compare Source
===================
express.raw
to parse bodies intoBuffer
express.text
to parse bodies into stringres.sendFile
null
/undefined
tores.status
X-Forwarded-Host
pb
) supportSameSite=None
supportContent-Security-Policy
headerpath.normalize
call103 Early Hints
throw
on invalid typepillarjs/hbs
v4.1.1
Compare Source
==================
v4.1.0
Compare Source
==================
handlebars.parseWithoutProcessing
#each
helperconstructor
blocking#if
,#unless
and#with
helpersfb55/htmlparser2
v6.0.0
Compare Source
Breaking:
4dd4233
0d278fd
1c71e60
Features:
parseDocument
method4653f23
getDOM
method.df7ea98
1ce1d3b
0437d9c
Minor:
b6b4382
jshttp/http-errors
v1.8.0
Compare Source
==================
isHttpError
export to determine if value is an HTTP errorv1.7.3
Compare Source
==================
v1.7.2
Compare Source
==================
v1.7.1
Compare Source
==================
v1.7.0
Compare Source
==================
toidentifier
module to make class namestypicode/husky
v4.3.6
Compare Source
prepare-commit-msg
on windows #737v4.3.5
Compare Source
markdown-it/markdown-it
v12.0.3
Compare Source
Fixed
[](<foo<bar>)
is no longer a valid link.[](url (xxx())
is no longer a valid link.[](url\ xxx)
is no longer a valid link.emphases (#735), and autolinks (#737).
<? ... ?>
in an inline context.<meta>
html tag to appear in an inline context.v12.0.2
Compare Source
Fixed
|\n|\n|
) are no longer rendered as a table with no columns, #724.v12.0.1
Compare Source
Fixed
v12.0.0
Compare Source
Added
.gitattributes
, force unix eol under windows, for development.Changed
highlight(code, lang, attrs)
, #626.rollup.js
to browserify sources.bower.json
(bower reached EOL).specsplit.js
options.Makefile
in favour of npm scrips.Fixed
%25
is no longer decoded in beautified urls, #720.expressjs/morgan
v1.10.0
Compare Source
===================
:total-time
tokendev
formateval
usage withFunction
constructorprocess
to check for listenersres.writeHead
patch missing return valueai/nanoid
v3.1.20
Compare Source
v3.1.19
Compare Source
customAlphabet
size (by Enrico Scherlies).postcss/postcss
v8.2.1
Compare Source
Node#toJSON()
andpostcss.fromJSON()
(by Niklas Mischkulnig).v8.2.0
Compare Source
PostCSS 8.2 added a new API to serialize and deserialize CSS AST to JSON.
Thanks to @mischnic for his work.
v8.1.14
Compare Source
v8.1.13
Compare Source
v8.1.12
Compare Source
v8.1.11
Compare Source
v8.1.10
Compare Source
LazyResult
type export (by Evan You).LazyResult
type compatibility withPromise
(by Anton Kastritskiy).v8.1.9
Compare Source
v8.1.8
Compare Source
LazyResult
type compatibility withPromise
(by Ludovico Fischer).v8.1.7
Compare Source
import
support in TypeScript (by Remco Haszing).v8.1.6
Compare Source
package.exports
Node.js 15 fix.v8.1.5
Compare Source
v8.1.4
Compare Source
v8.1.3
Compare Source
package.types
.v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
PostCSS 8.1 fixed the new visitor API from the 8.0 release.
We fixed
Root
andRootExit
re-calling on children's changes. And now visitors will visit the parent again if nested children were changed.We added
Once
andOnceExit
events, which will not be called again on node changes. You can use them to lint files or collect statistics: