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

fix(deps): update all (major) #41

Merged
merged 1 commit into from
Feb 8, 2022
Merged

fix(deps): update all (major) #41

merged 1 commit into from
Feb 8, 2022

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 29, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@primer/octicons (source) 10.1.0 -> 16.3.1 age adoption passing confidence
@rollup/plugin-commonjs 14.0.0 -> 21.0.1 age adoption passing confidence
@rollup/plugin-node-resolve 8.4.0 -> 13.1.3 age adoption passing confidence
@rollup/plugin-replace 2.3.3 -> 3.0.1 age adoption passing confidence
@storybook/addon-knobs 5.3.21 -> 6.4.0 age adoption passing confidence
cypress 4.12.1 -> 9.4.1 age adoption passing confidence
d3 (source) 5.16.0 -> 7.3.0 age adoption passing confidence
dotenv ^8.2.0 -> ^16.0.0 age adoption passing confidence
eslint (source) 7.7.0 -> 8.8.0 age adoption passing confidence
eslint-plugin-jest 25.7.0 -> 26.1.0 age adoption passing confidence
helmet (source) ^4.0.0 -> ^5.0.0 age adoption passing confidence
node-sass 4.14.1 -> 7.0.1 age adoption passing confidence
rollup-plugin-svelte 5.2.3 -> 7.1.0 age adoption passing confidence
rollup-plugin-terser 6.1.0 -> 7.0.2 age adoption passing confidence
sirv ^1.0.1 -> ^2.0.0 age adoption passing confidence
supertest 4.0.2 -> 6.2.2 age adoption passing confidence
systeminformation (source) ^4.26.10 -> ^5.0.0 age adoption passing confidence

Release Notes

primer/octicons

v16.3.1

Compare Source

Patch Changes

v16.3.0

Compare Source

Minor Changes
  • #​715 ab991ab Thanks @​edokoa! - Added new icons for:
    • accessibility
    • apps
    • id-badge
    • log
    • repo-deleted
    • tab-external
    • webhook
  • #​708 6933ac3 Thanks @​Juliusschaeper! - Added first batch of 16px feed icons:
    • feed-discussion
    • feed-heart
    • feed-person
    • feed-repo
    • feed-rocket
    • feed-star
    • feed-tag

v16.2.0

Compare Source

Minor Changes
Patch Changes

v16.1.1

Compare Source

Patch Changes

v16.1.0

Compare Source

🚀 New features
🐛 Bug fix

v16.0.0

Compare Source

💥 Breaking changes
🚀 New features
🧽 Chores
  • Bump dependencies

v15.2.0

Compare Source

🚀 New features

v15.1.0

Compare Source

🚀 New features

v15.0.1

Compare Source

🐛 Bug fix

v15.0.0

Compare Source

💥 Breaking changes

v14.2.2

Compare Source

🐛 Bug fix

v14.2.1

Compare Source

🐛 Bug fix

v14.2.0

Compare Source

🚀 New features
🧽 Chores

v14.1.0

Compare Source

🚀 New features

v14.0.0

Compare Source

💥 Breaking changes
🚀 New features
💅 Enhancements
🐛 Fixes

v13.0.0

Compare Source

🚀 New features
💥 Breaking changes
💅 Enhancements
🐛 Fixes

v12.1.0

Compare Source

React
💅 Enhancements

v12.0.0

Compare Source

🚀 New features
💅 Enhancements
💥 Breaking changes
🧽Chores

v11.3.0

Compare Source

🚀 New features
🐛 Fixes

v11.2.0

Compare Source

🚀 New features
🐛 Fixes
🧽Chores
  • Dependency updates

v11.1.0

Compare Source

🚀 New features
🐛 Fixes

v11.0.0

Compare Source

💅 Enhancements
💥 Breaking changes
rollup/plugins (@​rollup/plugin-commonjs)

v21.0.1

2021-10-19

Bugfixes
  • fix: pass on isEntry and custom resolve options (#​1018)

v21.0.0

2021-10-01

Breaking Changes
  • fix: use safe default value for ignoreTryCatch (#​1005)

v20.0.0

2021-07-30

Breaking Changes
  • fix: Correctly infer module name for any separator (#​924)

v19.0.2

2021-07-26

Bugfixes
  • fix convert module.exports with __esModule property(#​939) (#​942)

v19.0.1

2021-07-15

Bugfixes
  • fix: short-circuit to actual module entry point when using circular ref through a different entry (#​888)

v19.0.0

2021-05-07

Breaking Changes
  • feat!: Add support for circular dependencies (#​658)

v18.1.0

2021-05-04

Bugfixes
Features
  • feat: Add defaultIsModuleExports option to match Node.js behavior (#​838)

v18.0.0

2021-03-26

Breaking Changes
  • feat!: Add ignore-dynamic-requires option (#​819)
Bugfixes
  • fix: isRestorableCompiledEsm should also trigger code transform (#​816)

v17.1.0

2021-01-29

Bugfixes
  • fix: correctly replace shorthand require (#​764)
Features
  • feature: load dynamic commonjs modules from es import (#​766)
  • feature: support cache/resolve access inside dynamic modules (#​728)
  • feature: allow keeping require calls inside try-catch (#​729)
Updates

v17.0.0

2020-11-30

Breaking Changes
  • feat!: reconstruct real es module from __esModule marker (#​537)

v16.0.0

2020-10-27

Breaking Changes
  • feat!: Expose cjs detection and support offline caching (#​604)
Bugfixes
  • fix: avoid wrapping commonjsRegister call in createCommonjsModule(...) (#​602)
  • fix: register dynamic modules when a different loader (i.e typescript) loads the entry file (#​599)
  • fix: fixed access to node_modules dynamic module with subfolder (i.e 'logform/json') (#​601)
Features
  • feat: pass type of import to node-resolve (#​611)

v15.1.0

2020-09-21

Features
  • feat: inject __esModule marker into ES namespaces and add Object prototype (#​552)
  • feat: add requireReturnsDefault to types (#​579)

v15.0.0

2020-08-13

Breaking Changes
  • feat!: return the namespace by default when requiring ESM (#​507)
  • fix!: fix interop when importing CJS that is transpiled ESM from an actual ESM (#​501)
Bugfixes
  • fix: add .cjs to default file extensions. (#​524)
Updates
  • chore: update dependencies (fe399e2)
rollup/plugins (@​rollup/plugin-node-resolve)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (#​866)

v11.2.1

2021-03-26

Bugfixes
  • fix: fs.exists is incorrectly promisified (#​835)

v11.2.0

2021-02-14

Features
  • feat: add ignoreSideEffectsForRoot option (#​694)
Updates
  • chore: mark url as an external and throw on warning (#​783)
  • docs: clearer "Resolving Built-Ins" doc (#​782)

v11.1.1

2021-01-29

Bugfixes
  • fix: only log last resolve error (#​750)
Updates
  • docs: add clarification on the order of package entrypoints (#​768)

v11.1.0

2021-01-15

Features
  • feat: support pkg imports and export array (#​693)

v11.0.1

2020-12-14

Bugfixes
  • fix: export map specificity (#​675)
  • fix: add missing type import (#​668)
Updates
  • docs: corrected word "yse" to "use" (#​723)

v11.0.0

2020-11-30

Breaking Changes
  • refactor!: simplify builtins and remove customResolveOptions (#​656)
  • feat!: Mark built-ins as external (#​627)
  • feat!: support package entry points (#​540)
Bugfixes
  • fix: refactor handling builtins, do not log warning if no local version (#​637)
Updates
  • docs: fix import statements in examples in README.md (#​646)

v10.0.0

2020-10-27

Breaking Changes
  • fix!: resolve hash in path (#​588)
Bugfixes
  • fix: do not ignore exceptions (#​564)

v9.0.0

2020-08-13

Breaking Changes
  • chore: update dependencies (e632469)
Updates
  • refactor: remove deep-freeze from dependencies (#​529)
  • chore: clean up changelog (84dfddb)
rollup/plugins (@​rollup/plugin-replace)

v3.0.1

2021-12-28

Bugfixes
  • fix: add types for sourceMap option (#​1066)
Updates
  • docs: clarify delimiters typing (#​1013)

v3.0.0

2021-07-16

Breaking Changes
  • fix!: issues with nested objects replacements (#​903)

v2.4.2

2021-03-26

Updates
  • docs: document the values option (#​814)

v2.4.1

2021-02-22

Bugfixes
  • fix: add missing types for new preventAssignment option (#​813)

v2.4.0

2021-02-22

Features
  • feat: prevent accidental replacement within assignment (#​798)
Updates

v2.3.4

2020-10-27

Updates
  • docs: describe process.env.NODE_ENV case (#​589)
  • chore: update dependencies (53e2b73)
  • docs: linting update in readme (aef7dbc)
storybookjs/addon-knobs

v6.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
⚠️ Pushed to main
Authors: 1

v6.3.1

Compare Source

🐛 Bug Fix
⚠️ Pushed to main
🔩 Dependency Updates
Authors: 3

v6.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
⚠️ Pushed to main
Authors: 1

v6.2.9

Compare Source

v6.2.8

Compare Source

v6.2.7

Compare Source

v6.2.6

Compare Source

v6.2.5

Compare Source

v6.2.4

Compare Source

v6.2.3

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.21

Compare Source

v6.1.20

Compare Source

v6.1.19

Compare Source

v6.1.18

Compare Source

v6.1.17

Compare Source

v6.1.16

Compare Source

v6.1.15

Compare Source

v6.1.14

Compare Source

v6.1.12

Compare Source

v6.1.11

Compare Source

v6.1.10

Compare Source

v6.1.9

Compare Source

v6.1.8

Compare Source

v6.1.7

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

v6.1.4

Compare Source

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.28

Compare Source

v6.0.27

Compare Source

v6.0.26

Compare Source

v6.0.25

Compare Source

v6.0.24

Compare Source

v6.0.23

Compare Source

v6.0.22

Compare Source

v6.0.21

Compare Source

v6.0.20

Compare Source

v6.0.19

Compare Source

v6.0.18

Compare Source

v6.0.17

Compare Source

v6.0.16

Compare Source

v6.0.15

[Compare Sourc


Configuration

📅 Schedule: "before 9am on Saturday" in timezone Europe/Warsaw.

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

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

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

@vercel
Copy link

vercel bot commented Jan 29, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tymek/cz/6eKdyhgBYhraeFqd2bE8VDaXVBCp
✅ Preview: https://cz-git-renovate-major-all-tymek.vercel.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants