algoliasearch-netlify
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
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack-cli](https://redirect.github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://redirect.github.com/webpack/webpack-cli)) | [`4.9.2` -> `4.10.0`](https://renovatebot.com/diffs/npm/webpack-cli/4.9.2/4.10.0) | [](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://redirect.github.com/microsoft/TypeScript)) | [`4.6.3` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.6.3/4.9.5) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-loader](https://redirect.github.com/TypeStrong/ts-loader) | [`9.2.8` -> `9.5.2`](https://renovatebot.com/diffs/npm/ts-loader/9.2.8/9.5.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.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) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mini-css-extract-plugin](https://redirect.github.com/webpack-contrib/mini-css-extract-plugin) | [`2.6.0` -> `2.9.2`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.6.0/2.9.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [http-server](https://redirect.github.com/http-party/http-server) | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/http-server/14.1.0/14.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv](https://redirect.github.com/motdotla/dotenv) | [`16.0.0` -> `16.6.1`](https://renovatebot.com/diffs/npm/dotenv/16.0.0/16.6.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node-fetch](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-fetch) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch)) | [`2.6.1` -> `2.6.12`](https://renovatebot.com/diffs/npm/@types%2fnode-fetch/2.6.1/2.6.12) | [](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...