algolia / algoliasearch-helper-js

Helper for implementing advanced search features with Algolia
https://instantsearchjs.netlify.app/algoliasearch-helper-js/
MIT License
174 stars 46 forks source link

chore(deps): update dependency babel-loader to v7 #932

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader 6.4.1 -> 7.1.5 age adoption passing confidence

Release Notes

babel/babel-loader ### [`v7.1.5`](https://togithub.com/babel/babel-loader/releases/tag/v7.1.5) [Compare Source](https://togithub.com/babel/babel-loader/compare/v7.1.4...v7.1.5) ### v7.1.5 - Perf: Use md4 instead of sha1 for filename hashes ([https://github.com/babel/babel-loader/pull/638](https://togithub.com/babel/babel-loader/pull/638)) ### [`v7.1.4`](https://togithub.com/babel/babel-loader/releases/tag/v7.1.4): 7.1.4 [Compare Source](https://togithub.com/babel/babel-loader/compare/v7.1.3...v7.1.4) ##### 🐛 Bug Fix - Update code to read filename ### [`v7.1.3`](https://togithub.com/babel/babel-loader/releases/tag/v7.1.3): 7.1.3 [Compare Source](https://togithub.com/babel/babel-loader/compare/v7.1.2...v7.1.3) ##### 🐛 Bug Fix - Support webpack 4 ### [`v7.1.2`](https://togithub.com/babel/babel-loader/releases/tag/v7.1.2): 7.1.2 [Compare Source](https://togithub.com/babel/babel-loader/compare/v7.1.1...v7.1.2) ##### 🐛 Bug Fix - Add the message in BabelLoaderError's stack trace on node 8 ([#​499](https://togithub.com/babel/babel-loader/issues/499)) (Stephen Jennings) - Do not swallow errors in exists() and only call exists if option is string ([#​495](https://togithub.com/babel/babel-loader/issues/495)) (Nelo Mitranim) ##### 📝 Documentation - README: fix typo ([#​498](https://togithub.com/babel/babel-loader/issues/498)) (Piper Chester) ##### 🏠 Internal - Update ava to the latest version 🚀 ([#​500](https://togithub.com/babel/babel-loader/issues/500)) (greenkeeper\[bot]) - Update ava to the latest version 🚀 ([#​491](https://togithub.com/babel/babel-loader/issues/491)) (greenkeeper\[bot]) - Update ava to the latest version 🚀 ([#​487](https://togithub.com/babel/babel-loader/issues/487)) (greenkeeper\[bot]) ### [`v7.1.1`](https://togithub.com/babel/babel-loader/releases/tag/v7.1.1): 7.1.1 [Compare Source](https://togithub.com/babel/babel-loader/compare/v7.1.0...v7.1.1) ##### 🐛 Bug Fix - Do not read .babelrc for cache identifier when babelrc=false ([#​483](https://togithub.com/babel/babel-loader/issues/483)) (Russ Tyndall) ##### 📝 Documentation - Update README.md for webpack 3.x ([#​476](https://togithub.com/babel/babel-loader/issues/476)) (Pierre Neter) ##### 🏠 Internal - Update eslint to the latest version 🚀 ([#​482](https://togithub.com/babel/babel-loader/issues/482)) (greenkeeper\[bot]) - chore(package): update husky to version 0.14.0 ([#​475](https://togithub.com/babel/babel-loader/issues/475)) (greenkeeper\[bot]) ### [`v7.1.0`](https://togithub.com/babel/babel-loader/releases/tag/v7.1.0): 7.1.0 [Compare Source](https://togithub.com/babel/babel-loader/compare/v7.0.0...v7.1.0) ##### 🚀 New Feature - Update to support webpack 3 ([#​471](https://togithub.com/babel/babel-loader/issues/471)) (Joe Lencioni) - look for babel options in package.json and .babelrc.js (babel 7) ([#​465](https://togithub.com/babel/babel-loader/issues/465)) (Thomas Sileghem) - Watch configuration files. ([#​460](https://togithub.com/babel/babel-loader/issues/460)) (Evilebot Tnawi) You can now change the babel config while webpack watch or dev-server is running and webpack will correctly recompile all files with babel. ##### 🐛 Bug Fix - Only base cache identifier on babel options from package.json ([#​468](https://togithub.com/babel/babel-loader/issues/468)) (Daniel Tschinder) ##### 📝 Documentation - Remove outdated examples. (Daniel Tschinder) ##### 🏠 Internal - update eslint-config-babel to version 7.0.0 ([#​469](https://togithub.com/babel/babel-loader/issues/469)) (greenkeeper\[bot]) - update lint-staged to version 4.0.0 ([#​470](https://togithub.com/babel/babel-loader/issues/470)) (greenkeeper\[bot]) - Add prettier eslint plugin ([#​466](https://togithub.com/babel/babel-loader/issues/466)) (Daniel Tschinder) - Add node 8 to test matrix ([#​467](https://togithub.com/babel/babel-loader/issues/467)) (Daniel Tschinder) - Upgrade find-cache-dir to 1.0 and cross-env to 5.0 ([#​457](https://togithub.com/babel/babel-loader/issues/457)) (Daniel Tschinder) ### [`v7.0.0`](https://togithub.com/babel/babel-loader/releases/tag/v7.0.0) [Compare Source](https://togithub.com/babel/babel-loader/compare/v6.4.1...v7.0.0) ##### 💥 Breaking Change - Drop support for node < 4 - Drop support for webpack 1 ##### 🚀 New Feature - support babel-core@7 ([#​403](https://togithub.com/babel/babel-loader/issues/403)) (Henry Zhu) ##### 🐛 Bug Fix - Make sure .babelrc is a file, not a directory ([#​427](https://togithub.com/babel/babel-loader/issues/427)) (Hiroki Osame) - Bump loader-utils and use getOptions ([#​391](https://togithub.com/babel/babel-loader/issues/391)) (Brian Ng) - Ensure options are always an object ([#​413](https://togithub.com/babel/babel-loader/issues/413)) (Daniel Tschinder) ##### 📝 Documentation - Point changelog to releases (Daniel Tschinder) - Updated documentation to match webpack v2 changes. ([#​438](https://togithub.com/babel/babel-loader/issues/438)) (Jagadish Kasi) - Add note about webpack versions (Daniel Tschinder) - Update README.md for webpack 2 ([#​402](https://togithub.com/babel/babel-loader/issues/402)) (Sid Raval) ##### 🏠 Internal - chore(ci): get rid of node 0.10 ([#​354](https://togithub.com/babel/babel-loader/issues/354)) (Yuta Hiroto) - Use preset-env ([#​406](https://togithub.com/babel/babel-loader/issues/406)) (Daniel Tschinder) - Correctly run yarn commands (Daniel Tschinder) - Update ava to the latest version 🚀 ([#​434](https://togithub.com/babel/babel-loader/issues/434)) (greenkeeper\[bot]) - Update cross-env to the latest version 🚀 ([#​431](https://togithub.com/babel/babel-loader/issues/431)) (greenkeeper\[bot]) - chore(package): update babel-plugin-istanbul to version 4.0.0 ([#​374](https://togithub.com/babel/babel-loader/issues/374)) (greenkeeper\[bot]) - chore(package): update cross-env to version 3.1.4 ([#​353](https://togithub.com/babel/babel-loader/issues/353)) (greenkeeper\[bot]) - chore(package): update ava to version 0.18.0 ([#​369](https://togithub.com/babel/babel-loader/issues/369)) (greenkeeper\[bot]) - Use yarn ([#​376](https://togithub.com/babel/babel-loader/issues/376)) (Daniel Tschinder) - target node 4 in preset env ([#​423](https://togithub.com/babel/babel-loader/issues/423)) (Daniel Tschinder) - Add prettier ([#​409](https://togithub.com/babel/babel-loader/issues/409)) (Daniel Tschinder) - Use bash codecov ([#​440](https://togithub.com/babel/babel-loader/issues/440)) (Daniel Tschinder)

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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.

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



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

codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9f67835c3e323c925d5114e86aff4b8d263c0312:

Sandbox Source
javascript-helper-app Configuration
InstantSearch.js Configuration