bevel-operator-fabric
bevel-operator-fabric copied to clipboard
Bump the npm_and_yarn group across 1 directory with 19 updates
Bumps the npm_and_yarn group with 18 updates in the /website-docs directory:
Package | From | To |
---|---|---|
@babel/traverse | 7.12.10 |
7.25.6 |
@sideway/formula | 3.0.0 |
3.0.1 |
algoliasearch-helper | 3.3.4 |
3.22.4 |
async | 2.6.3 |
2.6.4 |
browserify-sign | 4.2.1 |
4.2.3 |
decode-uri-component | 0.2.0 |
0.2.2 |
elliptic | 6.5.4 |
6.5.7 |
eventsource | 1.1.0 |
1.1.2 |
express | 4.17.2 |
4.19.2 |
follow-redirects | 1.14.6 |
1.15.8 |
http-cache-semantics | 4.1.0 |
4.1.1 |
minimist | 1.2.5 |
1.2.8 |
prismjs | 1.22.0 |
1.29.0 |
shelljs | 0.8.4 |
0.8.5 |
tar | 6.1.11 |
6.2.1 |
ua-parser-js | 0.7.23 |
0.7.38 |
url-parse | 1.5.4 |
1.5.10 |
ws | 6.2.2 |
6.2.3 |
Updates @babel/traverse
from 7.12.10 to 7.25.6
Release notes
Sourced from @babel/traverse
's releases.
v7.25.6 (2024-08-29)
Thanks
@j4k0xb
for your first PR!:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
- #16781 Don't throw when enabling both syntax-import-{assertions,attributes} (
@nicolo-ribaudo
)babel-generator
- #16782 TS union/intersection nested in union does not need parens (
@nicolo-ribaudo
):house: Internal
babel-generator
- #16777 Remove unused
parent
params in the generator (@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@j4k0xb
@liuxingbaoyu
v7.25.5 (2024-08-23)
:bug: Bug Fix
babel-generator
,babel-traverse
- #16764 fix: Generate sequence expression parentheses correctly (
@liuxingbaoyu
):nail_care: Polish
babel-generator
- #16738 Only force-parenthesize
satisfies
's LHS if it has newlines (@nicolo-ribaudo
)Committers: 2
- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.25.4 (2024-08-22)
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.25.6 (2024-08-29)
:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
- #16781 Don't throw when enabling both syntax-import-{assertions,attributes} (
@nicolo-ribaudo
)babel-generator
- #16782 TS union/intersection nested in union does not need parens (
@nicolo-ribaudo
):house: Internal
babel-generator
- #16777 Remove unused
parent
params in the generator (@nicolo-ribaudo
)v7.25.5 (2024-08-23)
:bug: Bug Fix
babel-generator
,babel-traverse
- #16764 fix: Generate parentheses correctly (
@liuxingbaoyu
):nail_care: Polish
babel-generator
- #16738 Only force-parenthesize
satisfies
's LHS if it has newlines (@nicolo-ribaudo
)v7.25.4 (2024-08-22)
:bug: Bug Fix
babel-traverse
- #16756 fix: Skip computed key when renaming (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (
@liuxingbaoyu
)babel-types
- #16710 Visit AST fields nodes according to their syntactical order (
@nicolo-ribaudo
)babel-generator
- #16709 Print semicolon after TS
export namespace as A
(@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-runtime-corejs2
,babel-runtime
,babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (
@nicolo-ribaudo
)babel-generator
,babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (
@nicolo-ribaudo
)
... (truncated)
Commits
2f72b97
v7.25.6faceae9
fix:path.getAssignmentIdentifiers
may beundefined
(#16727)46ee612
Remove someNodePath
methods (#16655)2fdc8b5
fix: Generate sequence expression parentheses correctly (#16764)cbf124c
v7.25.42b289fb
fix: skip computed key when renaming (#16756)575863c
Avoid unnecessary parens around sequence expressions (#16722)5174ad1
Clean all always enabled parser plugins (#16572)52718ab
Discontinue babel-eslint-config-internal (#16718)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)- Additional commits viewable in compare view
Updates @sideway/formula
from 3.0.0 to 3.0.1
Commits
5b44c1b
3.0.19fbc20a
chore: better number regex41ae98e
Cleanupc59f35e
Move to Sideway- See full diff in compare view
Maintainer changes
This version was pushed to npm by marsup, a new releaser for @sideway/formula
since your current version.
Updates algoliasearch-helper
from 3.3.4 to 3.22.4
Release notes
Sourced from algoliasearch-helper's releases.
[email protected]
3.22.4 (2024-08-20)
Bug Fixes
[email protected]
3.22.3 (2024-07-16)
Bug Fixes
[email protected]
3.22.2 (2024-07-02)
Bug Fixes
[email protected]
3.22.1 (2024-06-20)
Bug Fixes
- helper: don't send empty "tagRefinements" and "facets" parameters (#6204) (fb7cc23)
- types: make algoliasearch detection compatible with TS 5.4.5 (#6244) (4a7afc3), closes #5989
[email protected]
3.22.0 (2024-06-18)
Features
- facets: allow hiding values through renderingContent (#6239) (b7eef90)
- infinite-hits: return banner info with connectInfiniteHits (#6230) (0d50f0d)
[email protected]
3.21.0 (2024-05-28)
Features
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by instantsearch-bot, a new releaser for algoliasearch-helper since your current version.
Updates async
from 2.6.3 to 2.6.4
Commits
Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates browserify-sign
from 4.2.1 to 4.2.3
Changelog
Sourced from browserify-sign's changelog.
v4.2.3 - 2024-03-05
Commits
- [patch] widen support to 0.12
9247adf
- [patch] drop minimum node support to v1
4d0ee49
- [Dev Deps] update
aud
,npmignore
,tape
87f3a35
- [actions] remove redundant finisher
37a4758
- [Deps] pin
hash-base
to ~3.0, due to a breaking change9e2bf12
- [Deps] update
parse-asn1 [
f427270`](https://github.com/browserify/browserify-sign/commit/f427270ac11dc6be29f87d7afb046c16376a5a9c)- [Deps] update
elliptic
fb261ce
- [Deps] pin
elliptic
due to a breaking change168e16f
v4.2.2 - 2023-10-25
Fixed
- [Tests] log when openssl doesn't support cipher
[#37](https://github.com/crypto-browserify/browserify-sign/issues/37)
Commits
- Only apps should have lockfiles
09a8995
- [eslint] switch to eslint
83fe463
- [meta] add
npmignore
andauto-changelog
4418183
- [meta] fix package.json indentation
9ac5a5e
- [Tests] migrate from travis to github actions
d845d85
- [Fix]
sign
: throw on unsupported padding scheme8767739
- [Fix] properly check the upper bound for DSA signatures
85994cd
- [Tests] handle openSSL not supporting a scheme
f5f17c2
- [Deps] update
bn.js
,browserify-rsa
,elliptic
,parse-asn1
,readable-stream
,safe-buffer
a67d0eb
- [Dev Deps] update
nyc
,standard
,tape
cc5350b
- [Tests] always run coverage; downgrade
nyc
75ce1d5
- [meta] add
safe-publish-latest
dcf49ce
- [Tests] add
npm run posttest
75dd8fd
- [Dev Deps] update
tape
3aec038
- [Tests] skip unsupported schemes
703c83e
- [Tests] node < 6 lacks array
includes
3aa43cf
- [Dev Deps] fix eslint range
98d4e0d
Commits
bf2c3ec
v4.2.39247adf
[patch] widen support to 0.12f427270
[Deps] update `parse-asn187f3a35
[Dev Deps] updateaud
,npmignore
,tape
fb261ce
[Deps] updateelliptic
4d0ee49
[patch] drop minimum node support to v19e2bf12
[Deps] pinhash-base
to ~3.0, due to a breaking change168e16f
[Deps] pinelliptic
due to a breaking change37a4758
[actions] remove redundant finisher4af5a90
v4.2.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for browserify-sign since your current version.
Updates decode-uri-component
from 0.2.0 to 0.2.2
Release notes
Sourced from decode-uri-component's releases.
v0.2.2
- Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
- Switch to GitHub workflows 76abc93
- Fix issue where decode throws - fixes #6 746ca5d
- Update license (#1) 486d7e2
- Tidelift tasks a650457
- Meta tweaks 66e1c28
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
Commits
Updates elliptic
from 6.5.4 to 6.5.7
Commits
Updates eventsource
from 1.1.0 to 1.1.2
Changelog
Sourced from eventsource's changelog.
1.1.2
- Inline origin resolution, drops
original
dependency (#281 Espen Hovlandsdal)1.1.1
- Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)
Commits
0a8b85b
1.1.2f99ae66
docs: update history for 1.1.206c9721
chore: rebuild polyfill9494642
fix: inline origin resolution, droporiginal
dependency (#281)aa7a408
1.1.156d489e
chore: rebuild polyfill4a951e5
docs: update history for 1.1.1f9f6416
fix: strip sensitive headers on redirect to different origin- See full diff in compare view
Updates express
from 4.17.2 to 4.19.2
Release notes
Sourced from express's releases.
4.19.2
What's Changed
Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2
4.19.1
What's Changed
- Fix ci after location patch by
@wesleytodd
in expressjs/express#5552- fixed un-edited version in history.md for 4.19.0 by
@wesleytodd
in expressjs/express#5556Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1
4.19.0
What's Changed
- fix typo in release date by
@UlisesGascon
in expressjs/express#5527- docs: nominating
@wesleytodd
to be project captian by@wesleytodd
in expressjs/express#5511- docs: loosen TC activity rules by
@wesleytodd
in expressjs/express#5510- Add note on how to update docs for new release by
@crandmck
in expressjs/express#5541- Prevent open redirect allow list bypass due to encodeurl
- Release 4.19.0 by
@wesleytodd
in expressjs/express#5551New Contributors
@crandmck
made their first contribution in expressjs/express#5541Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0
4.18.3
Main Changes
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
Other Changes
- Use https: protocol instead of deprecated git: protocol by
@vcsjones
in expressjs/express#5032- build: [email protected] and [email protected] by
@abenhamdine
in expressjs/express#5034- ci: update actions/checkout to v3 by
@armujahid
in expressjs/express#5027- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5124- Remove unused originalIndex from acceptParams by
@raksbisht
in expressjs/express#5119- Fixed typos by
@raksbisht
in expressjs/express#5117- examples: remove unused params by
@raksbisht
in expressjs/express#5113- fix: parameter str is not described in JSDoc by
@raksbisht
in expressjs/express#5130- fix: typos in History.md by
@raksbisht
in expressjs/express#5131- build : add [email protected] by
@abenhamdine
in expressjs/express#5028- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5137
... (truncated)
Changelog
Sourced from express's changelog.
4.19.2 / 2024-03-25
- Improved fix for open redirect allow list bypass
4.19.1 / 2024-03-20
- Allow passing non-strings to res.location with new encoding handling checks
4.19.0 / 2024-03-20
- Prevent open redirect allow list bypass due to encodeurl
- deps: [email protected]
4.18.3 / 2024-02-29
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- deps: [email protected]
- Add
partitioned
option4.18.2 / 2022-10-08
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
4.18.1 / 2022-04-29
- Fix hanging on large stack of sync routes
4.18.0 / 2022-04-25
- Add "root" option to
res.download
- Allow
options
withoutfilename
inres.download
- Deprecate string and non-integer arguments to
res.status
- Fix behavior of
null
/undefined
asmaxAge
inres.cookie
- Fix handling very large stacks of sync middleware
- Ignore
Object.prototype
values in settings throughapp.set
/app.get
... (truncated)
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates follow-redirects
from 1.14.6 to 1.15.8
Commits
62558f0
Release version 1.15.8 of the npm package.a8d1cee
Return subtlety.458ca8e
Fix native URL test for Node 20.ca49e44
Handle KeepAlive connections in tests.f3711d7
Test on Node 20 and 22.fda0faf
Fix typo.760757f
Release version 1.15.7 of the npm package.97d1f9a
Graceful browser degradation.35a517c
Release version 1.15.6 of the npm package.c4f847f
Drop Proxy-Authorization across hosts.- Additional commits viewable in compare view
Updates http-cache-semantics
from 4.1.0 to 4.1.1
Commits
2449650
Update mocha560b2d8
Don't use regex to trim whitespaceb1bdb92
Remove linting package zooc20dc7e
Cache 308- See full diff in compare view
Updates minimist
from 1.2.5 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023-02-09
Merged
- [Fix] Fix long option followed by single dash
[#17](https://github.com/minimistjs/minimist/issues/17)
- [Tests] Remove duplicate test
[#12](https://github.com/minimistjs/minimist/issues/12)
- [Fix] opt.string works with multiple aliases
[#10](https://github.com/minimistjs/minimist/issues/10)
Fixed
- [Fix] Fix long option followed by single dash (#17)
[#15](https://github.com/minimistjs/minimist/issues/15)
- [Tests] Remove duplicate test (#12)
[#8](https://github.com/minimistjs/minimist/issues/8)
- [Fix] Fix long option followed by single dash
[#15](https://github.com/minimistjs/minimist/issues/15)
- [Fix] opt.string works with multiple aliases (#10)
[#9](https://github.com/minimistjs/minimist/issues/9)
- [Fix] Fix handling of short option with non-trivial equals
[#5](https://github.com/minimistjs/minimist/issues/5)
- [Tests] Remove duplicate test
[#8](https://github.com/minimistjs/minimist/issues/8)
- [Fix] opt.string works with multiple aliases
[#9](https://github.com/minimistjs/minimist/issues/9)
Commits
- Merge tag 'v0.2.3'
a026794
- [eslint] fix indentation and whitespace
5368ca4
- [eslint] fix indentation and whitespace
e5f5067
- [eslint] more cleanup
62fde7d
- [eslint] more cleanup
36ac5d0
- [meta] add
auto-changelog
73923d2
- [actions] add reusable workflows
d80727d
- [eslint] add eslint; rules to enable later are warnings
48bc06a
- [eslint] fix indentation
34b0f1c
- [readme] rename and add badges
5df0fe4
- [Dev Deps] switch from
covert
tonyc
a48b128
- [Dev Deps] update
covert
,tape
; remove unnecessarytap
f0fb958
- [meta] create FUNDING.yml; add
funding
in package.json3639e0c
- [meta] use
npmignore
to autogenerate an npmignore filebe2e038
- Only apps should have lockfiles
282b570
- isConstructorOrProto adapted from PR
ef9153f
- [Dev Deps] update
@ljharb/eslint-config
,aud
098873c
- [Dev Deps] update
@ljharb/eslint-config
,aud
3124ed3
- [meta] add
safe-publish-latest
4b927de
- [Tests] add
aud
inposttest
b32d9bd
- [meta] update repo URLs
f9fdfc0
- [actions] Avoid 0.6 tests due to build failures
ba92fe6
- [Dev Deps] update
tape
950eaa7
- [Dev Deps] add missing
npmignore
dev dep3226afa
- Merge tag 'v0.2.2'
980d7ac
v1.2.7 - 2022-10-10
Commits
... (truncated)
Commits
6901ee2
v1.2.8a026794
Merge tag 'v0.2.3'c0b2661
v0.2.363b8fee
[Fix] Fix long option followed by single dash (#17)72239e6
[Tests] Remove duplicate test (#12)34b0f1c
[eslint] fix indentation3226afa
[Dev Deps] add missingnpmignore
dev dep098873c
[Dev Deps] update@ljharb/eslint-config
,aud
9ec4d27
[Fix] Fix long option followed by single dashba92fe6
[actions] Avoid 0.6 tests due to build failures- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Updates prismjs
from 1.22.0 to 1.29.0
Release notes
Sourced from prismjs's releases.
v1.29.0
Release 1.29.0
v1.28.0
Release 1.28.0
v1.27.0
Release 1.27.0
v1.26.0
Release 1.26.0
v1.25.0
Release 1.25.0
v1.24.1
Release 1.24.1
v1.24.0
Release 1.24.0
v1.23.0
Release 1.23.0
Changelog
Sourced from prismjs's changelog.
1.29.0 (2022-08-23)
New components
- BBj (#3511)
1134bdfc
- BQN (#3515)
859f99a0
- Cilk/C & Cilk/C++ (#3522)
c8462a29
- Gradle (#3443)
32119823
- METAFONT (#3465)
2815f699
- WGSL (#3455)
4c87d418
Updated components
- AsciiDoc
- Bash
- BBj
- CSS
- CSS Extras
- Hoon
- Java
- Markup
- NSIS
- Scala
- SCSS
Updated plugins
- Line Highlight
- Normalize Whitespace
Other
- Added security policy (#3070)
05ee042a
- Added list of maintainers (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >