jaywcjlove / cookie.js

:cookie: A simple, lightweight JavaScript API for handling browser cookies , it is easy to pick up and use, has a reasonable footprint(~2kb, gzipped: 0.95kb), and has no dependencies. It should not interfere with any JavaScript libraries or frameworks. https://jaywcjlove.github.io/cookie.js/
https://jaywcjlove.github.io/cookie.js
185 stars 55 forks source link

chore(deps): update dependency rollup to v2.57.0 #8

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 2.56.3 -> 2.57.0 age adoption passing confidence

Release Notes

rollup/rollup ### [`v2.57.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2570) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.3...v2.57.0) *2021-09-22* ##### Features - Add `generatedCode` option to allow Rollup to use es2015 features for smaller output and more efficient helpers ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Using `preferConst` will now show a warning with `strictDeprecations: true` ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) ##### Bug Fixes - Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Do not use `Object.assign` in generated code to ensure ES5 compatibility without the need for polyfills ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Use correct "this" binding in dynamic import expressions for CommonJS and AMD ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Properly handle `shimMissingExports` for exports that are only used internally ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Prevent unhandled rejection for failed module parsing ([#​4228](https://togithub.com/rollup/rollup/issues/4228)) ##### Pull Requests - [#​4212](https://togithub.com/rollup/rollup/pull/4212): chore: remove unused ambient types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4215](https://togithub.com/rollup/rollup/pull/4215): Use ES2015 features in generated code snippets ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4219](https://togithub.com/rollup/rollup/pull/4219): chore: bump rollup typescript, remove unused micromatch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4220](https://togithub.com/rollup/rollup/pull/4220): chore: use forceConsistentCasingInFileNames in ts-config ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4224](https://togithub.com/rollup/rollup/pull/4224): prepare for useDefineForClassFields ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4228](https://togithub.com/rollup/rollup/pull/4228): fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails ([@​kherock](https://togithub.com/kherock))

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.