generated from ecomplus/storefront-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/many-non-major
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1b91889
to
7220f05
Compare
041e1c6
to
e3f8fc6
Compare
22d5f91
to
6903187
Compare
8b30a62
to
edee0db
Compare
dd3d327
to
29752a0
Compare
df0fb73
to
a3dd559
Compare
8e5c51d
to
edadee0
Compare
9444cdc
to
d4df415
Compare
4fc843c
to
08bc502
Compare
97cb06e
to
7543298
Compare
8d3abce
to
4237fbf
Compare
8f04aa4
to
b9ea5fa
Compare
5d158ad
to
7a51533
Compare
7a51533
to
d876ff8
Compare
c055444
to
c245f11
Compare
bf12b4a
to
abe50a4
Compare
4ab6046
to
9410602
Compare
9410602
to
5d68181
Compare
b667ae7
to
c7363ef
Compare
c7363ef
to
16cfc33
Compare
16cfc33
to
297b946
Compare
297b946
to
970d9b3
Compare
970d9b3
to
f6b8d96
Compare
f6b8d96
to
6c98721
Compare
6c98721
to
f1e441e
Compare
f1e441e
to
32e336a
Compare
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.5.2
->^5.13.5
^2.27.7
->^2.29.3
2.1.4
->2.2.2
12.x
->12.22.12
Release Notes
netlify/build (@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
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
files
entry in package.json (#1119) (dddd4f8)v5.11.0
Compare Source
Features
buildGoSource
andzisi_detect_esm
(#1113) (77763f6)v5.10.2
Compare Source
Bug Fixes
v5.10.1
Compare Source
Bug Fixes
v5.10.0
Compare Source
Features
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
5.7.5 (2022-02-14)
Bug Fixes
5.7.4 (2022-02-08)
Bug Fixes
.js
andindex.js
in imports (#974) (96e9a95)5.7.3 (2022-02-08)
Bug Fixes
5.7.2 (2022-02-08)
Bug Fixes
createRequire()
forrequire.resolve()
(#986) (a941003)import()
in tests (#980) (5003df6)5.7.1 (2022-02-08)
Bug Fixes
shellUtils
stubbing with ES modules (#983) (dc12508)shouldTranspile
(#1007) (59f3ebd).eslintrc.js
to.eslintrc.cjs
(#971) (dadd5aa)commitlint.config.js
tocommitlint.config.cjs
(#970) (72a46b0)getPackageJson
when transpiling ESM (#1008) (8c4b234)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
getNodeVersion
util (#1002) (b66177d)Bug Fixes
5.5.2 (2022-01-27)
Bug Fixes
@babel/parser
to7.16.8
(#966) (00b0bbd)5.5.1 (2022-01-24)
Bug Fixes
BrowserSync/browser-sync (browser-sync)
v2.29.3
: The one that fixes snippetOptionsCompare 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 removesdocument.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.9Compare 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.8Compare 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
lots0logs/gh-action-get-changed-files (lots0logs/gh-action-get-changed-files)
v2.2.2
: [FIX]: v2.2.2Compare Source
v2.2.1
: [MAINTENANCE] v2.2.1Compare Source
v2.2.0
: [MAINTENANCE] v2.2.0Compare Source
actions/node-versions (node)
v12.22.12
: 12.22.12Compare Source
Node.js 12.22.12
v12.22.11
: 12.22.11Compare Source
Node.js 12.22.11
v12.22.10
: 12.22.10Compare Source
Node.js 12.22.10
v12.22.9
: 12.22.9Compare Source
Node.js 12.22.9
v12.22.8
: 12.22.8Compare Source
Node.js 12.22.8
v12.22.7
: 12.22.7Compare Source
Node.js 12.22.7
v12.22.6
: 12.22.6Compare Source
Node.js 12.22.6
v12.22.5
: 12.22.5Compare Source
Node.js 12.22.5
v12.22.4
: 12.22.4Compare Source
Node.js 12.22.4
v12.22.3
: 12.22.3Compare Source
Node.js 12.22.3
v12.22.2
: 12.22.2Compare Source
Node.js 12.22.2
v12.22.1
: 12.22.1Compare Source
Node.js 12.22.1
v12.22.0
: 12.22.0Compare Source
Node.js 12.22.0
v12.21.0
: 12.21.0Compare Source
Node.js 12.21.0
v12.20.2
: 12.20.2Compare Source
Node.js 12.20.2
v12.20.1
: 12.20.1Compare Source
Node.js 12.20.1
v12.20.0
: 12.20.0Compare Source
Node.js 12.20.0
v12.19.1
: 12.19.1Compare Source
Node.js 12.19.1
v12.19.0
: 12.19.0Compare Source
Node.js 12.19.0
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.
This PR was generated by Mend Renovate. View the repository job log.