algoliasearch-netlify icon indicating copy to clipboard operation
algoliasearch-netlify copied to clipboard

Official Algolia Plugin for Netlify. Index your website to Algolia when deploying your project to Netlify with the Algolia Crawler

Results 78 algoliasearch-netlify issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack-cli](https://togithub.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://togithub.com/webpack/webpack-cli)) | [`4.9.2` -> `4.10.0`](https://renovatebot.com/diffs/npm/webpack-cli/4.9.2/4.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/webpack-cli/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.6.3` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.6.3/4.9.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/4.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-loader](https://togithub.com/TypeStrong/ts-loader) | [`9.2.8` -> `9.5.1`](https://renovatebot.com/diffs/npm/ts-loader/9.2.8/9.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-loader/9.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-loader/9.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`27.4.1` -> `27.5.2`](https://renovatebot.com/diffs/npm/@types%2fjest/27.4.1/27.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/27.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mini-css-extract-plugin](https://togithub.com/webpack-contrib/mini-css-extract-plugin) | [`2.6.0` -> `2.9.1`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.6.0/2.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mini-css-extract-plugin/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mini-css-extract-plugin/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [http-server](https://togithub.com/http-party/http-server) | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/http-server/14.1.0/14.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/http-server/14.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/http-server/14.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv](https://togithub.com/motdotla/dotenv) | [`16.0.0` -> `16.4.5`](https://renovatebot.com/diffs/npm/dotenv/16.0.0/16.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv/16.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node-fetch](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-fetch) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch)) | [`2.6.1` -> `2.6.11`](https://renovatebot.com/diffs/npm/@types%2fnode-fetch/2.6.1/2.6.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode-fetch/2.6.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Hi, I try to run this plugin on my gitlab pipeline with netlify-cli, but this error is showing up. I've installed `@algolia/[email protected]` into my `devDependencies` because of problems with `1.0.14`...

Getting an error during build: ``` Error message Could not import plugin: /opt/build/repo/node_modules/@algolia/netlify-plugin-crawler/src/index.ts:1 import type { NetlifyPluginOptions, NetlifyPluginUtils } from '@netlify/build'; ^^^^^^ SyntaxError: Cannot use import statement outside a module...