Skip to content
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

Object versioning support #498

Closed
javorosas opened this issue Apr 14, 2015 · 4 comments · Fixed by #409
Closed

Object versioning support #498

javorosas opened this issue Apr 14, 2015 · 4 comments · Fixed by #409
Assignees
Labels
api: storage Issues related to the Cloud Storage API. 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@javorosas
Copy link

I don't see anything about object versioning on the docs. Is there support for listing/retrieving the revision history of a file?

@stephenplusplus
Copy link
Contributor

I actually have a PR in progress for this: #409

It would be great if you could take a look and see if it would cover your use cases.

@javorosas
Copy link
Author

It looks great. Though I think it doesn't cover the case of listing the available generations (?) or versions of a file. Or I might have overlooked.

@stephenplusplus
Copy link
Contributor

Good call. I'll try implementing something and ping you for your thoughts after.

@javorosas
Copy link
Author

Awesome, thanks.

@jgeewax jgeewax added enhancement api: storage Issues related to the Cloud Storage API. labels May 14, 2015
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 7, 2020
sofisl pushed a commit that referenced this issue Sep 27, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webpack](https://togithub.com/webpack/webpack) | [`^4.42.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/webpack/4.44.2/5.6.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/compatibility-slim/4.44.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/confidence-slim/4.44.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v5.6.0`](https://togithub.com/webpack/webpack/releases/v5.6.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.5.1...v5.6.0)

### Bugfixes

-   emit warnings/errors for exports in commonjs modules for which we know that they don't exist

### [`v5.5.1`](https://togithub.com/webpack/webpack/releases/v5.5.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.5.0...v5.5.1)

### Bugfixes

-   fix crash when \_\_esModule is defined with defineProperty without value

### [`v5.5.0`](https://togithub.com/webpack/webpack/releases/v5.5.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.4.0...v5.5.0)

### Bugfixes

-   fix ASI issues that occur between concatenated modules
-   fix incorrect handling of `[id]` and etc. in SourceMap sources
-   fix side-effect-free handling of exports for concatenated modules that causes an unused export
-   make ESM-CJS interop handling consistent
    -   make `__esModule` flag consistent exposed
    -   handle non enumerable exports
    -   handle inherited exports
    -   handle exported Promises

### [`v5.4.0`](https://togithub.com/webpack/webpack/releases/v5.4.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.3.2...v5.4.0)

### Bugfixes

-   fix renaming in super class expression in nested scopes
-   fix parsing and handling of browserlist queries
-   fix a few edge cases with ESM-CJS interop and .mjs
-   fix ASI edge cases

### [`v5.3.2`](https://togithub.com/webpack/webpack/releases/v5.3.2)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.3.1...v5.3.2)

### Bugfixes

-   runtime-dependent concatenated modules can generate code for runtime-dependent execution order of concatenated modules

### [`v5.3.1`](https://togithub.com/webpack/webpack/releases/v5.3.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.3.0...v5.3.1)

### Bugfixes

-   fix incorrect concatenation of modules when multiple runtimes are involved
    -   fixes a "This should not happen" error
    -   fixes a `__webpack_require__(null)` problem
-   run CLI correctly after installing
-   fixes a huge performance issue when processing minimized code with SourceMap
-   Use `string[]` types instead of `[string, ...string[]]` for arrays that must not be empty
    -   this is more convinient to use

### Performance

-   avoid incorrect store of counts in the ProgressPlugin, which causes unneeded serialization of the Persistent Cache
-   upgrade terser-webpack-plugin for performance improvements
-   upgrade webpack-sources for performance improvements

### [`v5.3.0`](https://togithub.com/webpack/webpack/releases/v5.3.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.2.1...v5.3.0)

### Features and Bugfixes

-   generate runtime conditional code when modules are forcefully merged from multiple runtimes
    -   This fixes a `Cannot read property 'call' of undefined` error in webpack runtime, because modules are used that are not in the graph in one runtime
-   disabled source code analysis for side effects in non-production modes
    -   this causes unnecessary changes to parent modules in development
    -   add `optimization.sideEffects: "flag"` as option for this

### [`v5.2.1`](https://togithub.com/webpack/webpack/releases/v5.2.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.2.0...v5.2.1)

##### Bugfixes

-   add `watchOptions.followSymlinks` option to schema
-   fix hard crash when calling resolve with undefined value
-   fix emit problem when files have hash in query string
-   fix unneeded generation of SourceMaps when no devtool is used
    -   fixes a huge performance regression with terser-webpack-plugin

### [`v5.2.0`](https://togithub.com/webpack/webpack/releases/v5.2.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.3...v5.2.0)

### Features

-   add `sourceFilename` and `javascriptModule` to asset info for plugins

### Bugfixes

-   fix variable name collision when using module concatenation
-   fix arrow functions in ie 11
-   fix `this` externals with module concatenation
-   force update for enhanced-resolve for critical bugfixes (see [changelog](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.3.0))

### [`v5.1.3`](https://togithub.com/webpack/webpack/releases/v5.1.3)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.2...v5.1.3)

##### Bugfixes

-   omit unused modules from chunks when modules are only unused in some runtimes
    -   fixes `Self-reference dependency has unused export name` error
-   fix order of asset optimization to fix conflict between compression-plugin and real hash plugin

### [`v5.1.2`](https://togithub.com/webpack/webpack/releases/v5.1.2)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.1...v5.1.2)

### Bugfixes

-   revert: omit unused modules from chunk when modules are only unused in some runtimes
    -   caused issues with mini-css modules

### [`v5.1.1`](https://togithub.com/webpack/webpack/releases/v5.1.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.0...v5.1.1)

### Bugfixes

-   fix order of chunk hashing to allow to uses hashes in WebWorkers
-   update to terser-webpack-plugin 5
    -   reduces number of dependencies by dropping webpack 4 support
-   omit unused modules from chunk when modules are only unused in some runtimes
    -   fixes `Self-reference dependency has unused export name` error
-   fix hanging production builds because of infinite loop in inner graph optimization
-   `Compilation.deleteAsset` updates chunk to file mappings

### [`v5.1.0`](https://togithub.com/webpack/webpack/releases/v5.1.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.0.0...v5.1.0)

### Features

-   expose `webpack` property from `Compiler`
-   expose `cleverMerge`, `EntryOptionPlugin`, `DynamicEntryPlugin`

### Bugfixes

-   missing `require("..").xxx` in try-catch produces a warning instead of an error now
-   handle reexports in concatenated modules correctly when they are side-effect-free
-   fix incorrect deprecation message for ModuleTemplate.hooks.hash

### [`v5.0.0`](https://togithub.com/webpack/webpack/releases/v5.0.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v4.44.2...v5.0.0)

[Announcement and changelog](https://webpack.js.org/blog/2020-10-10-webpack-5-release/)

</details>

---

### Renovate configuration

:date: **Schedule**: "after 9am and before 3pm" (UTC).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-video-intelligence).
sofisl pushed a commit that referenced this issue Oct 11, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4de22315-84b1-493d-8da2-dfa7688128f5/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@94421c4
sofisl pushed a commit that referenced this issue Oct 13, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4de22315-84b1-493d-8da2-dfa7688128f5/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@94421c4
sofisl pushed a commit that referenced this issue Nov 9, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webpack](https://togithub.com/webpack/webpack) | [`^4.42.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/webpack/4.44.2/5.6.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/compatibility-slim/4.44.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.6.0/confidence-slim/4.44.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v5.6.0`](https://togithub.com/webpack/webpack/releases/v5.6.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.5.1...v5.6.0)

### Bugfixes

-   emit warnings/errors for exports in commonjs modules for which we know that they don't exist

### [`v5.5.1`](https://togithub.com/webpack/webpack/releases/v5.5.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.5.0...v5.5.1)

### Bugfixes

-   fix crash when \_\_esModule is defined with defineProperty without value

### [`v5.5.0`](https://togithub.com/webpack/webpack/releases/v5.5.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.4.0...v5.5.0)

### Bugfixes

-   fix ASI issues that occur between concatenated modules
-   fix incorrect handling of `[id]` and etc. in SourceMap sources
-   fix side-effect-free handling of exports for concatenated modules that causes an unused export
-   make ESM-CJS interop handling consistent
    -   make `__esModule` flag consistent exposed
    -   handle non enumerable exports
    -   handle inherited exports
    -   handle exported Promises

### [`v5.4.0`](https://togithub.com/webpack/webpack/releases/v5.4.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.3.2...v5.4.0)

### Bugfixes

-   fix renaming in super class expression in nested scopes
-   fix parsing and handling of browserlist queries
-   fix a few edge cases with ESM-CJS interop and .mjs
-   fix ASI edge cases

### [`v5.3.2`](https://togithub.com/webpack/webpack/releases/v5.3.2)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.3.1...v5.3.2)

### Bugfixes

-   runtime-dependent concatenated modules can generate code for runtime-dependent execution order of concatenated modules

### [`v5.3.1`](https://togithub.com/webpack/webpack/releases/v5.3.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.3.0...v5.3.1)

### Bugfixes

-   fix incorrect concatenation of modules when multiple runtimes are involved
    -   fixes a "This should not happen" error
    -   fixes a `__webpack_require__(null)` problem
-   run CLI correctly after installing
-   fixes a huge performance issue when processing minimized code with SourceMap
-   Use `string[]` types instead of `[string, ...string[]]` for arrays that must not be empty
    -   this is more convinient to use

### Performance

-   avoid incorrect store of counts in the ProgressPlugin, which causes unneeded serialization of the Persistent Cache
-   upgrade terser-webpack-plugin for performance improvements
-   upgrade webpack-sources for performance improvements

### [`v5.3.0`](https://togithub.com/webpack/webpack/releases/v5.3.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.2.1...v5.3.0)

### Features and Bugfixes

-   generate runtime conditional code when modules are forcefully merged from multiple runtimes
    -   This fixes a `Cannot read property 'call' of undefined` error in webpack runtime, because modules are used that are not in the graph in one runtime
-   disabled source code analysis for side effects in non-production modes
    -   this causes unnecessary changes to parent modules in development
    -   add `optimization.sideEffects: "flag"` as option for this

### [`v5.2.1`](https://togithub.com/webpack/webpack/releases/v5.2.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.2.0...v5.2.1)

##### Bugfixes

-   add `watchOptions.followSymlinks` option to schema
-   fix hard crash when calling resolve with undefined value
-   fix emit problem when files have hash in query string
-   fix unneeded generation of SourceMaps when no devtool is used
    -   fixes a huge performance regression with terser-webpack-plugin

### [`v5.2.0`](https://togithub.com/webpack/webpack/releases/v5.2.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.3...v5.2.0)

### Features

-   add `sourceFilename` and `javascriptModule` to asset info for plugins

### Bugfixes

-   fix variable name collision when using module concatenation
-   fix arrow functions in ie 11
-   fix `this` externals with module concatenation
-   force update for enhanced-resolve for critical bugfixes (see [changelog](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.3.0))

### [`v5.1.3`](https://togithub.com/webpack/webpack/releases/v5.1.3)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.2...v5.1.3)

##### Bugfixes

-   omit unused modules from chunks when modules are only unused in some runtimes
    -   fixes `Self-reference dependency has unused export name` error
-   fix order of asset optimization to fix conflict between compression-plugin and real hash plugin

### [`v5.1.2`](https://togithub.com/webpack/webpack/releases/v5.1.2)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.1...v5.1.2)

### Bugfixes

-   revert: omit unused modules from chunk when modules are only unused in some runtimes
    -   caused issues with mini-css modules

### [`v5.1.1`](https://togithub.com/webpack/webpack/releases/v5.1.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.1.0...v5.1.1)

### Bugfixes

-   fix order of chunk hashing to allow to uses hashes in WebWorkers
-   update to terser-webpack-plugin 5
    -   reduces number of dependencies by dropping webpack 4 support
-   omit unused modules from chunk when modules are only unused in some runtimes
    -   fixes `Self-reference dependency has unused export name` error
-   fix hanging production builds because of infinite loop in inner graph optimization
-   `Compilation.deleteAsset` updates chunk to file mappings

### [`v5.1.0`](https://togithub.com/webpack/webpack/releases/v5.1.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.0.0...v5.1.0)

### Features

-   expose `webpack` property from `Compiler`
-   expose `cleverMerge`, `EntryOptionPlugin`, `DynamicEntryPlugin`

### Bugfixes

-   missing `require("..").xxx` in try-catch produces a warning instead of an error now
-   handle reexports in concatenated modules correctly when they are side-effect-free
-   fix incorrect deprecation message for ModuleTemplate.hooks.hash

### [`v5.0.0`](https://togithub.com/webpack/webpack/releases/v5.0.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v4.44.2...v5.0.0)

[Announcement and changelog](https://webpack.js.org/blog/2020-10-10-webpack-5-release/)

</details>

---

### Renovate configuration

:date: **Schedule**: "after 9am and before 3pm" (UTC).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-video-intelligence).
sofisl pushed a commit that referenced this issue Nov 11, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl pushed a commit that referenced this issue Nov 18, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [linkinator](https://togithub.com/JustinBeckwith/linkinator) | [`^2.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/linkinator/2.16.2/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/linkinator/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/linkinator/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/linkinator/4.0.0/compatibility-slim/2.16.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/linkinator/4.0.0/confidence-slim/2.16.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>JustinBeckwith/linkinator</summary>

### [`v4.0.0`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v4.0.0)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.1.0...v4.0.0)

##### Features

-   create new release with notes ([#&#8203;508](https://togithub.com/JustinBeckwith/linkinator/issues/508)) ([2cab633](https://togithub.com/JustinBeckwith/linkinator/commit/2cab633c9659eb10794a4bac06f8b0acdc3e2c0c))

##### BREAKING CHANGES

-   The commits in [#&#8203;507](https://togithub.com/JustinBeckwith/linkinator/issues/507) and [#&#8203;506](https://togithub.com/JustinBeckwith/linkinator/issues/506) both had breaking changes.  They included dropping support for Node.js 12.x and updating the CSV export to be streaming, and to use a new way of writing the CSV file.  This is an empty to commit using the `BREAKING CHANGE` format in the commit message to ensure a release is triggered.

### [`v3.1.0`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.1.0)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.6...v3.1.0)

##### Features

-   allow --skip to be defined multiple times ([#&#8203;399](https://togithub.com/JustinBeckwith/linkinator/issues/399)) ([5ca5a46](https://togithub.com/JustinBeckwith/linkinator/commit/5ca5a461508e688de12e5ae6b4cfb6565f832ebf))

### [`v3.0.6`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.6)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.5...v3.0.6)

##### Bug Fixes

-   **deps:** upgrade node-glob to v8 ([#&#8203;397](https://togithub.com/JustinBeckwith/linkinator/issues/397)) ([d334dc6](https://togithub.com/JustinBeckwith/linkinator/commit/d334dc6734cd7c2b73d7ed3dea0550a6c3072ad5))

### [`v3.0.5`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.5)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.4...v3.0.5)

##### Bug Fixes

-   **deps:** upgrade to htmlparser2 v8.0.1 ([#&#8203;396](https://togithub.com/JustinBeckwith/linkinator/issues/396)) ([ba3b9a8](https://togithub.com/JustinBeckwith/linkinator/commit/ba3b9a8a9b19d39af6ed91790135e833b80c1eb6))

### [`v3.0.4`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.4)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.3...v3.0.4)

##### Bug Fixes

-   **deps:** update dependency gaxios to v5 ([#&#8203;391](https://togithub.com/JustinBeckwith/linkinator/issues/391)) ([48af50e](https://togithub.com/JustinBeckwith/linkinator/commit/48af50e787731204aeb7eff41325c62291311e45))

### [`v3.0.3`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.3)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.2...v3.0.3)

##### Bug Fixes

-   export getConfig from index ([#&#8203;371](https://togithub.com/JustinBeckwith/linkinator/issues/371)) ([0bc0355](https://togithub.com/JustinBeckwith/linkinator/commit/0bc0355c7e2ea457f247e6b52d1577b8c4ecb3a1))

### [`v3.0.2`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.2)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.1...v3.0.2)

##### Bug Fixes

-   allow server root with trailing slash ([#&#8203;370](https://togithub.com/JustinBeckwith/linkinator/issues/370)) ([8adf6b0](https://togithub.com/JustinBeckwith/linkinator/commit/8adf6b025fda250e38461f1cdad40fe08c3b3b7c))

### [`v3.0.1`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.1)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.0.0...v3.0.1)

##### Bug Fixes

-   decode path parts in local web server ([#&#8203;369](https://togithub.com/JustinBeckwith/linkinator/issues/369)) ([4696a0c](https://togithub.com/JustinBeckwith/linkinator/commit/4696a0c38c341b178ed815f47371fca955979feb))

### [`v3.0.0`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v3.0.0)

[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v2.16.2...v3.0.0)

##### Bug Fixes

-   **deps:** update dependency chalk to v5 ([#&#8203;362](https://togithub.com/JustinBeckwith/linkinator/issues/362)) ([4b17a8d](https://togithub.com/JustinBeckwith/linkinator/commit/4b17a8d87b649eaf813428f8ee6955e1d21dae4f))

-   feat!: convert to es modules, drop node 10 ([#&#8203;359](https://togithub.com/JustinBeckwith/linkinator/issues/359)) ([efee299](https://togithub.com/JustinBeckwith/linkinator/commit/efee299ab8a805accef751eecf8538915a4e7783)), closes [#&#8203;359](https://togithub.com/JustinBeckwith/linkinator/issues/359)

##### BREAKING CHANGES

-   this module now requires node.js 12 and above, and has moved to es modules by default.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-security-center).
sofisl pushed a commit that referenced this issue Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants