Closed dependabot[bot] closed 7 months ago
Bumps the npm_and_yarn group with 25 updates in the / directory:
12.2.2
12.2.3
2.29.1
2.29.4
0.5.33
0.5.35
0.17.0
0.18.5
4.46.0
4.47.0
7.22.5
7.24.1
2.6.3
2.6.4
7.0.36
8.4.35
12.1.4
17.3.2
12.2.0
17.3.0
1.0.1
1.0.2
1.4.0
1.4.2
4.2.1
4.2.3
1.4.1
3.1.0
18.0.1
20.5.0
5.16.0
7.9.0
0.2.0
0.2.2
1.1.5
1.1.9
11.12.0
20.0.3
24.9.0
29.7.0
4.0.0
4.1.3
12.2.18
2.4.0
3.4.4
4.24.7
4.29.10
1.2.5
1.2.8
Updates @angular/core from 12.2.2 to 12.2.3
@angular/core
Sourced from @angular/core's changelog.
@angular/core
12.2.3 (2021-08-25) service-worker Commit Description fc7f92159d fix: NPE if onActionClick is undefined (#43210) Special Thanks: Daniel Trevino, Erik Slack, George Kalpakas, dario-piotrowicz and shlasouski
Daniel Trevino, Erik Slack, George Kalpakas, dario-piotrowicz and shlasouski
Updates moment from 2.29.1 to 2.29.4
moment
Sourced from moment's changelog.
2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022 #5995 [bugfix] Remove const usage #5990 misc: fix advisory link 2.29.2 See full changelog Release Apr 3 2022 Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
000ac18
f2006b6
536ad0c
9a3b589
6374fd8
b4e6153
7aebb16
57c9062
aaf50b6
26f4aef
Updates moment-timezone from 0.5.33 to 0.5.35
moment-timezone
Sourced from moment-timezone's releases.
Release 0.5.35 Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9 Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c Thanks to the OpenSSF Alpha-Omega project for reporting these! Release 0.5.34 Updated data to IANA TZDB 2021e
Thanks to the OpenSSF Alpha-Omega project for reporting these!
2021e
Sourced from moment-timezone's changelog.
0.5.35 2022-08-23 Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9 Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c Thanks to the OpenSSF Alpha-Omega project for reporting these! 0.5.34 2021-11-10 Updated data to IANA TZDB 2021e
0.5.34
b8fb1ba
f1b5e5a
8b0eb0c
7915ac5
ce955a3
9430b4c
feaf900
704cfac
877c863
5a3015c
Updates xlsx from 0.17.0 to 0.18.5
xlsx
Sourced from xlsx's changelog.
v0.18.5 Enabled sideEffects: false in package.json Basic NUMBERS write support v0.18.4 CSV output omits trailing record separator Properly terminate NodeJS Streams DBF preserve column types on import and use when applicable on export v0.18.3 Removed references to require and process in browser builds v0.18.2 Hotfix for unicode processing of XLSX exports v0.18.1 Removed Node ESM build script and folded into standard ESM build Removed undocumented aliases including make_formulae and get_formulae v0.18.0 Browser scripts only expose XLSX variable Module no longer ships with dist/jszip.js browser script v0.17.4 CLI script moved to xlsx-cli package v0.17.3 window.XLSX explicit assignment to satiate LWC CSV Proper formatting of errors HTML emit data-* attributes v0.17.2 Browser and Node optional ESM support DSV correct handling of bare quotes (h/t @bgamrat) v0.17.1 XLSB writer uses short cell form when viable
sideEffects: false
require
process
make_formulae
get_formulae
XLSX
dist/jszip.js
xlsx-cli
window.XLSX
@bgamrat
XLSB
0400a87
e69ecd4
0f0b3de
2f274dd
a5b3877
69bb1e7
90a7b4e
61487bc
61b17a8
2cbc28d
Updates webpack from 4.46.0 to 4.47.0
webpack
Sourced from webpack's releases.
v4.47.0 New Features [Security] - Add support for md4 in Node >=18. by @iclanton in webpack/webpack#17628 New Contributors @iclanton made their first contribution in webpack/webpack#17628 Full Changelog: https://github.com/webpack/webpack/compare/v4.46.0...v4.47.0
@iclanton
Full Changelog: https://github.com/webpack/webpack/compare/v4.46.0...v4.47.0
dfffd6a
7395af8
9b50972
6f6ae98
3956274
1f11600
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Updates @babel/traverse from 7.22.5 to 7.24.1
@babel/traverse
Sourced from @babel/traverse's releases.
@babel/traverse
v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated class static field private access (@JLHwung) babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env #16329 Respect moduleName for @babel/runtime/regenerator imports (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties #16331 Fix decorator memoiser binding kind (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties #16325 Fix decorator evaluation private environment (@JLHwung) :memo: Documentation #16319 Update SECURITY.md (@nicolo-ribaudo) :house: Internal babel-code-frame, babel-highlight #16359 Replace chalk with picocolors (@nicolo-ribaudo) babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow #16352 Run Babel transform tests on old node if possible (@JLHwung) babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #16349 Support merging imports in import injector (@nicolo-ribaudo) Other #16332 Test Babel 7 plugins compatibility with Babel 8 core (@nicolo-ribaudo) :microscope: Output optimization babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime #16345 Optimize the use of assertThisInitialized after super() (@liuxingbaoyu) babel-plugin-transform-class-properties, babel-plugin-transform-classes #16343 Use simpler assertThisInitialized more often (@liuxingbaoyu) babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse #16342 Consider well-known and registered symbols as literals (@nicolo-ribaudo) babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env #16326 Reduce the use of class names (@liuxingbaoyu) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 :rocket: New Feature babel-standalone
babel-helper-create-class-features-plugin
babel-plugin-proposal-decorators
@JLHwung
babel-plugin-proposal-json-modules
babel-plugin-transform-async-generator-functions
babel-plugin-transform-regenerator
babel-plugin-transform-runtime
babel-preset-env
moduleName
@babel/runtime/regenerator
@nicolo-ribaudo
babel-plugin-proposal-pipeline-operator
babel-plugin-transform-class-properties
babel-helper-replace-supers
babel-code-frame
babel-highlight
chalk
picocolors
babel-helper-fixtures
babel-helpers
babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
babel-plugin-transform-unicode-sets-regex
babel-preset-flow
babel-helper-module-imports
babel-plugin-proposal-import-wasm-source
babel-plugin-proposal-record-and-tuple
babel-plugin-transform-react-jsx-development
babel-plugin-transform-react-jsx
babel-plugin-transform-classes
babel-plugin-transform-parameters
assertThisInitialized
super()
@liuxingbaoyu
babel-plugin-transform-object-rest-spread
babel-traverse
babel-core
babel-plugin-external-helpers
babel-plugin-proposal-function-bind
babel-plugin-transform-flow-comments
babel-plugin-transform-flow-strip-types
babel-plugin-transform-function-name
babel-plugin-transform-modules-systemjs
babel-plugin-transform-private-property-in-object
babel-plugin-transform-spread
babel-plugin-transform-typescript
@babel-bot
Thanks @ajihyf for your first PR!
@ajihyf
Release post with summary and highlights: https://babeljs.io/7.24.0
babel-standalone
... (truncated)
Sourced from @babel/traverse's changelog.
v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated class static field private access (@JLHwung) babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env #16329 Respect moduleName for @babel/runtime/regenerator imports (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties #16331 Fix decorator memoiser binding kind (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties #16325 Fix decorator evaluation private environment (@JLHwung) :memo: Documentation #16319 Update SECURITY.md (@nicolo-ribaudo) :house: Internal babel-code-frame, babel-highlight #16359 Replace chalk with picocolors (@nicolo-ribaudo) babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow #16352 Run Babel transform tests on old node if possible (@JLHwung) babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3, babel-runtime, babel-standalone #16323 Allow separate helpers to be excluded in Babel 8 (@liuxingbaoyu) babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #16349 Support merging imports in import injector (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-reflection, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript #16332 Test Babel 7 plugins compatibility with Babel 8 core (@nicolo-ribaudo) babel-compat-data, babel-plugin-transform-object-rest-spread, babel-preset-env #16318 [babel 8] Fix @babel/compat-data package.json (@nicolo-ribaudo) :microscope: Output optimization babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime #16345 Optimize the use of assertThisInitialized after super() (@liuxingbaoyu) babel-plugin-transform-class-properties, babel-plugin-transform-classes #16343 Use simpler assertThisInitialized more often (@liuxingbaoyu) babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse #16342 Consider well-known and registered symbols as literals (@nicolo-ribaudo) babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env #16326 Reduce the use of class names (@liuxingbaoyu) v7.24.0 (2024-02-28) :rocket: New Feature babel-standalone #11696 Export babel tooling packages in @babel/standalone (@ajihyf) babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties #16267 Implement noUninitializedPrivateFieldAccess assumption (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16242 Support decorator 2023-11 normative updates (@JLHwung) babel-preset-flow #16309 [babel 7] Allow setting ignoreExtensions in Flow preset (@nicolo-ribaudo)
babel-plugin-transform-class-static-block
babel-plugin-transform-modules-commonjs
babel-runtime-corejs3
babel-runtime
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
babel-plugin-proposal-async-do-expressions
babel-plugin-proposal-destructuring-private
babel-plugin-proposal-do-expressions
babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-export-default-from
babel-plugin-proposal-function-sent
babel-plugin-proposal-import-attributes-to-assertions
babel-plugin-proposal-import-defer
babel-plugin-proposal-optional-chaining-assign
babel-plugin-proposal-partial-application
babel-plugin-proposal-regexp-modifiers
babel-plugin-proposal-throw-expressions
babel-plugin-syntax-async-do-expressions
babel-plugin-syntax-decimal
babel-plugin-syntax-decorators
babel-plugin-syntax-destructuring-private
babel-plugin-syntax-do-expressions
babel-plugin-syntax-explicit-resource-management
babel-plugin-syntax-export-default-from
babel-plugin-syntax-flow
babel-plugin-syntax-function-bind
babel-plugin-syntax-function-sent
babel-plugin-syntax-import-assertions
babel-plugin-syntax-import-attributes
babel-plugin-syntax-import-defer
babel-plugin-syntax-import-reflection
babel-plugin-syntax-import-source
babel-plugin-syntax-jsx
babel-plugin-syntax-module-blocks
babel-plugin-syntax-optional-chaining-assign
babel-plugin-syntax-partial-application
babel-plugin-syntax-pipeline-operator
babel-plugin-syntax-record-and-tuple
babel-plugin-syntax-throw-expressions
babel-plugin-syntax-typescript
babel-plugin-transform-arrow-functions
babel-plugin-transform-async-to-generator
babel-plugin-transform-block-scoped-functions
babel-plugin-transform-block-scoping
babel-plugin-transform-computed-properties
babel-plugin-transform-destructuring
babel-plugin-transform-dotall-regex
babel-plugin-transform-duplicate-keys
babel-plugin-transform-dynamic-import
babel-plugin-transform-exponentiation-operator
babel-plugin-transform-export-namespace-from
babel-plugin-transform-for-of
babel-plugin-transform-instanceof
babel-plugin-transform-jscript
babel-plugin-transform-json-strings
babel-plugin-transform-literals
babel-plugin-transform-logical-assignment-operators
babel-plugin-transform-member-expression-literals
babel-plugin-transform-modules-amd
babel-plugin-transform-modules-umd
babel-plugin-transform-new-target
babel-plugin-transform-nullish-coalescing-operator
babel-plugin-transform-numeric-separator
babel-plugin-transform-object-assign
babel-plugin-transform-object-set-prototype-of-to-assign
babel-plugin-transform-object-super
babel-plugin-transform-optional-catch-binding
babel-plugin-transform-optional-chaining
babel-plugin-transform-private-methods
babel-plugin-transform-property-literals
babel-plugin-transform-property-mutators
babel-plugin-transform-proto-to-assign
babel-plugin-transform-react-constant-elements
babel-plugin-transform-react-display-name
babel-plugin-transform-react-inline-elements
babel-plugin-transform-react-jsx-compat
babel-plugin-transform-react-jsx-self
babel-plugin-transform-react-jsx-source
babel-plugin-transform-react-pure-annotations
babel-plugin-transform-reserved-words
babel-plugin-transform-shorthand-properties
babel-plugin-transform-sticky-regex
babel-plugin-transform-strict-mode
babel-plugin-transform-template-literals
babel-plugin-transform-typeof-symbol
babel-plugin-transform-unicode-escapes
babel-plugin-transform-unicode-property-regex
babel-plugin-transform-unicode-regex
babel-preset-react
babel-preset-typescript
babel-compat-data
@babel/compat-data
@babel/standalone
noUninitializedPrivateFieldAccess
babel-runtime-corejs2
ignoreExtensions
822b025
fc0d5ad
69e7928
40110e9
ce59160
bd5abd5
popContext
08a057c
Object.hasOwn
a0dd614
1200542
getTypeAnnotation
e428a6d
Updates async from 2.6.3 to 2.6.4
async
Sourced from async's changelog.
v2.6.4 Fix potential prototype pollution exploit (#1828)
c6bdaca
8870da9
4df6754
8f7f903
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates postcss from 7.0.36 to 8.4.35
postcss
Sourced from postcss's releases.
8.4.35 Avoid ! in node.parent.nodes type. Allow to pass undefined to node adding method to simplify types. 8.4.34 Fixed AtRule#nodes type (by @tim-we). Cleaned up code (by @DrKiraDmitry). 8.4.33 Fixed NoWorkResult behavior difference with normal mode (by @romainmenke). Fixed NoWorkResult usage conditions (by @ahmdammarr). 8.4.32 Fixed postcss().process() types (by @ferreira-tb). 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by @idoros). Fixed docs (by @coliff). 8.4.28 Fixed Root.source.end for better source map (by @romainmenke). Fixed Result.root types when process() has no parser. 8.4.27 Fixed Container clone methods types. 8.4.26 Fixed clone methods types. 8.4.25 Improve stringify performance (by @romainmenke). Fixed docs (by @vikaskaliramna07). 8.4.24 Fixed Plugin types. 8.4.23 Fixed warnings in TypeDoc. 8.4.22 Fixed TypeScript support with node16 (by @remcohaszing). 8.4.21 Fixed Input#error types (by @hudochenkov).
!
node.parent.nodes
undefined
AtRule#nodes
@tim-we
@DrKiraDmitry
NoWorkResult
@romainmenke
@ahmdammarr
postcss().process()
@ferreira-tb
\r
Node#source.offset
@idoros
@coliff
Root.source.end
Result.root
process()
Container
@vikaskaliramna07
Plugin
node16
@remcohaszing
Input#error
@hudochenkov
Sourced from postcss's changelog.
8.4.35 Avoid ! in node.parent.nodes type. Allow to pass undefined to node adding method to simplify types. 8.4.34 Fixed AtRule#nodes type (by Tim Weißenfels). Cleaned up code (by Dmitry Kirillov). 8.4.33 Fixed NoWorkResult behavior difference with normal mode (by Romain Menke). Fixed NoWorkResult usage conditions (by @ahmdammarr). 8.4.32 Fixed postcss().process() types (by Andrew Ferreira). 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by Romain Menke). 8.4.29 Fixed Node#source.offset (by Ido Rosenthal). Fixed docs (by Christian Oliff). 8.4.28 Fixed Root.source.end for better source map (by Romain Menke). Fixed Result.root types when process() has no parser. 8.4.27 Fixed Container clone methods types. 8.4.26 Fixed clone methods types. 8.4.25 Improve stringify performance (by Romain Menke). Fixed docs (by @vikaskaliramna07). 8.4.24 Fixed Plugin types. 8.4.23 Fixed warnings in TypeDoc. 8.4.22 Fixed TypeScript support with node16 (by Remco Haszing). 8.4.21 Fixed Input#error types (by Aleks Hudochenkov).
edda95e
612f360
5e7449f
65075df
477b3bb
25af117
bb0314a
9dd5a93
8322d11
ee7fcd4
Updates @angular-devkit/build-angular from 12.1.4 to 17.3.2
@angular-devkit/build-angular
Sourced from @angular-devkit/build-angular's releases.
@angular-devkit/build-angular
v17.3.2 17.3.2 (2024-03-25) @schematics/angular Commit Description rename SSR port env variable @angular-devkit/build-angular Commit Description Internal server error: Invalid URL when using a non localhost IP ensure proper resolution of linked SCSS files service-worker references non-existent named index output update webpack-dev-middleware to 6.1.2 v17.3.1 17.3.1 (2024-03-20) @schematics/angular Commit Description improve Sass format clarity for application style option @angular-devkit/build-angular Commit Description only generate server directory when SSR is enabled typo in allowedHosts warning for unsupported vite options avoid transforming empty component stylesheets reduce build times for apps with a large number of components when utilizing esbuild-based builders v17.3.0 17.3.0 (2024-03-13) @schematics/angular Commit Description update CSS/Sass import/use specifiers in application migration @angular-devkit/build-angular Commit Description add deployUrl to application builder ensure proper display of build logs in the presence of warnings or errors provide better error message when server option is required but missing v17.3.0-rc.0 17.3.0-rc.0 (2024-03-06) @schematics/angular Commit Description
@schematics/angular
Internal server error: Invalid URL
webpack-dev-middleware
6.1.2
server
deployUrl
Sourced from @angular-devkit/build-angular's changelog.
17.3.2 (2024-03-25) @schematics/angular Commit Type Description 935f931ee fix rename SSR port env variable @angular-devkit/build-angular Commit Type Description c9d436000 fix Internal server error: Invalid URL when using a non localhost IP 59fba38ec fix ensure proper resolution of linked SCSS files 27dd8f208 fix service-worker references non-existent named index output c12907d92 fix update webpack-dev-middleware to 6.1.2 16.2.13 (2024-03-25) @angular-devkit/build-angular Commit Type Description 5ad507e3d fix update webpack-dev-middleware to 6.1.2 15.2.11 (2024-03-25) @angular-devkit/build-angular Commit Type Description c6feb0bb0 fix update webpack-dev-middleware to 6.1.2 18.0.0-next.0 (2024-03-21) Breaking Changes @angular/cli
update webpack-dev-middleware
@angular/cli
8a6550d
59fba38
27dd8f2
935f931
c12907d
c9d4360
1a3257a
7041511
198ca9a
2809971
Updates ng-packagr from 12.2.0 to 17.3.0
ng-packagr
Sourced from ng-packagr's releases.
17.3.0 Features support TypeScript 5.4 (07d5cea) support using custom postcss configuration (bcb80fa), closes #2765 #643 Bug Fixes handle absolute url reference in CSS files (3d96591) 17.3.0-rc.0 Features support TypeScript 5.4 (07d5cea) 17.2.1 Performance remove FS async calls during stylesheet worker creation (3c27869), closes #2797 #2796 17.2.0 Features support using custom postcss configuration (bcb80fa), closes #2765 #643 Bug Fixes support string as plugin option in custom postcss plugin config (bb67204) handle absolute url reference in CSS files (3d96591) 17.2.0-rc.0 Bug Fixes handle absolute url reference in CSS files (3d96591) 17.2.0-next.0 Features support using custom postcss configuration (bcb80fa), closes #2765 #643 17.1.1 Bug Fixes correctly embed CSS resources (059ba29), closes #2768 17.1.0
url
Sourced from ng-packagr's changelog.
17.3.0 (2024-03-13) 17.3.0-rc.0 (2024-03-06) Features support TypeScript 5.4 (07d5cea) 17.2.1 (2024-03-04) Performance remove FS async calls during stylesheet worker creation (3c27869), closes #2797 #2796 17.2.0 (2024-02-14) Features support using custom postcss configuration (bcb80fa), closes #2765 #643 Bug Fixes support string as plugin option in custom postcss plugin config (bb67204) handle absolute url reference in CSS files (3d96591) 17.2.0-rc.0 (2024-02-07) Bug Fixes handle absolute url re... _Description has been truncated_
Superseded by #187.
Bumps the npm_and_yarn group with 25 updates in the / directory:
12.2.2
12.2.3
2.29.1
2.29.4
0.5.33
0.5.35
0.17.0
0.18.5
4.46.0
4.47.0
7.22.5
7.24.1
2.6.3
2.6.4
7.0.36
8.4.35
12.1.4
17.3.2
12.2.0
17.3.0
1.0.1
1.0.2
1.4.0
1.4.2
4.2.1
4.2.3
1.4.1
3.1.0
18.0.1
20.5.0
5.16.0
7.9.0
0.2.0
0.2.2
1.1.5
1.1.9
11.12.0
20.0.3
24.9.0
29.7.0
4.0.0
4.1.3
12.2.2
12.2.18
2.4.0
3.4.4
4.24.7
4.29.10
1.2.5
1.2.8
Updates
@angular/core
from 12.2.2 to 12.2.3Changelog
Sourced from
@angular/core
's changelog.Commits
Updates
moment
from 2.29.1 to 2.29.4Changelog
Sourced from moment's changelog.
Commits
000ac18
Build 2.24.4f2006b6
Bump version to 2.24.4536ad0c
Update changelog for 2.29.49a3b589
[bugfix] Fix redos in preprocessRFC2822 regex (#6015)6374fd8
Merge branch 'master' into developb4e6153
Revert "[bugfix] Fix redos in preprocessRFC2822 regex (#6015)"7aebb16
[bugfix] Fix redos in preprocessRFC2822 regex (#6015)57c9062
Build 2.29.3aaf50b6
Fixup release complaints26f4aef
Bump version to 2.29.3Updates
moment-timezone
from 0.5.33 to 0.5.35Release notes
Sourced from moment-timezone's releases.
Changelog
Sourced from moment-timezone's changelog.
Commits
b8fb1ba
Build moment-timezone 0.5.35f1b5e5a
Add changelog for 0.5.358b0eb0c
Bump version to 0.5.357915ac5
Bugfix: Prevent cleartext transmission of tz data during buildce955a3
Bugfix: Fix command injection vulnerability in grunt tzdata pipeline9430b4c
Merge remote-tracking branch 'origin/master' into developfeaf900
Updated contributing.md + added 2021e files704cfac
updated contributing.md877c863
Updated contributing.md + added 2021e files5a3015c
updated contributing.mdUpdates
xlsx
from 0.17.0 to 0.18.5Changelog
Sourced from xlsx's changelog.
Commits
0400a87
version bump 0.18.5: basic NUMBERS writee69ecd4
remove broken CDNs [ci skip]0f0b3de
popping IIFEs to appease rollup tree shaking2f274dd
book_append_sheet rolling namesa5b3877
Fix rawNumber support inside sheet_to_json69bb1e7
"side-effect free"90a7b4e
remove SSF._general_int61487bc
use TextEncoder for zip strings (fixes #2616)61b17a8
version bump 0.18.42cbc28d
vue-modify demo [ci skip]Updates
webpack
from 4.46.0 to 4.47.0Release notes
Sourced from webpack's releases.
Commits
dfffd6a
4.47.07395af8
Merge pull request #17628 from iclanton/webpack4-md4-hash9b50972
Update SplitChunksPlugin to use the updated createHash function.6f6ae98
Add support for md4 in Node >=18.3956274
Merge pull request #13778 from StyleT/feature/custom_externals_for_systemjs_t...1f11600
fix: fixed work of the non-system type externals for "system" library targetMaintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Updates
@babel/traverse
from 7.22.5 to 7.24.1Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
822b025
v7.24.1fc0d5ad
Update typescript and lint tools (#16351)69e7928
Consider well-known and registered symbols as literals (#16342)40110e9
Update source map deps (#16327)ce59160
v7.24.0bd5abd5
fix: avoidpopContext
on unvisited node paths (#16305)08a057c
UseObject.hasOwn
when available (#16248)a0dd614
v7.23.91200542
fix: Don't throw ingetTypeAnnotation
when using TS+inference (#15383)e428a6d
v7.23.7Updates
async
from 2.6.3 to 2.6.4Changelog
Sourced from async's changelog.
Commits
c6bdaca
Version 2.6.48870da9
Update built files4df6754
update changelog8f7f903
Fix prototype pollution vulnerability (#1828)Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates
postcss
from 7.0.36 to 8.4.35Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
edda95e
Release 8.4.35 version612f360
Merge pull request #1924 from postcss/refactor/types5e7449f
Fix node.parent.nodes type65075df
Allow to pass undefined to adding methods to simplify type check477b3bb
Release 8.4.34 version25af117
Update dependenciesbb0314a
Merge pull request #1922 from tim-we/improve-at-rule-types9dd5a93
Fix at-rule test8322d11
Fix visitor testee7fcd4
Fix Document#nodesUpdates
@angular-devkit/build-angular
from 12.1.4 to 17.3.2Release notes
Sourced from
@angular-devkit/build-angular
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular
's changelog.... (truncated)
Commits
8a6550d
release: cut the v17.3.2 release59fba38
fix(@angular-devkit/build-angular
): ensure proper resolution of linked SCSS f...27dd8f2
fix(@angular-devkit/build-angular
): service-worker references non-existent na...935f931
fix(@schematics/angular
): rename SSR port env variablec12907d
fix(@angular-devkit/build-angular
): updatewebpack-dev-middleware
to6.1.2
c9d4360
fix(@angular-devkit/build-angular
):Internal server error: Invalid URL
when...1a3257a
refactor(@schematics/angular
): Use MaybeAsync and GuardResult types to reduce...7041511
release: cut the v17.3.1 release198ca9a
fix(@schematics/angular
): improve Sass format clarity for application style o...2809971
fix(@angular-devkit/build-angular
): only generateserver
directory when SSR...Updates
ng-packagr
from 12.2.0 to 17.3.0Release notes
Sourced from ng-packagr's releases.
... (truncated)
Changelog
Sourced from ng-packagr's changelog.