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 many non-major #6

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@netlify/zip-it-and-ship-it ^5.5.2 -> ^5.13.5 age adoption passing confidence dependencies minor
browser-sync (source) ^2.27.7 -> ^2.29.3 age adoption passing confidence devDependencies minor
firebase-admin (source) ^10.0.2 -> ^10.3.0 age adoption passing confidence dependencies minor
firebase-functions ^3.17.1 -> ^3.24.1 age adoption passing confidence dependencies minor
firebase-tools ^10.1.4 -> ^10.9.2 age adoption passing confidence dependencies minor
lots0logs/gh-action-get-changed-files 2.1.4 -> 2.2.2 age adoption passing confidence action minor
node (source) 14 -> 14.21.3 age adoption passing confidence minor
node (source) 14 -> 14.21.3 age adoption passing confidence engines minor

Release Notes

netlify/zip-it-and-ship-it (@​netlify/zip-it-and-ship-it)

v5.13.5

Compare Source

Bug Fixes

v5.13.4

Compare Source

Bug Fixes

v5.13.3

Compare Source

Bug Fixes

v5.13.2

Compare Source

Bug Fixes
  • refactor error annotation, to not loose original error (#​1152) (adc08c5)

v5.13.1

Compare Source

Bug Fixes

v5.13.0

Compare Source

Features

v5.12.0

Compare Source

Features
Bug Fixes

v5.11.1

Compare Source

Bug Fixes

v5.11.0

Compare Source

Features
  • remove feature flag buildGoSource and zisi_detect_esm (#​1113) (77763f6)

v5.10.2

Compare Source

Bug Fixes

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features
  • include resolved included_files in response of zipFunction (#​1098) (830f9f2)
Bug Fixes
5.9.2 (2022-05-18)
Bug Fixes
5.9.1 (2022-04-21)
Bug Fixes

v5.9.2

Compare Source

v5.9.1

Compare Source

v5.9.0

Compare Source

Features
Bug Fixes

v5.8.0

Compare Source

Features
  • add pure ESM support to esbuild and default bundlers (#​1018) (809b206)
5.7.5 (2022-02-14)
Bug Fixes
5.7.4 (2022-02-08)
Bug Fixes
5.7.3 (2022-02-08)
Bug Fixes
5.7.2 (2022-02-08)
Bug Fixes
5.7.1 (2022-02-08)
Bug Fixes

v5.7.5

Compare Source

v5.7.4

Compare Source

v5.7.3

Compare Source

v5.7.2

Compare Source

v5.7.1

Compare Source

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

Features
Bug Fixes
5.5.2 (2022-01-27)
Bug Fixes
5.5.1 (2022-01-24)
Bug Fixes
BrowserSync/browser-sync (browser-sync)

v2.29.3: The one that fixes snippetOptions

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3

v2.29.2

Compare Source

v2.29.1

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.0...v2.29.1

v2.29.0: The one that restores IE11 support 💪

Compare Source

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢

This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.

So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)

### IE11 works, again
npm install browser-sync@latest

Full Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0

v2.28.3

Compare Source

v2.28.2

Compare Source

v2.28.1

Compare Source

v2.28.0: the one that finally removes document.write

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0

v2.27.12

Compare Source

v2.27.11

Compare Source

v2.27.10

Compare Source

v2.27.9: 2.27.9

Compare Source

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9

v2.27.8: 2.27.8

Compare Source

This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)

PR:

Resolved Issues:

Thanks to @​lachieh for the original PR, which helped me land this fix

firebase/firebase-admin-node (firebase-admin)

v10.3.0: Firebase Admin Node.js SDK v10.3.0

Compare Source

Bug Fixes
Miscellaneous

v10.2.0: Firebase Admin Node.js SDK v10.2.0

Compare Source

New Features
  • feat: Add Task Queue API (#​1674)
  • feat(auth): Support generate oob code request type VERIFY_AND_CHANGE_EMAIL (#​1633)
Miscellaneous

v10.1.0: Firebase Admin Node.js SDK v10.1.0

Compare Source

Miscellaneous
firebase/firebase-functions (firebase-functions)

v3.24.1

Compare Source

  • Fix reference docs for performance monitoring.
  • Fix bug where function configuration wil null values couldn't be deployed. (#​1246)

v3.24.0

Compare Source

  • Add performance monitoring triggers to v2 alerts (#​1223).

v3.23.0

Compare Source

  • Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions (#​1199).
  • Add v2 Schedule Triggers (#​1177).

v3.22.0

Compare Source

  • Adds RTDB Triggers for v2 functions (#​1127)
  • Adds support for Firebase Admin SDK v11 (#​1151)
  • Fixes bug where emulated task queue function required auth header (#​1154)

v3.21.2

Compare Source

  • Fixes bug where toJSON was not defined in UserRecord (#​1125).

v3.21.1

Compare Source

  • Add debug feature to enable cors option for v2 onRequest and onCall handlers. (#​1099)

v3.21.0

Compare Source

  • Adds CPU option and enhances internal data structures (#​1077)
  • Add auth blocking handlers (#​1080)
  • Add support for secrets in v2 (#​1079)
  • Update types for AlertPayloads (#​1087)
  • Update AppDistribution [@type] (#​1088)
  • Update CloudEvent types (#​1089)
  • Generate documentation with api-extractor (#​1071)
  • Change type info to be inheritance friendly. (#​1091)
  • Changes the memory options from MB to MiB and GB to GiB for greater clarity (#​1090)

v3.20.1

Compare Source

  • Improve authorization for tasks. (#​1073)

[v3.20.0](https://t


Configuration

📅 Schedule: Branch creation - "after 6am and before 10am on monday" (UTC), Automerge - 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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added automerge PR that should be merged automatically dependencies Pull requests that update a dependency file labels Mar 7, 2022
@renovate renovate bot force-pushed the renovate/many-non-major branch 3 times, most recently from 1b91889 to 7220f05 Compare March 15, 2022 10:03
@renovate renovate bot force-pushed the renovate/many-non-major branch 4 times, most recently from 041e1c6 to e3f8fc6 Compare March 21, 2022 21:42
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 22d5f91 to 6903187 Compare March 24, 2022 23:13
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 8b30a62 to edee0db Compare April 4, 2022 23:44
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from dd3d327 to 29752a0 Compare April 20, 2022 02:12
@renovate renovate bot force-pushed the renovate/many-non-major branch 3 times, most recently from df0fb73 to a3dd559 Compare April 22, 2022 13:48
@renovate renovate bot force-pushed the renovate/many-non-major branch 3 times, most recently from 8e5c51d to edadee0 Compare May 5, 2022 22:25
@renovate renovate bot force-pushed the renovate/many-non-major branch 5 times, most recently from 9444cdc to d4df415 Compare May 12, 2022 13:09
@renovate renovate bot force-pushed the renovate/many-non-major branch 4 times, most recently from 4fc843c to 08bc502 Compare May 18, 2022 13:23
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 341805d to 8149cf9 Compare December 2, 2022 13:37
@renovate renovate bot force-pushed the renovate/many-non-major branch 3 times, most recently from 97cb06e to 7543298 Compare December 19, 2022 17:11
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 8d3abce to 4237fbf Compare February 28, 2023 00:52
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 8f04aa4 to b9ea5fa Compare March 4, 2023 18:00
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 5d158ad to 7a51533 Compare March 22, 2023 16:52
@renovate renovate bot force-pushed the renovate/many-non-major branch from 7a51533 to d876ff8 Compare April 21, 2023 13:21
@renovate renovate bot force-pushed the renovate/many-non-major branch 3 times, most recently from c055444 to c245f11 Compare May 17, 2023 12:27
@renovate renovate bot force-pushed the renovate/many-non-major branch 4 times, most recently from bf12b4a to abe50a4 Compare May 22, 2023 02:12
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 4ab6046 to 9410602 Compare September 7, 2023 14:51
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from b667ae7 to c7363ef Compare November 17, 2023 13:32
@renovate renovate bot force-pushed the renovate/many-non-major branch from 297b946 to 970d9b3 Compare April 14, 2024 12:38
@renovate renovate bot force-pushed the renovate/many-non-major branch from 970d9b3 to f6b8d96 Compare May 2, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge PR that should be merged automatically dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants