Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Update core devDependencies #40087

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.613.0 -> 3.658.1 age adoption passing confidence
@sinonjs/fake-timers 11.2.2 -> 11.3.1 age adoption passing confidence
@types/chai (source) 4.3.16 -> 4.3.20 age adoption passing confidence
@types/estree (source) 1.0.5 -> 1.0.6 age adoption passing confidence
@types/mocha (source) 10.0.7 -> 10.0.8 age adoption passing confidence
@types/node (source) 18.19.39 -> 18.19.54 age adoption passing confidence
ajv (source) 8.16.0 -> 8.17.1 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
chai (source) 4.4.1 -> 4.5.0 age adoption passing confidence
express (source) 4.20.0 -> 4.21.0 age adoption passing confidence
ignore 5.3.1 -> 5.3.2 age adoption passing confidence
jsdom 24.1.0 -> 24.1.3 age adoption passing confidence
karma (source) 6.4.3 -> 6.4.4 age adoption passing confidence
mocha (source) 10.6.0 -> 10.7.3 age adoption passing confidence
postcss (source) 8.4.39 -> 8.4.47 age adoption passing confidence
semver 7.6.2 -> 7.6.3 age adoption passing confidence
terser (source) 5.14.2 -> 5.34.1 age adoption passing confidence
traverse 0.6.9 -> 0.6.10 age adoption passing confidence
typescript (source) 5.5.3 -> 5.6.2 age adoption passing confidence

See all other Renovate PRs on the Dependency Dashboard

How to resolve breaking changes

This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:

# Check out the PR branch
git checkout -b renovate/core-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/core-devdependencies

# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors

# Push the changes to the branch
git push [email protected]:ampproject/amphtml.git renovate/core-devdependencies:renovate/core-devdependencies

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.658.1

Compare Source

Bug Fixes
  • clients: allow empty string field values for headers (#​6511) (1273ff3)

v3.658.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.657.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.654.0

Compare Source

Features
  • client-s3: Added SSE-KMS support for directory buckets. (a00b8b0)

3.651.1 (2024-09-13)

Note: Version bump only for package @​aws-sdk/client-s3

v3.651.1

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.651.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.650.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.649.0

Compare Source

Features
  • endpoints: codegen sync for request creation performance improvements (#​6449) (c8e8f28)

v3.645.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.637.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.635.0

Compare Source

Features
  • client-s3: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs. (b474584)
  • codegen: add Smithy RPCv2 CBOR to list of protocols (#​6096) (5154d4f)

v3.633.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.632.0

Compare Source

Features
  • client-s3: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API. (f31c6ea)

v3.631.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.629.0

Compare Source

Features
  • core/httpAuthSchemes: set configuration sources for sigv4a signingRegionSet (#​6368) (03bb39f)

v3.627.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.626.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.624.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.623.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.622.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.621.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

3.620.1 (2024-07-29)

Note: Version bump only for package @​aws-sdk/client-s3

v3.620.1

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.620.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.617.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.616.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.614.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

sinonjs/fake-timers (@​sinonjs/fake-timers)

v11.3.1

Compare Source

==================

  • Prevent releasing on branches other than 'main'
  • Enable saucelabs tests
  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9

v11.3.0

Compare Source

==================

  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9
  • Fix listener leak for timers/promises
  • upgrade deps (#​496)
  • Add support for timers/promises module from nodejs (#​495)
  • chore: update deps (#​494)
  • Fail when a timer is not available in the context (#​491)
  • Fix link to Mochify and adjust description (#​488)
  • New mochify (#​395)
  • Bump browserify-sign from 4.2.1 to 4.2.2 (#​486)
ajv-validator/ajv (ajv)

v8.17.1

Compare Source

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (https://github.com/ajv-validator/ajv/pull/2444)" by @​gurgunday in https://github.com/ajv-validator/ajv/pull/2448
fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2455
docs: clarify behaviour of addVocabulary by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2454
docs: refactor to improve legibility by @​blottn in https://github.com/ajv-validator/ajv/pull/2432
Fix grammatical typo in managing-schemas.md by @​wetneb in https://github.com/ajv-validator/ajv/pull/2305
docs: Fix broken strict-mode link by @​alexanderjsx in https://github.com/ajv-validator/ajv/pull/2459
feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2449
fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2467
fixes https://github.com/ajv-validator/ajv/issues/2217 - clarify custom keyword naming by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2457

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
chaijs/chai (chai)

v4.5.0

Compare Source

expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

kaelzhang/node-ignore (ignore)

v5.3.2

Compare Source

jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
karma-runner/karma (karma)

v6.4.4

Compare Source

mochajs/mocha (mocha)

v10.7.3

Compare Source

🩹 Fixes

v10.7.0

Compare Source

🎉 Enhancements

v10.6.1

Compare Source

🐛 Fixes
postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
npm/node-semver (semver)

v7.6.3

Compare Source

Bug Fixes
Documentation
terser/terser (terser)

v5.34.1

Compare Source

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)

v5.34.0

Compare Source

  • internal: stop assigning properties to objects they don't belong in
  • internal: run compress tests in parallel
  • drop_console: emit an empty function if the return value of console.METHOD(...) may be called.

v5.33.0

Compare Source

  • reduce_vars improved when dealing with hoisted function definitions (#​1544)

v5.32.0

Compare Source

  • import("module") can now be input and output from ESTree AST (#​1557)
  • BigInt literals can now be input and output from ESTree AST (#​1555)
  • typeof an object or array (typeof {} and typeof []) can now be statically evaluated. (#​1546)

v5.31.6

Compare Source

  • Retain side effects in a case when the expression is a sequence (comma) expression

v5.31.5

Compare Source

v5.31.4

Compare Source

  • drop_unused: drop classes which only have side effects in the extends part

v5.31.3

Compare Source

  • drop_unused: drop unused parameters from IIFEs in some more situations.

v5.31.2

Compare Source

  • drop_unused: scan variables in self-referential class declarations that contain side effects.
  • Don't add parens to arrow function when it's the default for an argument (#​1540)
  • Update domprops (#​1538)

v5.31.1

Compare Source

  • Allow drop-unused to drop the whole assignment (not just the assigned name) in more situations, in order to avoid duplication of long strings.

v5.31.0

Compare Source

  • Sync up property mangler exceptions with current contents of Firefox and Chrome environments
  • Add more webcomponent properties to property mangler exceptions (#​1525)
  • Drop non-nullish constants in ...spreads in objects (#​1141)

v5.30.4

Compare Source

  • Fix parsing #private in ... when next to other operators

v5.30.3

Compare Source

  • Fix precedence of #private in ... operator

v5.30.2

Compare Source

  • Avoid optimizations inside computed keys, because they can cause js-engine-specific bugs.

v5.30.1

Compare Source

  • Removed useless \ escapes for non-ascii characters
  • Make modern identifier characters quoted for older environments (#​1512)

v5.30.0

Compare Source

  • Improve removal of classes referring to themselves

v5.29.2

Compare Source

  • Make sure 'computed_props' creates string keys
  • Take into account the evaluated size when inlining

v5.29.1

Compare Source

  • fix optimisation of all-bits mask check

v5.29.0

Compare Source

  • Re-releases previously reverted 5.28.0
  • Fix crash while optimizing some bitwise ops
  • (internal) Remove needless wrapper for from_moz (#​1499)

v5.28.1

Compare Source

(hotfix release)

  • Reverts v5.28.0

v5.28.0

Compare Source

  • Optimise redundant or shrinkable bitwise operations (|, ^, &, >>, <<)
  • Evaluate some BigInt math operations

v5.27.2

Compare Source

  • Recognise this as a reference to the surrounding class in drop_unused. Closes #​1472

v5.27.1

Compare Source

  • Fixed case where collapse_vars inlines await expressions into non-async functions.

v5.27.0

Compare Source

  • Created minify_sync() alternative to minify() since there's no async code left.

v5.26.0

Compare Source

  • Do not take the /*#__PURE__*/ annotation into account when the side_effects compress option is off.
  • The preserve_annotations option now automatically opts annotation comments in, instead of requiring the comments option to be configured for this.
  • Refuse to parse empty parenthesized expressions (())

v5.25.0

Compare Source

  • Regex properties added to reserved property mangler (#​1471)
  • pure_new option added to drop unused new expressions.

v5.24.0

Compare Source

  • Improve formatting performance in V8 by keeping a small work string and a large output string

v5.23.0

Compare Source

  • When top_retain will keep a variable assignment around, inline the assignee when it's shorter than the name (#​1434)
  • Remove empty class static {} blocks.

v5.22.0

Compare Source

  • Do not unsafely shorten expressions like a?.toString() when they're conditional.
  • Avoid running drop_unused in nodes that aren't scopes. Fixes a rare crash.
  • When 'module' is enabled, assume strict mode when figuring out scopes.

v5.21.0

Compare Source

  • Do not inline functions that would be retained in the toplevel (as this would cause code duplication).
  • Fix precedence of arrow function and ternary operator when formatting output.

v5.20.0

Compare Source

  • Passing minify() zero files will now throw a clean exception (#​1450)
  • drop_console supports passing in an array of console.* method names (#​1445)
  • New DOM properties from the WebGPU API have been added for use in the property mangler (#​1436)
  • Internal code simplification (#​1437)

v5.19.4

Compare Source

  • Prevent creating very deeply nested ternaries from a long list of if..return
  • Prevent inlining classes into other functions, to avoid constructors being compared.

v5.19.3

Compare Source

  • Fix side effect detection of optional?.chains.
  • Add roundRect to domprops.js (#​1426)

v5.19.2

Compare Source

  • fix performance hit from avoiding HTML comments in the output

v5.19.1

Compare Source

  • Better avoid outputting </script> and HTML comments.
  • Fix unused variables in class static blocks not being dropped correctly.
  • Fix sourcemap names of methods that are async or static

v5.19.0

Compare Source

  • Allow /*@&#8203;__MANGLE_PROP__*/ annotation in object.property, in addition to property declarations.

v5.18.2

Compare Source

  • Stop using recursion in hoisted defuns fix.

v5.18.1

Compare Source

  • Fix major performance issue caused by hoisted defuns' scopes bugfix.

v5.18.0

Compare Source

  • Add new /*@&#8203;__MANGLE_PROP__*/ annotation, to mark properties that should be mangled.

v5.17.7

Compare Source

  • Update some dependencies
  • Add consistent sorting for v RegExp flag
  • Add inert DOM attribute to domprops

v5.17.6

Compare Source

  • Fixes to mozilla AST input and output, for class properties, private properties and static blocks
  • Fix outputting a shorthand property in quotes when safari10 and ecma=2015 options are enabled
  • configurable and enumerable, used in Object.defineProperty, added to domprops (#​1393)

v5.17.5

Compare Source

  • Take into account the non-deferred bits of a class, such as static properties, while dropping unused code.

v5.17.4

Compare Source

  • Fix crash when trying to negate a class (!class{})
  • Avoid outputting comments between yield/await and its argument
  • Fix detection of left-hand-side of assignment, to avoid optimizing it like any other expression in some edge cases

v5.17.3

Compare Source

  • Fix issue with trimming a static class property's contents accessing the class as this.

v5.17.2

Compare Source

  • Be less conservative when detecting use-before-definition of var in hoisted functions.
  • Support unusual (but perfectly valid) initializers of for-in and for-of loops.
  • Fix issue where hoisted function would be dropped if it was after a continue statement

v5.17.1

Compare Source

  • Fix evaluating .length when the source array might've been mutated

v5.17.0

Compare Source

  • Drop vestigial = undefined default argument in IIFE calls (#​1366)
  • Evaluate known arrays' .length property when statically determinable
  • Add @__KEY__ annotation to mangle string literals (#​1365)

v5.16.9

Compare Source

  • Fix parentheses in output of optional chains (a?.b) (#​1374)
  • More documentation on source maps (#​1368)
  • New lhs_constants option, allowing to stop Terser from swapping comparison operands (#​1361)

v5.16.8

Compare Source

  • Become even less conservative around function definitions for reduce_vars
  • Fix parsing context of import.meta expressions such that method calls are allowed

v5.16.6

Compare Source

  • Become less conservative with analyzing function definitions for reduce_vars
  • Parse import.meta as a real AST node and not an object.property

v5.16.5

Compare Source

  • Correctly handle AST transform functions that mutate children arrays
  • Don't mutate the options object passed to Terser (#​1342)
  • Do not treat BigInt like a number

v5.16.4

Compare Source

  • Keep (defaultArg = undefined) => ..., because default args don't count for function length
  • Prevent inlining variables into ?. optional chains
  • Avoid removing unused arguments while transforming
  • Optimize iterating AST node lists
  • Make sure catch and finally aren't children of try in the AST
  • Use modern unicode property escapes (\p{...}) to parse identifiers when available

v5.16.3

Compare Source

  • Ensure function definitions, don't assume the values of variables defined after them.

v5.16.2

Compare Source

  • Fix sourcemaps with non-ascii characters (#​1318)
  • Support string module name and export * as (#​1336)
  • Do not move let out of for initializers, as it can change scoping
  • Fix a corner case that would generate the invalid syntax if (something) let x ("let" in braceless if body)
  • Knowledge of more native object properties (#​1330)
  • Got rid of Travis (#​1323)
  • Added semi-secret asObject sourcemap option to typescript defs (#​1321)

[v5.16.1](https://redirect.git


Configuration

📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the WG: infra label Jul 10, 2024
@renovate renovate bot enabled auto-merge (squash) July 10, 2024 17:55
@amp-bundle-size amp-bundle-size bot requested a review from kvchari July 10, 2024 18:00
@renovate renovate bot force-pushed the renovate/core-devdependencies branch from e07a095 to 00e5665 Compare July 11, 2024 16:56
@renovate renovate bot changed the title 📦 Update dependency terser to v5.31.2 📦 Update core devDependencies Jul 11, 2024
@renovate renovate bot force-pushed the renovate/core-devdependencies branch 3 times, most recently from 6bded8c to a299f10 Compare August 12, 2024 17:01
@renovate renovate bot force-pushed the renovate/core-devdependencies branch from a299f10 to b89983c Compare August 27, 2024 10:39
@renovate renovate bot force-pushed the renovate/core-devdependencies branch 3 times, most recently from c0bdd2a to b2ed08a Compare September 9, 2024 16:15
@renovate renovate bot force-pushed the renovate/core-devdependencies branch 2 times, most recently from 2cc9a51 to d784e1e Compare September 23, 2024 15:59
@renovate renovate bot force-pushed the renovate/core-devdependencies branch 4 times, most recently from a78bdba to 9cb5e46 Compare September 30, 2024 16:49
@renovate renovate bot force-pushed the renovate/core-devdependencies branch from 9cb5e46 to a143bf1 Compare October 1, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants