-
Notifications
You must be signed in to change notification settings - Fork 48
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) #1128
Conversation
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: notification/package-lock.json
File name: extension/package-lock.json
|
7b72b2f
to
18497ab
Compare
e39fca9
to
618c441
Compare
3d8c510
to
ad84d13
Compare
a6e87c5
to
cef0c48
Compare
588747c
to
9db7324
Compare
dadfecd
to
3930c9e
Compare
9eb6c3e
to
c99d8e1
Compare
0f2275c
to
6ab6dc0
Compare
6ab6dc0
to
02ce30c
Compare
1d4c70d
to
414a952
Compare
eb05a2b
to
3b64341
Compare
4b94802
to
46a785e
Compare
83379af
to
3c57f76
Compare
3c57f76
to
9da443f
Compare
…e/major-all # Conflicts: # extension/package-lock.json # extension/package.json # notification/package-lock.json # notification/package.json
CS-5041
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
CS-5041
CS-5041
CS-5041
This PR contains the following updates:
15.1.0
->16.2.0
8.0.1
->9.1.0
4.4.1
->5.1.0
8.0.3
->9.0.11
1.1.9
->2.0.1
21.11.0
->22.6.2
Release Notes
Adyen/adyen-node-api-library (@adyen/api-library)
v16.2.0
: Adyen Node API Library v16.2.0Compare Source
What's Changed
New Features 💎
Fixes ⛑️
Other Changes 🖇️
Full Changelog: Adyen/adyen-node-api-library@v16.1.0...v16.2.0
v16.1.0
: Adyen Node API Library v16.1.0Compare Source
What's Changed
New Features 💎
Other Changes 🖇️
Classname change and some field name changes⚠️
Full Changelog: Adyen/adyen-node-api-library@v16.0.2...v16.1.0
v16.0.2
: Adyen Node API Library v16.0.2Compare Source
What's Changed
Other Changes 🖇️
Full Changelog: Adyen/adyen-node-api-library@v16.0.1...v16.0.2
v16.0.1
: Adyen Node API Library v16.0.1Compare Source
What's Changed
Other Changes 🖇️
New Contributors
Full Changelog: Adyen/adyen-node-api-library@v16.0.0...v16.0.1
v16.0.0
: Adyen Node API Library v16.0.0Compare Source
What's Changed
Breaking Changes 🛠
Donations has moved
The Checkout Donations endpoint, which was previously on the
PaymentsApi
, has been moved to its own service calledDonationsApi
.add query parameters to function arguments
Previously these had to be sent through the
requestOptions
argument. We now have added function arguments, which is less prone to mistakes, and clearly indicates all the options.This does mean that current implementations using
requestOptions
for query parameters have to be adjusted slightly to accommodate for these new function parameters.Other Changes 🖇️
Full Changelog: Adyen/adyen-node-api-library@v15.1.0...v16.0.0
bcoe/c8 (c8)
v9.1.0
Compare Source
Features
Bug Fixes
v9.0.0
Compare Source
⚠ BREAKING CHANGES
Features
chaijs/chai (chai)
v5.1.0
Compare Source
What's Changed
iterable
assertion by @koddsson in https://github.com/chaijs/chai/pull/1592New Contributors
Full Changelog: chaijs/chai@v5.0.3...v5.1.0
v5.0.3
Compare Source
Fix bad v5.0.2 publish.
Full Changelog: chaijs/chai@v5.0.2...v5.0.3
v5.0.2
Compare Source
What's Changed
bump-cli
by @koddsson in https://github.com/chaijs/chai/pull/1559??
for node compat (5.x) by @43081j in https://github.com/chaijs/chai/pull/1576loupe
to latest version by @koddsson in https://github.com/chaijs/chai/pull/1579Full Changelog: chaijs/chai@v5.0.1...v5.0.2
v5.0.0
Compare Source
BREAKING CHANGES
import {...} from 'chai'
orimport('chai')
.require('chai')
will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.What's Changed
get-func-name
dependency by @koddsson in https://github.com/chaijs/chai/pull/1416deep-eql
to latest version by @koddsson in https://github.com/chaijs/chai/pull/1542type-detect
as a simple function by @koddsson in https://github.com/chaijs/chai/pull/1544assertion-error
to it's latest major version! by @koddsson in https://github.com/chaijs/chai/pull/1543New Contributors
Full Changelog: chaijs/chai@4.3.1...v5.0.0
typicode/husky (husky)
v9.0.11
Compare Source
v9.0.10
Compare Source
v9.0.9
Compare Source
v9.0.8
Compare Source
v9.0.7
Compare Source
~/.huskyrc
correctly (compatibility with v8)v9.0.6
Compare Source
v9.0.5
Compare Source
v9.0.4
Compare Source
v9.0.3
Compare Source
v9.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.0.1...v9.0.2
v9.0.1
Compare Source
Kicking off the year with an exciting update!
TLDR;
Improved user experience and a (even) smaller package size while packing in more features!
👋 By the Way
I'm available for remote work (Front-end/Back-end mainly JS/TS but open to other stacks Rails, Go, Elixir). You can contact me at my mail: typicode at gmail 🙂
Introducing
husky init
Adding husky to a project is now easier than ever. Although the installation process was straightforward, it often required consulting the documentation.
v8
v9
Adding a New Hook
Adding a hook is now as simple as creating a file. This can be accomplished using your favorite editor, a script or a basic
echo
command.v8
v9
Further Size Reduction
v8
was already the most compact Git hooks manager at approximately6kB
.v9
takes this a step further, reducing the size to just3kB
, likely making it the smallest devDependency in your toolkit.To give you an idea of how small it is, the biggest file in the project is the MIT license 😄
More to Come
Additional features are in the pipeline for
v9
. Stay tuned 🙌Other Changes
--provenance
for safer publishing.$XDG_CONFIG_HOME
support. Move~/.huskyrc
to~/.config/husky/init.sh
for centralized configuration.husky install
. Usehusky
orhusky some/dir
for the same functionality (deprecation notice to be added)..git
is missing; it now triggers a warning instead of failure.HUSKY_DEBUG=1
withHUSKY=2
for debugging.ESM
for module usage.How to Migrate
v9
is backward compatible withv8
, allowing you to freely upgrade and migrate your hooks later.package.json
.husky/pre-commit
indutny/node-ip (ip)
v2.0.1
Compare Source
v2.0.0
Compare Source
puppeteer/puppeteer (puppeteer)
v22.6.2
: puppeteer-core: v22.6.2Compare Source
Bug Fixes
v22.6.1
Compare Source
v22.6.0
Compare Source
v22.5.0
: puppeteer: v22.5.0Compare Source
Miscellaneous Chores
Dependencies
v22.4.1
: puppeteer: v22.4.1Compare Source
Miscellaneous Chores
Dependencies
v22.4.0
: puppeteer-core: v22.4.0Compare Source
Features
Page.deleteCookie()
for WebDriver BiDi (#12031) (7fe22b5)Bug Fixes
v22.3.0
: puppeteer: v22.3.0Compare Source
Miscellaneous Chores
Dependencies
v22.2.0
: puppeteer: v22.2.0Compare Source
Features
Dependencies
v22.1.0
: puppeteer: v22.1.0Compare Source
Miscellaneous Chores
Dependencies
v22.0.0
: puppeteer: v22.0.0Compare Source
⚠ BREAKING CHANGES
Features
Dependencies
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.